From 02bed377edd382d1cb664fa9c2d3c58079c86f46 Mon Sep 17 00:00:00 2001 From: Siddharth Saklecha Date: Tue, 20 Dec 2022 07:56:44 +0530 Subject: [PATCH] TrafficManager New API 2022-04-01-preview with Track1 SDK (#20426) * Migration to Track2 SDK. * Updated README to generate code as per .NET SDK track2. Updated project file accordingly. * Used directives as per .NET and generated code again. * Add always serve flag in the Endpoint cmdlet. * Generate help document. * Re-recording all the tests. --- .../Generated/EndpointsOperations.cs | 1040 +++++++++++ .../EndpointsOperationsExtensions.cs | 252 +++ .../GeographicHierarchiesOperations.cs | 235 +++ ...ographicHierarchiesOperationsExtensions.cs | 55 + .../Generated/HeatMapOperations.cs | 318 ++++ .../Generated/HeatMapOperationsExtensions.cs | 83 + .../Generated/IEndpointsOperations.cs | 163 ++ .../IGeographicHierarchiesOperations.cs | 47 + .../Generated/IHeatMapOperations.cs | 60 + .../Generated/IProfilesOperations.cs | 198 +++ .../ITrafficManagerManagementClient.cs | 97 + ...TrafficManagerUserMetricsKeysOperations.cs | 84 + .../Models/AllowedEndpointRecordType.cs | 24 + .../Generated/Models/AlwaysServe.cs | 22 + ...erRelativeDnsNameAvailabilityParameters.cs | 61 + .../Generated/Models/DeleteOperationResult.cs | 52 + .../Generated/Models/DnsConfig.cs | 82 + .../Generated/Models/Endpoint.cs | 233 +++ .../Generated/Models/EndpointMonitorStatus.cs | 26 + .../EndpointPropertiesCustomHeadersItem.cs | 61 + .../Models/EndpointPropertiesSubnetsItem.cs | 71 + .../Generated/Models/EndpointStatus.cs | 22 + .../Generated/Models/HeatMapEndpoint.cs | 62 + .../Generated/Models/HeatMapModel.cs | 93 + .../Generated/Models/MonitorConfig.cs | 143 ++ .../Models/MonitorConfigCustomHeadersItem.cs | 61 + ...nitorConfigExpectedStatusCodeRangesItem.cs | 61 + .../Generated/Models/MonitorProtocol.cs | 23 + .../Generated/Models/Page.cs | 53 + .../Generated/Models/Profile.cs | 143 ++ .../Generated/Models/ProfileMonitorStatus.cs | 25 + .../Generated/Models/ProfileStatus.cs | 22 + .../Generated/Models/ProxyResource.cs | 49 + .../Generated/Models/QueryExperience.cs | 83 + .../Generated/Models/Region.cs | 72 + .../Generated/Models/Resource.cs | 73 + .../Generated/Models/TrackedResource.cs | 68 + .../Generated/Models/TrafficFlow.cs | 85 + .../TrafficManagerGeographicHierarchy.cs | 66 + .../Models/TrafficManagerNameAvailability.cs | 91 + .../Generated/Models/TrafficRoutingMethod.cs | 26 + .../Models/TrafficViewEnrollmentStatus.cs | 22 + .../Generated/Models/UserMetricsModel.cs | 61 + .../Generated/ProfilesOperations.cs | 1567 +++++++++++++++++ .../Generated/ProfilesOperationsExtensions.cs | 300 ++++ .../SdkInfo_TrafficManagerManagementClient.cs | 31 + .../TrafficManagerManagementClient.cs | 381 ++++ ...TrafficManagerUserMetricsKeysOperations.cs | 610 +++++++ ...agerUserMetricsKeysOperationsExtensions.cs | 108 ++ .../Properties/AssemblyInfo.cs | 32 + .../TrafficManager.Management.Sdk/README.md | 61 + .../TrafficManager.Management.Sdk.csproj | 13 + ...AddAndRemoveCustomHeadersFromEndpoint.json | 662 ++++--- .../TestAddEndpoint.json | 417 ++--- .../TestCreateExistingEndpoint.json | 655 +++---- ...xistingEndpointFromNonExistingProfile.json | 378 +++- .../TestDeleteEndpoint.json | 367 ++-- .../TestDisableEndpoint.json | 787 ++------- .../TestDisableEndpointUsingPiping.json | 665 +++---- .../TestDisableNonExistingEndpoint.json | 519 ++---- .../TestEnableEndpoint.json | 793 +++------ .../TestEnableEndpointUsingPiping.json | 504 +++--- ...ableEndpointUsingPipingFromGetProfile.json | 571 +++--- .../TestEnableNonExistingEndpoint.json | 572 ++---- .../TestEndpointCrud.json | 839 +++------ .../TestEndpointCrudGeo.json | 719 +++----- .../TestEndpointCrudPiping.json | 592 +++---- .../TestEndpointTypeCaseInsensitive.json | 843 +++------ ...xistingEndpointFromNonExistingProfile.json | 210 +-- .../TestPipeEndpointFromGetEndpoint.json | 552 +++--- .../TestPipeEndpointFromGetProfile.json | 752 +++----- ...xistingEndpointFromNonExistingProfile.json | 332 +++- ...tRemoveNonExistingEndpointFromProfile.json | 348 ++-- .../TestNestedEndpointsCreateUpdate.json | 915 ++++------ .../TestProfileWithNestedEndpointsGetPut.json | 783 ++------ ...tAddAndRemoveCustomHeadersFromProfile.json | 789 ++------- ...tAddAndRemoveExpectedStatusCodeRanges.json | 530 +++--- .../TestCreateDeleteUsingProfile.json | 431 +++-- .../TestCrudWithEndpoint.json | 601 +++---- .../TestCrudWithEndpointGeo.json | 491 +++--- .../TestListProfilesInResourceGroup.json | 571 ++---- .../TestListProfilesInSubscription.json | 328 ++-- .../TestListProfilesWhereObject.json | 632 +++---- .../TestProfileCrud.json | 514 ++---- .../TestProfileCrudWithPiping.json | 482 +++-- .../TestProfileDisable.json | 571 +++--- .../TestProfileDisableNonExisting.json | 354 +++- .../TestProfileDisablePipeline.json | 374 ++-- .../TestProfileEnable.json | 475 ++--- .../TestProfileEnableNonExisting.json | 348 +++- .../TestProfileEnablePipeline.json | 429 +++-- .../TestProfileMonitorCustom.json | 242 +-- .../TestProfileMonitorDefault.json | 204 +-- .../TestProfileMonitorParameterAliases.json | 568 ++---- .../TestProfileMonitorProtocol.json | 498 ++++-- .../TestProfileNewAlreadyExists.json | 441 +++-- .../TestProfileRemoveNonExisting.json | 126 +- .../TrafficManager.Test.csproj | 4 - src/TrafficManager/TrafficManager.sln | 6 + .../TrafficManager/Az.TrafficManager.psd1 | 2 +- .../AddAzureTrafficManagerEndpointConfig.cs | 6 + .../NewAzureTrafficManagerEndpoint.cs | 6 + .../Models/TrafficManagerEndpoint.cs | 3 + .../TrafficManager/TrafficManager.csproj | 2 +- .../Utilities/TrafficManagerClient.cs | 3 + ...-AzTrafficManagerCustomHeaderToEndpoint.md | 4 +- ...d-AzTrafficManagerCustomHeaderToProfile.md | 4 +- .../Add-AzTrafficManagerEndpointConfig.md | 47 +- ...AzTrafficManagerExpectedStatusCodeRange.md | 4 +- .../Add-AzTrafficManagerIpAddressRange.md | 4 +- .../help/Disable-AzTrafficManagerEndpoint.md | 4 +- .../help/Disable-AzTrafficManagerProfile.md | 4 +- .../help/Enable-AzTrafficManagerEndpoint.md | 4 +- .../help/Enable-AzTrafficManagerProfile.md | 4 +- .../help/Get-AzTrafficManagerEndpoint.md | 4 +- .../help/Get-AzTrafficManagerProfile.md | 4 +- .../help/New-AzTrafficManagerEndpoint.md | 47 +- .../help/New-AzTrafficManagerProfile.md | 4 +- ...zTrafficManagerCustomHeaderFromEndpoint.md | 4 +- ...AzTrafficManagerCustomHeaderFromProfile.md | 4 +- .../help/Remove-AzTrafficManagerEndpoint.md | 4 +- .../Remove-AzTrafficManagerEndpointConfig.md | 4 +- ...AzTrafficManagerExpectedStatusCodeRange.md | 4 +- .../Remove-AzTrafficManagerIpAddressRange.md | 4 +- .../help/Remove-AzTrafficManagerProfile.md | 4 +- .../help/Set-AzTrafficManagerEndpoint.md | 4 +- .../help/Set-AzTrafficManagerProfile.md | 4 +- 127 files changed, 18084 insertions(+), 13667 deletions(-) create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/EndpointsOperations.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/EndpointsOperationsExtensions.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/GeographicHierarchiesOperations.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/GeographicHierarchiesOperationsExtensions.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/HeatMapOperations.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/HeatMapOperationsExtensions.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/IEndpointsOperations.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/IGeographicHierarchiesOperations.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/IHeatMapOperations.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/IProfilesOperations.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/ITrafficManagerManagementClient.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/ITrafficManagerUserMetricsKeysOperations.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/AllowedEndpointRecordType.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/AlwaysServe.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/CheckTrafficManagerRelativeDnsNameAvailabilityParameters.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/DeleteOperationResult.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/DnsConfig.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Endpoint.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/EndpointMonitorStatus.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/EndpointPropertiesCustomHeadersItem.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/EndpointPropertiesSubnetsItem.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/EndpointStatus.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/HeatMapEndpoint.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/HeatMapModel.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/MonitorConfig.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/MonitorConfigCustomHeadersItem.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/MonitorConfigExpectedStatusCodeRangesItem.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/MonitorProtocol.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Page.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Profile.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/ProfileMonitorStatus.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/ProfileStatus.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/ProxyResource.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/QueryExperience.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Region.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Resource.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrackedResource.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficFlow.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficManagerGeographicHierarchy.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficManagerNameAvailability.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficRoutingMethod.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficViewEnrollmentStatus.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/UserMetricsModel.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/ProfilesOperations.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/ProfilesOperationsExtensions.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/SdkInfo_TrafficManagerManagementClient.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/TrafficManagerManagementClient.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/TrafficManagerUserMetricsKeysOperations.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Generated/TrafficManagerUserMetricsKeysOperationsExtensions.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/Properties/AssemblyInfo.cs create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/README.md create mode 100644 src/TrafficManager/TrafficManager.Management.Sdk/TrafficManager.Management.Sdk.csproj diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/EndpointsOperations.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/EndpointsOperations.cs new file mode 100644 index 000000000000..fe79300f0a04 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/EndpointsOperations.cs @@ -0,0 +1,1040 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// EndpointsOperations operations. + /// + internal partial class EndpointsOperations : IServiceOperations, IEndpointsOperations + { + /// + /// Initializes a new instance of the EndpointsOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal EndpointsOperations(TrafficManagerManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the TrafficManagerManagementClient + /// + public TrafficManagerManagementClient Client { get; private set; } + + /// + /// Update a Traffic Manager endpoint. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The type of the Traffic Manager endpoint to be updated. Only + /// AzureEndpoints, ExternalEndpoints and NestedEndpoints are allowed here. + /// + /// + /// The name of the Traffic Manager endpoint to be updated. + /// + /// + /// The Traffic Manager endpoint parameters supplied to the Update operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointType, string endpointName, Endpoint parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (profileName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "profileName"); + } + if (endpointType == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "endpointType"); + } + if (endpointName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "endpointName"); + } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("profileName", profileName); + tracingParameters.Add("endpointType", endpointType); + tracingParameters.Add("endpointName", endpointName); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{profileName}", System.Uri.EscapeDataString(profileName)); + _url = _url.Replace("{endpointType}", System.Uri.EscapeDataString(endpointType)); + _url = _url.Replace("{endpointName}", System.Uri.EscapeDataString(endpointName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PATCH"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Gets a Traffic Manager endpoint. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The type of the Traffic Manager endpoint. Only AzureEndpoints, + /// ExternalEndpoints and NestedEndpoints are allowed here. + /// + /// + /// The name of the Traffic Manager endpoint. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointType, string endpointName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (profileName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "profileName"); + } + if (endpointType == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "endpointType"); + } + if (endpointName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "endpointName"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("profileName", profileName); + tracingParameters.Add("endpointType", endpointType); + tracingParameters.Add("endpointName", endpointName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{profileName}", System.Uri.EscapeDataString(profileName)); + _url = _url.Replace("{endpointType}", System.Uri.EscapeDataString(endpointType)); + _url = _url.Replace("{endpointName}", System.Uri.EscapeDataString(endpointName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Create or update a Traffic Manager endpoint. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The type of the Traffic Manager endpoint to be created or updated. Only + /// AzureEndpoints, ExternalEndpoints and NestedEndpoints are allowed here. + /// + /// + /// The name of the Traffic Manager endpoint to be created or updated. + /// + /// + /// The Traffic Manager endpoint parameters supplied to the CreateOrUpdate + /// operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointType, string endpointName, Endpoint parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (profileName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "profileName"); + } + if (endpointType == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "endpointType"); + } + if (endpointName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "endpointName"); + } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("profileName", profileName); + tracingParameters.Add("endpointType", endpointType); + tracingParameters.Add("endpointName", endpointName); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{profileName}", System.Uri.EscapeDataString(profileName)); + _url = _url.Replace("{endpointType}", System.Uri.EscapeDataString(endpointType)); + _url = _url.Replace("{endpointName}", System.Uri.EscapeDataString(endpointName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 201) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + // Deserialize Response + if ((int)_statusCode == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Deletes a Traffic Manager endpoint. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The type of the Traffic Manager endpoint to be deleted. Only + /// AzureEndpoints, ExternalEndpoints and NestedEndpoints are allowed here. + /// + /// + /// The name of the Traffic Manager endpoint to be deleted. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointType, string endpointName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (profileName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "profileName"); + } + if (endpointType == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "endpointType"); + } + if (endpointName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "endpointName"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("profileName", profileName); + tracingParameters.Add("endpointType", endpointType); + tracingParameters.Add("endpointName", endpointName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{profileName}", System.Uri.EscapeDataString(profileName)); + _url = _url.Replace("{endpointType}", System.Uri.EscapeDataString(endpointType)); + _url = _url.Replace("{endpointName}", System.Uri.EscapeDataString(endpointName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 204) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/EndpointsOperationsExtensions.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/EndpointsOperationsExtensions.cs new file mode 100644 index 000000000000..ae179665b5d6 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/EndpointsOperationsExtensions.cs @@ -0,0 +1,252 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for EndpointsOperations. + /// + public static partial class EndpointsOperationsExtensions + { + /// + /// Update a Traffic Manager endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The type of the Traffic Manager endpoint to be updated. Only + /// AzureEndpoints, ExternalEndpoints and NestedEndpoints are allowed here. + /// + /// + /// The name of the Traffic Manager endpoint to be updated. + /// + /// + /// The Traffic Manager endpoint parameters supplied to the Update operation. + /// + public static Endpoint Update(this IEndpointsOperations operations, string resourceGroupName, string profileName, string endpointType, string endpointName, Endpoint parameters) + { + return operations.UpdateAsync(resourceGroupName, profileName, endpointType, endpointName, parameters).GetAwaiter().GetResult(); + } + + /// + /// Update a Traffic Manager endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The type of the Traffic Manager endpoint to be updated. Only + /// AzureEndpoints, ExternalEndpoints and NestedEndpoints are allowed here. + /// + /// + /// The name of the Traffic Manager endpoint to be updated. + /// + /// + /// The Traffic Manager endpoint parameters supplied to the Update operation. + /// + /// + /// The cancellation token. + /// + public static async Task UpdateAsync(this IEndpointsOperations operations, string resourceGroupName, string profileName, string endpointType, string endpointName, Endpoint parameters, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, profileName, endpointType, endpointName, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Gets a Traffic Manager endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The type of the Traffic Manager endpoint. Only AzureEndpoints, + /// ExternalEndpoints and NestedEndpoints are allowed here. + /// + /// + /// The name of the Traffic Manager endpoint. + /// + public static Endpoint Get(this IEndpointsOperations operations, string resourceGroupName, string profileName, string endpointType, string endpointName) + { + return operations.GetAsync(resourceGroupName, profileName, endpointType, endpointName).GetAwaiter().GetResult(); + } + + /// + /// Gets a Traffic Manager endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The type of the Traffic Manager endpoint. Only AzureEndpoints, + /// ExternalEndpoints and NestedEndpoints are allowed here. + /// + /// + /// The name of the Traffic Manager endpoint. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IEndpointsOperations operations, string resourceGroupName, string profileName, string endpointType, string endpointName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, profileName, endpointType, endpointName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Create or update a Traffic Manager endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The type of the Traffic Manager endpoint to be created or updated. Only + /// AzureEndpoints, ExternalEndpoints and NestedEndpoints are allowed here. + /// + /// + /// The name of the Traffic Manager endpoint to be created or updated. + /// + /// + /// The Traffic Manager endpoint parameters supplied to the CreateOrUpdate + /// operation. + /// + public static Endpoint CreateOrUpdate(this IEndpointsOperations operations, string resourceGroupName, string profileName, string endpointType, string endpointName, Endpoint parameters) + { + return operations.CreateOrUpdateAsync(resourceGroupName, profileName, endpointType, endpointName, parameters).GetAwaiter().GetResult(); + } + + /// + /// Create or update a Traffic Manager endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The type of the Traffic Manager endpoint to be created or updated. Only + /// AzureEndpoints, ExternalEndpoints and NestedEndpoints are allowed here. + /// + /// + /// The name of the Traffic Manager endpoint to be created or updated. + /// + /// + /// The Traffic Manager endpoint parameters supplied to the CreateOrUpdate + /// operation. + /// + /// + /// The cancellation token. + /// + public static async Task CreateOrUpdateAsync(this IEndpointsOperations operations, string resourceGroupName, string profileName, string endpointType, string endpointName, Endpoint parameters, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, profileName, endpointType, endpointName, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Deletes a Traffic Manager endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The type of the Traffic Manager endpoint to be deleted. Only + /// AzureEndpoints, ExternalEndpoints and NestedEndpoints are allowed here. + /// + /// + /// The name of the Traffic Manager endpoint to be deleted. + /// + public static void Delete(this IEndpointsOperations operations, string resourceGroupName, string profileName, string endpointType, string endpointName) + { + operations.DeleteAsync(resourceGroupName, profileName, endpointType, endpointName).GetAwaiter().GetResult(); + } + + /// + /// Deletes a Traffic Manager endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The type of the Traffic Manager endpoint to be deleted. Only + /// AzureEndpoints, ExternalEndpoints and NestedEndpoints are allowed here. + /// + /// + /// The name of the Traffic Manager endpoint to be deleted. + /// + /// + /// The cancellation token. + /// + public static async Task DeleteAsync(this IEndpointsOperations operations, string resourceGroupName, string profileName, string endpointType, string endpointName, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, profileName, endpointType, endpointName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/GeographicHierarchiesOperations.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/GeographicHierarchiesOperations.cs new file mode 100644 index 000000000000..37bea0e40ec7 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/GeographicHierarchiesOperations.cs @@ -0,0 +1,235 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// GeographicHierarchiesOperations operations. + /// + internal partial class GeographicHierarchiesOperations : IServiceOperations, IGeographicHierarchiesOperations + { + /// + /// Initializes a new instance of the GeographicHierarchiesOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal GeographicHierarchiesOperations(TrafficManagerManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the TrafficManagerManagementClient + /// + public TrafficManagerManagementClient Client { get; private set; } + + /// + /// Gets the default Geographic Hierarchy used by the Geographic traffic + /// routing method. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetDefaultWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "GetDefault", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "providers/Microsoft.Network/trafficManagerGeographicHierarchies/default").ToString(); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/GeographicHierarchiesOperationsExtensions.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/GeographicHierarchiesOperationsExtensions.cs new file mode 100644 index 000000000000..8114d1450db4 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/GeographicHierarchiesOperationsExtensions.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for GeographicHierarchiesOperations. + /// + public static partial class GeographicHierarchiesOperationsExtensions + { + /// + /// Gets the default Geographic Hierarchy used by the Geographic traffic + /// routing method. + /// + /// + /// The operations group for this extension method. + /// + public static TrafficManagerGeographicHierarchy GetDefault(this IGeographicHierarchiesOperations operations) + { + return operations.GetDefaultAsync().GetAwaiter().GetResult(); + } + + /// + /// Gets the default Geographic Hierarchy used by the Geographic traffic + /// routing method. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The cancellation token. + /// + public static async Task GetDefaultAsync(this IGeographicHierarchiesOperations operations, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetDefaultWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/HeatMapOperations.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/HeatMapOperations.cs new file mode 100644 index 000000000000..2bcf4ed00696 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/HeatMapOperations.cs @@ -0,0 +1,318 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// HeatMapOperations operations. + /// + internal partial class HeatMapOperations : IServiceOperations, IHeatMapOperations + { + /// + /// Initializes a new instance of the HeatMapOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal HeatMapOperations(TrafficManagerManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the TrafficManagerManagementClient + /// + public TrafficManagerManagementClient Client { get; private set; } + + /// + /// Gets latest heatmap for Traffic Manager profile. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The top left latitude,longitude pair of the rectangular viewport to query + /// for. + /// + /// + /// The bottom right latitude,longitude pair of the rectangular viewport to + /// query for. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string profileName, IList topLeft = default(IList), IList botRight = default(IList), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (profileName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "profileName"); + } + if (topLeft != null) + { + if (topLeft.Count > 2) + { + throw new ValidationException(ValidationRules.MaxItems, "topLeft", 2); + } + if (topLeft.Count < 2) + { + throw new ValidationException(ValidationRules.MinItems, "topLeft", 2); + } + } + if (botRight != null) + { + if (botRight.Count > 2) + { + throw new ValidationException(ValidationRules.MaxItems, "botRight", 2); + } + if (botRight.Count < 2) + { + throw new ValidationException(ValidationRules.MinItems, "botRight", 2); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } + string heatMapType = "default"; + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("profileName", profileName); + tracingParameters.Add("heatMapType", heatMapType); + tracingParameters.Add("topLeft", topLeft); + tracingParameters.Add("botRight", botRight); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/heatMaps/{heatMapType}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{profileName}", System.Uri.EscapeDataString(profileName)); + _url = _url.Replace("{heatMapType}", System.Uri.EscapeDataString(heatMapType)); + List _queryParameters = new List(); + if (topLeft != null) + { + _queryParameters.Add(string.Format("topLeft={0}", System.Uri.EscapeDataString(string.Join(",", topLeft)))); + } + if (botRight != null) + { + _queryParameters.Add(string.Format("botRight={0}", System.Uri.EscapeDataString(string.Join(",", botRight)))); + } + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/HeatMapOperationsExtensions.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/HeatMapOperationsExtensions.cs new file mode 100644 index 000000000000..3ddfdc7371b8 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/HeatMapOperationsExtensions.cs @@ -0,0 +1,83 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for HeatMapOperations. + /// + public static partial class HeatMapOperationsExtensions + { + /// + /// Gets latest heatmap for Traffic Manager profile. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The top left latitude,longitude pair of the rectangular viewport to query + /// for. + /// + /// + /// The bottom right latitude,longitude pair of the rectangular viewport to + /// query for. + /// + public static HeatMapModel Get(this IHeatMapOperations operations, string resourceGroupName, string profileName, IList topLeft = default(IList), IList botRight = default(IList)) + { + return operations.GetAsync(resourceGroupName, profileName, topLeft, botRight).GetAwaiter().GetResult(); + } + + /// + /// Gets latest heatmap for Traffic Manager profile. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The top left latitude,longitude pair of the rectangular viewport to query + /// for. + /// + /// + /// The bottom right latitude,longitude pair of the rectangular viewport to + /// query for. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IHeatMapOperations operations, string resourceGroupName, string profileName, IList topLeft = default(IList), IList botRight = default(IList), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, profileName, topLeft, botRight, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/IEndpointsOperations.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/IEndpointsOperations.cs new file mode 100644 index 000000000000..df598080522c --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/IEndpointsOperations.cs @@ -0,0 +1,163 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// EndpointsOperations operations. + /// + public partial interface IEndpointsOperations + { + /// + /// Update a Traffic Manager endpoint. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The type of the Traffic Manager endpoint to be updated. Only + /// AzureEndpoints, ExternalEndpoints and NestedEndpoints are allowed + /// here. + /// + /// + /// The name of the Traffic Manager endpoint to be updated. + /// + /// + /// The Traffic Manager endpoint parameters supplied to the Update + /// operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointType, string endpointName, Endpoint parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets a Traffic Manager endpoint. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The type of the Traffic Manager endpoint. Only AzureEndpoints, + /// ExternalEndpoints and NestedEndpoints are allowed here. + /// + /// + /// The name of the Traffic Manager endpoint. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointType, string endpointName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Create or update a Traffic Manager endpoint. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The type of the Traffic Manager endpoint to be created or updated. + /// Only AzureEndpoints, ExternalEndpoints and NestedEndpoints are + /// allowed here. + /// + /// + /// The name of the Traffic Manager endpoint to be created or updated. + /// + /// + /// The Traffic Manager endpoint parameters supplied to the + /// CreateOrUpdate operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointType, string endpointName, Endpoint parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Deletes a Traffic Manager endpoint. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The type of the Traffic Manager endpoint to be deleted. Only + /// AzureEndpoints, ExternalEndpoints and NestedEndpoints are allowed + /// here. + /// + /// + /// The name of the Traffic Manager endpoint to be deleted. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + Task DeleteWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointType, string endpointName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/IGeographicHierarchiesOperations.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/IGeographicHierarchiesOperations.cs new file mode 100644 index 000000000000..cff406a92f71 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/IGeographicHierarchiesOperations.cs @@ -0,0 +1,47 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// GeographicHierarchiesOperations operations. + /// + public partial interface IGeographicHierarchiesOperations + { + /// + /// Gets the default Geographic Hierarchy used by the Geographic + /// traffic routing method. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetDefaultWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/IHeatMapOperations.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/IHeatMapOperations.cs new file mode 100644 index 000000000000..79e63a3c18d1 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/IHeatMapOperations.cs @@ -0,0 +1,60 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// HeatMapOperations operations. + /// + public partial interface IHeatMapOperations + { + /// + /// Gets latest heatmap for Traffic Manager profile. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The top left latitude,longitude pair of the rectangular viewport to + /// query for. + /// + /// + /// The bottom right latitude,longitude pair of the rectangular + /// viewport to query for. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string resourceGroupName, string profileName, IList topLeft = default(IList), IList botRight = default(IList), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/IProfilesOperations.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/IProfilesOperations.cs new file mode 100644 index 000000000000..42220fe1e879 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/IProfilesOperations.cs @@ -0,0 +1,198 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// ProfilesOperations operations. + /// + public partial interface IProfilesOperations + { + /// + /// Checks the availability of a Traffic Manager Relative DNS name. + /// + /// + /// The name of the resource. + /// + /// + /// The type of the resource. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> CheckTrafficManagerRelativeDnsNameAvailabilityWithHttpMessagesAsync(string name = default(string), string type = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Lists all Traffic Manager profiles within a resource group. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Lists all Traffic Manager profiles within a subscription. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListBySubscriptionWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets a Traffic Manager profile. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string resourceGroupName, string profileName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Create or update a Traffic Manager profile. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The Traffic Manager profile parameters supplied to the + /// CreateOrUpdate operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string profileName, Profile parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Deletes a Traffic Manager profile. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile to be deleted. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + Task DeleteWithHttpMessagesAsync(string resourceGroupName, string profileName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Update a Traffic Manager profile. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The Traffic Manager profile parameters supplied to the Update + /// operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string profileName, Profile parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/ITrafficManagerManagementClient.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/ITrafficManagerManagementClient.cs new file mode 100644 index 000000000000..05f15baaed5d --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/ITrafficManagerManagementClient.cs @@ -0,0 +1,97 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + + /// + /// + public partial interface ITrafficManagerManagementClient : System.IDisposable + { + /// + /// The base URI of the service. + /// + System.Uri BaseUri { get; set; } + + /// + /// Gets or sets json serialization settings. + /// + JsonSerializerSettings SerializationSettings { get; } + + /// + /// Gets or sets json deserialization settings. + /// + JsonSerializerSettings DeserializationSettings { get; } + + /// + /// Credentials needed for the client to connect to Azure. + /// + ServiceClientCredentials Credentials { get; } + + /// + /// The ID of the target subscription. + /// + string SubscriptionId { get; set; } + + /// + /// The API version to use for this operation. + /// + string ApiVersion { get; } + + /// + /// The preferred language for the response. + /// + string AcceptLanguage { get; set; } + + /// + /// The retry timeout in seconds for Long Running Operations. Default + /// value is 30. + /// + int? LongRunningOperationRetryTimeout { get; set; } + + /// + /// Whether a unique x-ms-client-request-id should be generated. When + /// set to true a unique x-ms-client-request-id value is generated and + /// included in each request. Default is true. + /// + bool? GenerateClientRequestId { get; set; } + + + /// + /// Gets the IEndpointsOperations. + /// + IEndpointsOperations Endpoints { get; } + + /// + /// Gets the IProfilesOperations. + /// + IProfilesOperations Profiles { get; } + + /// + /// Gets the IGeographicHierarchiesOperations. + /// + IGeographicHierarchiesOperations GeographicHierarchies { get; } + + /// + /// Gets the IHeatMapOperations. + /// + IHeatMapOperations HeatMap { get; } + + /// + /// Gets the ITrafficManagerUserMetricsKeysOperations. + /// + ITrafficManagerUserMetricsKeysOperations TrafficManagerUserMetricsKeys { get; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/ITrafficManagerUserMetricsKeysOperations.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/ITrafficManagerUserMetricsKeysOperations.cs new file mode 100644 index 000000000000..04d53a2054f5 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/ITrafficManagerUserMetricsKeysOperations.cs @@ -0,0 +1,84 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// TrafficManagerUserMetricsKeysOperations operations. + /// + public partial interface ITrafficManagerUserMetricsKeysOperations + { + /// + /// Get the subscription-level key used for Real User Metrics + /// collection. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Create or update a subscription-level key used for Real User + /// Metrics collection. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> CreateOrUpdateWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Delete a subscription-level key used for Real User Metrics + /// collection. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + Task DeleteWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/AllowedEndpointRecordType.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/AllowedEndpointRecordType.cs new file mode 100644 index 000000000000..8ed96234b9dc --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/AllowedEndpointRecordType.cs @@ -0,0 +1,24 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + + /// + /// Defines values for AllowedEndpointRecordType. + /// + public static class AllowedEndpointRecordType + { + public const string DomainName = "DomainName"; + public const string IPv4Address = "IPv4Address"; + public const string IPv6Address = "IPv6Address"; + public const string Any = "Any"; + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/AlwaysServe.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/AlwaysServe.cs new file mode 100644 index 000000000000..bddb6f2f51bc --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/AlwaysServe.cs @@ -0,0 +1,22 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + + /// + /// Defines values for AlwaysServe. + /// + public static class AlwaysServe + { + public const string Enabled = "Enabled"; + public const string Disabled = "Disabled"; + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/CheckTrafficManagerRelativeDnsNameAvailabilityParameters.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/CheckTrafficManagerRelativeDnsNameAvailabilityParameters.cs new file mode 100644 index 000000000000..1b4923bfa673 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/CheckTrafficManagerRelativeDnsNameAvailabilityParameters.cs @@ -0,0 +1,61 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Parameters supplied to check Traffic Manager name operation. + /// + public partial class CheckTrafficManagerRelativeDnsNameAvailabilityParameters + { + /// + /// Initializes a new instance of the + /// CheckTrafficManagerRelativeDnsNameAvailabilityParameters class. + /// + public CheckTrafficManagerRelativeDnsNameAvailabilityParameters() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// CheckTrafficManagerRelativeDnsNameAvailabilityParameters class. + /// + /// The name of the resource. + /// The type of the resource. + public CheckTrafficManagerRelativeDnsNameAvailabilityParameters(string name = default(string), string type = default(string)) + { + Name = name; + Type = type; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the name of the resource. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Gets or sets the type of the resource. + /// + [JsonProperty(PropertyName = "type")] + public string Type { get; set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/DeleteOperationResult.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/DeleteOperationResult.cs new file mode 100644 index 000000000000..969d3bb44d7a --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/DeleteOperationResult.cs @@ -0,0 +1,52 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// The result of the request or operation. + /// + public partial class DeleteOperationResult + { + /// + /// Initializes a new instance of the DeleteOperationResult class. + /// + public DeleteOperationResult() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the DeleteOperationResult class. + /// + /// The result of the operation or + /// request. + public DeleteOperationResult(bool? operationResult = default(bool?)) + { + OperationResult = operationResult; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the result of the operation or request. + /// + [JsonProperty(PropertyName = "boolean")] + public bool? OperationResult { get; private set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/DnsConfig.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/DnsConfig.cs new file mode 100644 index 000000000000..de09bce16b96 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/DnsConfig.cs @@ -0,0 +1,82 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Class containing DNS settings in a Traffic Manager profile. + /// + public partial class DnsConfig + { + /// + /// Initializes a new instance of the DnsConfig class. + /// + public DnsConfig() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the DnsConfig class. + /// + /// The relative DNS name provided by this + /// Traffic Manager profile. This value is combined with the DNS domain + /// name used by Azure Traffic Manager to form the fully-qualified + /// domain name (FQDN) of the profile. + /// The fully-qualified domain name (FQDN) of the + /// Traffic Manager profile. This is formed from the concatenation of + /// the RelativeName with the DNS domain used by Azure Traffic + /// Manager. + /// The DNS Time-To-Live (TTL), in seconds. This + /// informs the local DNS resolvers and DNS clients how long to cache + /// DNS responses provided by this Traffic Manager profile. + public DnsConfig(string relativeName = default(string), string fqdn = default(string), long? ttl = default(long?)) + { + RelativeName = relativeName; + Fqdn = fqdn; + Ttl = ttl; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the relative DNS name provided by this Traffic Manager + /// profile. This value is combined with the DNS domain name used by + /// Azure Traffic Manager to form the fully-qualified domain name + /// (FQDN) of the profile. + /// + [JsonProperty(PropertyName = "relativeName")] + public string RelativeName { get; set; } + + /// + /// Gets the fully-qualified domain name (FQDN) of the Traffic Manager + /// profile. This is formed from the concatenation of the RelativeName + /// with the DNS domain used by Azure Traffic Manager. + /// + [JsonProperty(PropertyName = "fqdn")] + public string Fqdn { get; private set; } + + /// + /// Gets or sets the DNS Time-To-Live (TTL), in seconds. This informs + /// the local DNS resolvers and DNS clients how long to cache DNS + /// responses provided by this Traffic Manager profile. + /// + [JsonProperty(PropertyName = "ttl")] + public long? Ttl { get; set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Endpoint.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Endpoint.cs new file mode 100644 index 000000000000..02489dfa1f0c --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Endpoint.cs @@ -0,0 +1,233 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Class representing a Traffic Manager endpoint. + /// + [Rest.Serialization.JsonTransformation] + public partial class Endpoint : ProxyResource + { + /// + /// Initializes a new instance of the Endpoint class. + /// + public Endpoint() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the Endpoint class. + /// + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Network/trafficManagerProfiles. + /// The Azure Resource URI of the of the + /// endpoint. Not applicable to endpoints of type + /// 'ExternalEndpoints'. + /// The fully-qualified DNS name or IP address of + /// the endpoint. Traffic Manager returns this value in DNS responses + /// to direct traffic to this endpoint. + /// The status of the endpoint. If the + /// endpoint is Enabled, it is probed for endpoint health and is + /// included in the traffic routing method. Possible values include: + /// 'Enabled', 'Disabled' + /// The weight of this endpoint when using the + /// 'Weighted' traffic routing method. Possible values are from 1 to + /// 1000. + /// The priority of this endpoint when using the + /// 'Priority' traffic routing method. Possible values are from 1 to + /// 1000, lower values represent higher priority. This is an optional + /// parameter. If specified, it must be specified on all endpoints, + /// and no two endpoints can share the same priority value. + /// Specifies the location of the + /// external or nested endpoints when using the 'Performance' traffic + /// routing method. + /// The monitoring status of the + /// endpoint. Possible values include: 'CheckingEndpoint', 'Online', + /// 'Degraded', 'Disabled', 'Inactive', 'Stopped' + /// The minimum number of endpoints + /// that must be available in the child profile in order for the parent + /// profile to be considered available. Only applicable to endpoint of + /// type 'NestedEndpoints'. + /// The minimum number of IPv4 (DNS + /// record type A) endpoints that must be available in the child + /// profile in order for the parent profile to be considered available. + /// Only applicable to endpoint of type 'NestedEndpoints'. + /// The minimum number of IPv6 (DNS + /// record type AAAA) endpoints that must be available in the child + /// profile in order for the parent profile to be considered available. + /// Only applicable to endpoint of type 'NestedEndpoints'. + /// The list of countries/regions mapped to + /// this endpoint when using the 'Geographic' traffic routing method. + /// Please consult Traffic Manager Geographic documentation for a full + /// list of accepted values. + /// The list of subnets, IP addresses, and/or + /// address ranges mapped to this endpoint when using the 'Subnet' + /// traffic routing method. An empty list will match all ranges not + /// covered by other endpoints. + /// List of custom headers. + /// If Always Serve is enabled, probing for + /// endpoint health will be disabled and endpoints will be included in + /// the traffic routing method. Possible values include: 'Enabled', + /// 'Disabled' + public Endpoint(string id = default(string), string name = default(string), string type = default(string), string targetResourceId = default(string), string target = default(string), string endpointStatus = default(string), long? weight = default(long?), long? priority = default(long?), string endpointLocation = default(string), string endpointMonitorStatus = default(string), long? minChildEndpoints = default(long?), long? minChildEndpointsIPv4 = default(long?), long? minChildEndpointsIPv6 = default(long?), IList geoMapping = default(IList), IList subnets = default(IList), IList customHeaders = default(IList), string alwaysServe = default(string)) + : base(id, name, type) + { + TargetResourceId = targetResourceId; + Target = target; + EndpointStatus = endpointStatus; + Weight = weight; + Priority = priority; + EndpointLocation = endpointLocation; + EndpointMonitorStatus = endpointMonitorStatus; + MinChildEndpoints = minChildEndpoints; + MinChildEndpointsIPv4 = minChildEndpointsIPv4; + MinChildEndpointsIPv6 = minChildEndpointsIPv6; + GeoMapping = geoMapping; + Subnets = subnets; + CustomHeaders = customHeaders; + AlwaysServe = alwaysServe; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the Azure Resource URI of the of the endpoint. Not + /// applicable to endpoints of type 'ExternalEndpoints'. + /// + [JsonProperty(PropertyName = "properties.targetResourceId")] + public string TargetResourceId { get; set; } + + /// + /// Gets or sets the fully-qualified DNS name or IP address of the + /// endpoint. Traffic Manager returns this value in DNS responses to + /// direct traffic to this endpoint. + /// + [JsonProperty(PropertyName = "properties.target")] + public string Target { get; set; } + + /// + /// Gets or sets the status of the endpoint. If the endpoint is + /// Enabled, it is probed for endpoint health and is included in the + /// traffic routing method. Possible values include: 'Enabled', + /// 'Disabled' + /// + [JsonProperty(PropertyName = "properties.endpointStatus")] + public string EndpointStatus { get; set; } + + /// + /// Gets or sets the weight of this endpoint when using the 'Weighted' + /// traffic routing method. Possible values are from 1 to 1000. + /// + [JsonProperty(PropertyName = "properties.weight")] + public long? Weight { get; set; } + + /// + /// Gets or sets the priority of this endpoint when using the + /// 'Priority' traffic routing method. Possible values are from 1 to + /// 1000, lower values represent higher priority. This is an optional + /// parameter. If specified, it must be specified on all endpoints, + /// and no two endpoints can share the same priority value. + /// + [JsonProperty(PropertyName = "properties.priority")] + public long? Priority { get; set; } + + /// + /// Gets or sets specifies the location of the external or nested + /// endpoints when using the 'Performance' traffic routing method. + /// + [JsonProperty(PropertyName = "properties.endpointLocation")] + public string EndpointLocation { get; set; } + + /// + /// Gets or sets the monitoring status of the endpoint. Possible values + /// include: 'CheckingEndpoint', 'Online', 'Degraded', 'Disabled', + /// 'Inactive', 'Stopped' + /// + [JsonProperty(PropertyName = "properties.endpointMonitorStatus")] + public string EndpointMonitorStatus { get; set; } + + /// + /// Gets or sets the minimum number of endpoints that must be available + /// in the child profile in order for the parent profile to be + /// considered available. Only applicable to endpoint of type + /// 'NestedEndpoints'. + /// + [JsonProperty(PropertyName = "properties.minChildEndpoints")] + public long? MinChildEndpoints { get; set; } + + /// + /// Gets or sets the minimum number of IPv4 (DNS record type A) + /// endpoints that must be available in the child profile in order for + /// the parent profile to be considered available. Only applicable to + /// endpoint of type 'NestedEndpoints'. + /// + [JsonProperty(PropertyName = "properties.minChildEndpointsIPv4")] + public long? MinChildEndpointsIPv4 { get; set; } + + /// + /// Gets or sets the minimum number of IPv6 (DNS record type AAAA) + /// endpoints that must be available in the child profile in order for + /// the parent profile to be considered available. Only applicable to + /// endpoint of type 'NestedEndpoints'. + /// + [JsonProperty(PropertyName = "properties.minChildEndpointsIPv6")] + public long? MinChildEndpointsIPv6 { get; set; } + + /// + /// Gets or sets the list of countries/regions mapped to this endpoint + /// when using the 'Geographic' traffic routing method. Please consult + /// Traffic Manager Geographic documentation for a full list of + /// accepted values. + /// + [JsonProperty(PropertyName = "properties.geoMapping")] + public IList GeoMapping { get; set; } + + /// + /// Gets or sets the list of subnets, IP addresses, and/or address + /// ranges mapped to this endpoint when using the 'Subnet' traffic + /// routing method. An empty list will match all ranges not covered by + /// other endpoints. + /// + [JsonProperty(PropertyName = "properties.subnets")] + public IList Subnets { get; set; } + + /// + /// Gets or sets list of custom headers. + /// + [JsonProperty(PropertyName = "properties.customHeaders")] + public IList CustomHeaders { get; set; } + + /// + /// Gets or sets if Always Serve is enabled, probing for endpoint + /// health will be disabled and endpoints will be included in the + /// traffic routing method. Possible values include: 'Enabled', + /// 'Disabled' + /// + [JsonProperty(PropertyName = "properties.alwaysServe")] + public string AlwaysServe { get; set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/EndpointMonitorStatus.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/EndpointMonitorStatus.cs new file mode 100644 index 000000000000..336959093668 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/EndpointMonitorStatus.cs @@ -0,0 +1,26 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + + /// + /// Defines values for EndpointMonitorStatus. + /// + public static class EndpointMonitorStatus + { + public const string CheckingEndpoint = "CheckingEndpoint"; + public const string Online = "Online"; + public const string Degraded = "Degraded"; + public const string Disabled = "Disabled"; + public const string Inactive = "Inactive"; + public const string Stopped = "Stopped"; + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/EndpointPropertiesCustomHeadersItem.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/EndpointPropertiesCustomHeadersItem.cs new file mode 100644 index 000000000000..975ed8009c4d --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/EndpointPropertiesCustomHeadersItem.cs @@ -0,0 +1,61 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Custom header name and value. + /// + public partial class EndpointPropertiesCustomHeadersItem + { + /// + /// Initializes a new instance of the + /// EndpointPropertiesCustomHeadersItem class. + /// + public EndpointPropertiesCustomHeadersItem() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// EndpointPropertiesCustomHeadersItem class. + /// + /// Header name. + /// Header value. + public EndpointPropertiesCustomHeadersItem(string name = default(string), string value = default(string)) + { + Name = name; + Value = value; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets header name. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Gets or sets header value. + /// + [JsonProperty(PropertyName = "value")] + public string Value { get; set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/EndpointPropertiesSubnetsItem.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/EndpointPropertiesSubnetsItem.cs new file mode 100644 index 000000000000..bbee6cd131b4 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/EndpointPropertiesSubnetsItem.cs @@ -0,0 +1,71 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Subnet first address, scope, and/or last address. + /// + public partial class EndpointPropertiesSubnetsItem + { + /// + /// Initializes a new instance of the EndpointPropertiesSubnetsItem + /// class. + /// + public EndpointPropertiesSubnetsItem() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the EndpointPropertiesSubnetsItem + /// class. + /// + /// First address in the subnet. + /// Last address in the subnet. + /// Block size (number of leading bits in the + /// subnet mask). + public EndpointPropertiesSubnetsItem(string first = default(string), string last = default(string), int? scope = default(int?)) + { + First = first; + Last = last; + Scope = scope; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets first address in the subnet. + /// + [JsonProperty(PropertyName = "first")] + public string First { get; set; } + + /// + /// Gets or sets last address in the subnet. + /// + [JsonProperty(PropertyName = "last")] + public string Last { get; set; } + + /// + /// Gets or sets block size (number of leading bits in the subnet + /// mask). + /// + [JsonProperty(PropertyName = "scope")] + public int? Scope { get; set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/EndpointStatus.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/EndpointStatus.cs new file mode 100644 index 000000000000..984703a0ae60 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/EndpointStatus.cs @@ -0,0 +1,22 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + + /// + /// Defines values for EndpointStatus. + /// + public static class EndpointStatus + { + public const string Enabled = "Enabled"; + public const string Disabled = "Disabled"; + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/HeatMapEndpoint.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/HeatMapEndpoint.cs new file mode 100644 index 000000000000..b07e8cdf0149 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/HeatMapEndpoint.cs @@ -0,0 +1,62 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Class which is a sparse representation of a Traffic Manager endpoint. + /// + public partial class HeatMapEndpoint + { + /// + /// Initializes a new instance of the HeatMapEndpoint class. + /// + public HeatMapEndpoint() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the HeatMapEndpoint class. + /// + /// The ARM Resource ID of this Traffic + /// Manager endpoint. + /// A number uniquely identifying this + /// endpoint in query experiences. + public HeatMapEndpoint(string resourceId = default(string), int? endpointId = default(int?)) + { + ResourceId = resourceId; + EndpointId = endpointId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the ARM Resource ID of this Traffic Manager endpoint. + /// + [JsonProperty(PropertyName = "resourceId")] + public string ResourceId { get; set; } + + /// + /// Gets or sets a number uniquely identifying this endpoint in query + /// experiences. + /// + [JsonProperty(PropertyName = "endpointId")] + public int? EndpointId { get; set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/HeatMapModel.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/HeatMapModel.cs new file mode 100644 index 000000000000..5b52875f3908 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/HeatMapModel.cs @@ -0,0 +1,93 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Class representing a Traffic Manager HeatMap. + /// + [Rest.Serialization.JsonTransformation] + public partial class HeatMapModel : ProxyResource + { + /// + /// Initializes a new instance of the HeatMapModel class. + /// + public HeatMapModel() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the HeatMapModel class. + /// + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Network/trafficManagerProfiles. + /// The beginning of the time window for this + /// HeatMap, inclusive. + /// The ending of the time window for this + /// HeatMap, exclusive. + /// The endpoints used in this HeatMap + /// calculation. + /// The traffic flows produced in this + /// HeatMap calculation. + public HeatMapModel(string id = default(string), string name = default(string), string type = default(string), System.DateTime? startTime = default(System.DateTime?), System.DateTime? endTime = default(System.DateTime?), IList endpoints = default(IList), IList trafficFlows = default(IList)) + : base(id, name, type) + { + StartTime = startTime; + EndTime = endTime; + Endpoints = endpoints; + TrafficFlows = trafficFlows; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the beginning of the time window for this HeatMap, + /// inclusive. + /// + [JsonProperty(PropertyName = "properties.startTime")] + public System.DateTime? StartTime { get; set; } + + /// + /// Gets or sets the ending of the time window for this HeatMap, + /// exclusive. + /// + [JsonProperty(PropertyName = "properties.endTime")] + public System.DateTime? EndTime { get; set; } + + /// + /// Gets or sets the endpoints used in this HeatMap calculation. + /// + [JsonProperty(PropertyName = "properties.endpoints")] + public IList Endpoints { get; set; } + + /// + /// Gets or sets the traffic flows produced in this HeatMap + /// calculation. + /// + [JsonProperty(PropertyName = "properties.trafficFlows")] + public IList TrafficFlows { get; set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/MonitorConfig.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/MonitorConfig.cs new file mode 100644 index 000000000000..f6e139df83f3 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/MonitorConfig.cs @@ -0,0 +1,143 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Class containing endpoint monitoring settings in a Traffic Manager + /// profile. + /// + public partial class MonitorConfig + { + /// + /// Initializes a new instance of the MonitorConfig class. + /// + public MonitorConfig() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the MonitorConfig class. + /// + /// The profile-level monitoring + /// status of the Traffic Manager profile. Possible values include: + /// 'CheckingEndpoints', 'Online', 'Degraded', 'Disabled', + /// 'Inactive' + /// The protocol (HTTP, HTTPS or TCP) used to + /// probe for endpoint health. Possible values include: 'HTTP', + /// 'HTTPS', 'TCP' + /// The TCP port used to probe for endpoint + /// health. + /// The path relative to the endpoint domain name + /// used to probe for endpoint health. + /// The monitor interval for endpoints + /// in this profile. This is the interval at which Traffic Manager will + /// check the health of each endpoint in this profile. + /// The monitor timeout for endpoints in + /// this profile. This is the time that Traffic Manager allows + /// endpoints in this profile to response to the health check. + /// The number of consecutive + /// failed health check that Traffic Manager tolerates before declaring + /// an endpoint in this profile Degraded after the next failed health + /// check. + /// List of custom headers. + /// List of expected status code + /// ranges. + public MonitorConfig(string profileMonitorStatus = default(string), string protocol = default(string), long? port = default(long?), string path = default(string), long? intervalInSeconds = default(long?), long? timeoutInSeconds = default(long?), long? toleratedNumberOfFailures = default(long?), IList customHeaders = default(IList), IList expectedStatusCodeRanges = default(IList)) + { + ProfileMonitorStatus = profileMonitorStatus; + Protocol = protocol; + Port = port; + Path = path; + IntervalInSeconds = intervalInSeconds; + TimeoutInSeconds = timeoutInSeconds; + ToleratedNumberOfFailures = toleratedNumberOfFailures; + CustomHeaders = customHeaders; + ExpectedStatusCodeRanges = expectedStatusCodeRanges; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the profile-level monitoring status of the Traffic + /// Manager profile. Possible values include: 'CheckingEndpoints', + /// 'Online', 'Degraded', 'Disabled', 'Inactive' + /// + [JsonProperty(PropertyName = "profileMonitorStatus")] + public string ProfileMonitorStatus { get; set; } + + /// + /// Gets or sets the protocol (HTTP, HTTPS or TCP) used to probe for + /// endpoint health. Possible values include: 'HTTP', 'HTTPS', 'TCP' + /// + [JsonProperty(PropertyName = "protocol")] + public string Protocol { get; set; } + + /// + /// Gets or sets the TCP port used to probe for endpoint health. + /// + [JsonProperty(PropertyName = "port")] + public long? Port { get; set; } + + /// + /// Gets or sets the path relative to the endpoint domain name used to + /// probe for endpoint health. + /// + [JsonProperty(PropertyName = "path")] + public string Path { get; set; } + + /// + /// Gets or sets the monitor interval for endpoints in this profile. + /// This is the interval at which Traffic Manager will check the health + /// of each endpoint in this profile. + /// + [JsonProperty(PropertyName = "intervalInSeconds")] + public long? IntervalInSeconds { get; set; } + + /// + /// Gets or sets the monitor timeout for endpoints in this profile. + /// This is the time that Traffic Manager allows endpoints in this + /// profile to response to the health check. + /// + [JsonProperty(PropertyName = "timeoutInSeconds")] + public long? TimeoutInSeconds { get; set; } + + /// + /// Gets or sets the number of consecutive failed health check that + /// Traffic Manager tolerates before declaring an endpoint in this + /// profile Degraded after the next failed health check. + /// + [JsonProperty(PropertyName = "toleratedNumberOfFailures")] + public long? ToleratedNumberOfFailures { get; set; } + + /// + /// Gets or sets list of custom headers. + /// + [JsonProperty(PropertyName = "customHeaders")] + public IList CustomHeaders { get; set; } + + /// + /// Gets or sets list of expected status code ranges. + /// + [JsonProperty(PropertyName = "expectedStatusCodeRanges")] + public IList ExpectedStatusCodeRanges { get; set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/MonitorConfigCustomHeadersItem.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/MonitorConfigCustomHeadersItem.cs new file mode 100644 index 000000000000..e312216bb872 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/MonitorConfigCustomHeadersItem.cs @@ -0,0 +1,61 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Custom header name and value. + /// + public partial class MonitorConfigCustomHeadersItem + { + /// + /// Initializes a new instance of the MonitorConfigCustomHeadersItem + /// class. + /// + public MonitorConfigCustomHeadersItem() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the MonitorConfigCustomHeadersItem + /// class. + /// + /// Header name. + /// Header value. + public MonitorConfigCustomHeadersItem(string name = default(string), string value = default(string)) + { + Name = name; + Value = value; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets header name. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Gets or sets header value. + /// + [JsonProperty(PropertyName = "value")] + public string Value { get; set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/MonitorConfigExpectedStatusCodeRangesItem.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/MonitorConfigExpectedStatusCodeRangesItem.cs new file mode 100644 index 000000000000..bc7e238d4319 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/MonitorConfigExpectedStatusCodeRangesItem.cs @@ -0,0 +1,61 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Min and max value of a status code range. + /// + public partial class MonitorConfigExpectedStatusCodeRangesItem + { + /// + /// Initializes a new instance of the + /// MonitorConfigExpectedStatusCodeRangesItem class. + /// + public MonitorConfigExpectedStatusCodeRangesItem() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// MonitorConfigExpectedStatusCodeRangesItem class. + /// + /// Min status code. + /// Max status code. + public MonitorConfigExpectedStatusCodeRangesItem(int? min = default(int?), int? max = default(int?)) + { + Min = min; + Max = max; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets min status code. + /// + [JsonProperty(PropertyName = "min")] + public int? Min { get; set; } + + /// + /// Gets or sets max status code. + /// + [JsonProperty(PropertyName = "max")] + public int? Max { get; set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/MonitorProtocol.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/MonitorProtocol.cs new file mode 100644 index 000000000000..451f02c78e79 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/MonitorProtocol.cs @@ -0,0 +1,23 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + + /// + /// Defines values for MonitorProtocol. + /// + public static class MonitorProtocol + { + public const string HTTP = "HTTP"; + public const string HTTPS = "HTTPS"; + public const string TCP = "TCP"; + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Page.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Page.cs new file mode 100644 index 000000000000..af159a6a332b --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Page.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + + /// + /// Defines a page in Azure responses. + /// + /// Type of the page content items + [JsonObject] + public class Page : IPage + { + /// + /// Gets the link to the next page. + /// + [JsonProperty("")] + public string NextPageLink { get; private set; } + + [JsonProperty("value")] + private IList Items{ get; set; } + + /// + /// Returns an enumerator that iterates through the collection. + /// + /// A an enumerator that can be used to iterate through the collection. + public IEnumerator GetEnumerator() + { + return Items == null ? System.Linq.Enumerable.Empty().GetEnumerator() : Items.GetEnumerator(); + } + + /// + /// Returns an enumerator that iterates through the collection. + /// + /// A an enumerator that can be used to iterate through the collection. + IEnumerator IEnumerable.GetEnumerator() + { + return GetEnumerator(); + } + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Profile.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Profile.cs new file mode 100644 index 000000000000..2cbbef6f1f74 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Profile.cs @@ -0,0 +1,143 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Class representing a Traffic Manager profile. + /// + [Rest.Serialization.JsonTransformation] + public partial class Profile : TrackedResource + { + /// + /// Initializes a new instance of the Profile class. + /// + public Profile() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the Profile class. + /// + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Network/trafficManagerProfiles. + /// Resource tags. + /// The Azure Region where the resource + /// lives + /// The status of the Traffic Manager + /// profile. Possible values include: 'Enabled', 'Disabled' + /// The traffic routing method of + /// the Traffic Manager profile. Possible values include: + /// 'Performance', 'Priority', 'Weighted', 'Geographic', 'MultiValue', + /// 'Subnet' + /// The DNS settings of the Traffic Manager + /// profile. + /// The endpoint monitoring settings of the + /// Traffic Manager profile. + /// The list of endpoints in the Traffic + /// Manager profile. + /// Indicates whether Traffic + /// View is 'Enabled' or 'Disabled' for the Traffic Manager profile. + /// Null, indicates 'Disabled'. Enabling this feature will increase the + /// cost of the Traffic Manage profile. Possible values include: + /// 'Enabled', 'Disabled' + /// The list of allowed + /// endpoint record types. + /// Maximum number of endpoints to be returned + /// for MultiValue routing type. + public Profile(string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string location = default(string), string profileStatus = default(string), string trafficRoutingMethod = default(string), DnsConfig dnsConfig = default(DnsConfig), MonitorConfig monitorConfig = default(MonitorConfig), IList endpoints = default(IList), string trafficViewEnrollmentStatus = default(string), IList allowedEndpointRecordTypes = default(IList), long? maxReturn = default(long?)) + : base(id, name, type, tags, location) + { + ProfileStatus = profileStatus; + TrafficRoutingMethod = trafficRoutingMethod; + DnsConfig = dnsConfig; + MonitorConfig = monitorConfig; + Endpoints = endpoints; + TrafficViewEnrollmentStatus = trafficViewEnrollmentStatus; + AllowedEndpointRecordTypes = allowedEndpointRecordTypes; + MaxReturn = maxReturn; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the status of the Traffic Manager profile. Possible + /// values include: 'Enabled', 'Disabled' + /// + [JsonProperty(PropertyName = "properties.profileStatus")] + public string ProfileStatus { get; set; } + + /// + /// Gets or sets the traffic routing method of the Traffic Manager + /// profile. Possible values include: 'Performance', 'Priority', + /// 'Weighted', 'Geographic', 'MultiValue', 'Subnet' + /// + [JsonProperty(PropertyName = "properties.trafficRoutingMethod")] + public string TrafficRoutingMethod { get; set; } + + /// + /// Gets or sets the DNS settings of the Traffic Manager profile. + /// + [JsonProperty(PropertyName = "properties.dnsConfig")] + public DnsConfig DnsConfig { get; set; } + + /// + /// Gets or sets the endpoint monitoring settings of the Traffic + /// Manager profile. + /// + [JsonProperty(PropertyName = "properties.monitorConfig")] + public MonitorConfig MonitorConfig { get; set; } + + /// + /// Gets or sets the list of endpoints in the Traffic Manager profile. + /// + [JsonProperty(PropertyName = "properties.endpoints")] + public IList Endpoints { get; set; } + + /// + /// Gets or sets indicates whether Traffic View is 'Enabled' or + /// 'Disabled' for the Traffic Manager profile. Null, indicates + /// 'Disabled'. Enabling this feature will increase the cost of the + /// Traffic Manage profile. Possible values include: 'Enabled', + /// 'Disabled' + /// + [JsonProperty(PropertyName = "properties.trafficViewEnrollmentStatus")] + public string TrafficViewEnrollmentStatus { get; set; } + + /// + /// Gets or sets the list of allowed endpoint record types. + /// + [JsonProperty(PropertyName = "properties.allowedEndpointRecordTypes")] + public IList AllowedEndpointRecordTypes { get; set; } + + /// + /// Gets or sets maximum number of endpoints to be returned for + /// MultiValue routing type. + /// + [JsonProperty(PropertyName = "properties.maxReturn")] + public long? MaxReturn { get; set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/ProfileMonitorStatus.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/ProfileMonitorStatus.cs new file mode 100644 index 000000000000..a21d88124827 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/ProfileMonitorStatus.cs @@ -0,0 +1,25 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + + /// + /// Defines values for ProfileMonitorStatus. + /// + public static class ProfileMonitorStatus + { + public const string CheckingEndpoints = "CheckingEndpoints"; + public const string Online = "Online"; + public const string Degraded = "Degraded"; + public const string Disabled = "Disabled"; + public const string Inactive = "Inactive"; + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/ProfileStatus.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/ProfileStatus.cs new file mode 100644 index 000000000000..0f7c464d73a8 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/ProfileStatus.cs @@ -0,0 +1,22 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + + /// + /// Defines values for ProfileStatus. + /// + public static class ProfileStatus + { + public const string Enabled = "Enabled"; + public const string Disabled = "Disabled"; + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/ProxyResource.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/ProxyResource.cs new file mode 100644 index 000000000000..3bc78225bf24 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/ProxyResource.cs @@ -0,0 +1,49 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using System.Linq; + + /// + /// The resource model definition for a ARM proxy resource. It will have + /// everything other than required location and tags + /// + public partial class ProxyResource : Resource + { + /// + /// Initializes a new instance of the ProxyResource class. + /// + public ProxyResource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ProxyResource class. + /// + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Network/trafficManagerProfiles. + public ProxyResource(string id = default(string), string name = default(string), string type = default(string)) + : base(id, name, type) + { + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/QueryExperience.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/QueryExperience.cs new file mode 100644 index 000000000000..c346241fcb40 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/QueryExperience.cs @@ -0,0 +1,83 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Class representing a Traffic Manager HeatMap query experience + /// properties. + /// + public partial class QueryExperience + { + /// + /// Initializes a new instance of the QueryExperience class. + /// + public QueryExperience() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the QueryExperience class. + /// + /// The id of the endpoint from the + /// 'endpoints' array which these queries were routed to. + /// The number of queries originating from + /// this location. + /// The latency experienced by queries + /// originating from this location. + public QueryExperience(int endpointId, int queryCount, double? latency = default(double?)) + { + EndpointId = endpointId; + QueryCount = queryCount; + Latency = latency; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the id of the endpoint from the 'endpoints' array + /// which these queries were routed to. + /// + [JsonProperty(PropertyName = "endpointId")] + public int EndpointId { get; set; } + + /// + /// Gets or sets the number of queries originating from this location. + /// + [JsonProperty(PropertyName = "queryCount")] + public int QueryCount { get; set; } + + /// + /// Gets or sets the latency experienced by queries originating from + /// this location. + /// + [JsonProperty(PropertyName = "latency")] + public double? Latency { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + //Nothing to validate + } + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Region.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Region.cs new file mode 100644 index 000000000000..a1d29b4e8ab7 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Region.cs @@ -0,0 +1,72 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Class representing a region in the Geographic hierarchy used with the + /// Geographic traffic routing method. + /// + public partial class Region + { + /// + /// Initializes a new instance of the Region class. + /// + public Region() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the Region class. + /// + /// The code of the region + /// The name of the region + /// The list of Regions grouped under this Region + /// in the Geographic Hierarchy. + public Region(string code = default(string), string name = default(string), IList regions = default(IList)) + { + Code = code; + Name = name; + Regions = regions; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the code of the region + /// + [JsonProperty(PropertyName = "code")] + public string Code { get; set; } + + /// + /// Gets or sets the name of the region + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Gets or sets the list of Regions grouped under this Region in the + /// Geographic Hierarchy. + /// + [JsonProperty(PropertyName = "regions")] + public IList Regions { get; set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Resource.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Resource.cs new file mode 100644 index 000000000000..0ebe8a3577ac --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/Resource.cs @@ -0,0 +1,73 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Newtonsoft.Json; + using System.Linq; + + /// + /// The core properties of ARM resources + /// + public partial class Resource : IResource + { + /// + /// Initializes a new instance of the Resource class. + /// + public Resource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the Resource class. + /// + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Network/trafficManagerProfiles. + public Resource(string id = default(string), string name = default(string), string type = default(string)) + { + Id = id; + Name = name; + Type = type; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName} + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; set; } + + /// + /// Gets or sets the name of the resource + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Gets or sets the type of the resource. Ex- + /// Microsoft.Network/trafficManagerProfiles. + /// + [JsonProperty(PropertyName = "type")] + public string Type { get; set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrackedResource.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrackedResource.cs new file mode 100644 index 000000000000..22283a01397b --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrackedResource.cs @@ -0,0 +1,68 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// The resource model definition for a ARM tracked top level resource + /// + public partial class TrackedResource : Resource + { + /// + /// Initializes a new instance of the TrackedResource class. + /// + public TrackedResource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TrackedResource class. + /// + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Network/trafficManagerProfiles. + /// Resource tags. + /// The Azure Region where the resource + /// lives + public TrackedResource(string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string location = default(string)) + : base(id, name, type) + { + Tags = tags; + Location = location; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets resource tags. + /// + [JsonProperty(PropertyName = "tags")] + public IDictionary Tags { get; set; } + + /// + /// Gets or sets the Azure Region where the resource lives + /// + [JsonProperty(PropertyName = "location")] + public string Location { get; set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficFlow.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficFlow.cs new file mode 100644 index 000000000000..5687c84a4744 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficFlow.cs @@ -0,0 +1,85 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Class representing a Traffic Manager HeatMap traffic flow properties. + /// + public partial class TrafficFlow + { + /// + /// Initializes a new instance of the TrafficFlow class. + /// + public TrafficFlow() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TrafficFlow class. + /// + /// The IP address that this query experience + /// originated from. + /// The approximate latitude that these queries + /// originated from. + /// The approximate longitude that these + /// queries originated from. + /// The query experiences produced in + /// this HeatMap calculation. + public TrafficFlow(string sourceIp = default(string), double? latitude = default(double?), double? longitude = default(double?), IList queryExperiences = default(IList)) + { + SourceIp = sourceIp; + Latitude = latitude; + Longitude = longitude; + QueryExperiences = queryExperiences; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the IP address that this query experience originated + /// from. + /// + [JsonProperty(PropertyName = "sourceIp")] + public string SourceIp { get; set; } + + /// + /// Gets or sets the approximate latitude that these queries originated + /// from. + /// + [JsonProperty(PropertyName = "latitude")] + public double? Latitude { get; set; } + + /// + /// Gets or sets the approximate longitude that these queries + /// originated from. + /// + [JsonProperty(PropertyName = "longitude")] + public double? Longitude { get; set; } + + /// + /// Gets or sets the query experiences produced in this HeatMap + /// calculation. + /// + [JsonProperty(PropertyName = "queryExperiences")] + public IList QueryExperiences { get; set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficManagerGeographicHierarchy.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficManagerGeographicHierarchy.cs new file mode 100644 index 000000000000..8f7104eab659 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficManagerGeographicHierarchy.cs @@ -0,0 +1,66 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Class representing the Geographic hierarchy used with the Geographic + /// traffic routing method. + /// + [Rest.Serialization.JsonTransformation] + public partial class TrafficManagerGeographicHierarchy : ProxyResource + { + /// + /// Initializes a new instance of the TrafficManagerGeographicHierarchy + /// class. + /// + public TrafficManagerGeographicHierarchy() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TrafficManagerGeographicHierarchy + /// class. + /// + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Network/trafficManagerProfiles. + /// The region at the root of the + /// hierarchy from all the regions in the hierarchy can be + /// retrieved. + public TrafficManagerGeographicHierarchy(string id = default(string), string name = default(string), string type = default(string), Region geographicHierarchy = default(Region)) + : base(id, name, type) + { + GeographicHierarchy = geographicHierarchy; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the region at the root of the hierarchy from all the + /// regions in the hierarchy can be retrieved. + /// + [JsonProperty(PropertyName = "properties.geographicHierarchy")] + public Region GeographicHierarchy { get; set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficManagerNameAvailability.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficManagerNameAvailability.cs new file mode 100644 index 000000000000..bc02445211fc --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficManagerNameAvailability.cs @@ -0,0 +1,91 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Class representing a Traffic Manager Name Availability response. + /// + public partial class TrafficManagerNameAvailability + { + /// + /// Initializes a new instance of the TrafficManagerNameAvailability + /// class. + /// + public TrafficManagerNameAvailability() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TrafficManagerNameAvailability + /// class. + /// + /// The relative name. + /// Traffic Manager profile resource type. + /// Describes whether the relative name is + /// available or not. + /// The reason why the name is not available, when + /// applicable. + /// Descriptive message that explains why the + /// name is not available, when applicable. + public TrafficManagerNameAvailability(string name = default(string), string type = default(string), bool? nameAvailable = default(bool?), string reason = default(string), string message = default(string)) + { + Name = name; + Type = type; + NameAvailable = nameAvailable; + Reason = reason; + Message = message; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the relative name. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Gets or sets traffic Manager profile resource type. + /// + [JsonProperty(PropertyName = "type")] + public string Type { get; set; } + + /// + /// Gets or sets describes whether the relative name is available or + /// not. + /// + [JsonProperty(PropertyName = "nameAvailable")] + public bool? NameAvailable { get; set; } + + /// + /// Gets or sets the reason why the name is not available, when + /// applicable. + /// + [JsonProperty(PropertyName = "reason")] + public string Reason { get; set; } + + /// + /// Gets or sets descriptive message that explains why the name is not + /// available, when applicable. + /// + [JsonProperty(PropertyName = "message")] + public string Message { get; set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficRoutingMethod.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficRoutingMethod.cs new file mode 100644 index 000000000000..91646feacdc6 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficRoutingMethod.cs @@ -0,0 +1,26 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + + /// + /// Defines values for TrafficRoutingMethod. + /// + public static class TrafficRoutingMethod + { + public const string Performance = "Performance"; + public const string Priority = "Priority"; + public const string Weighted = "Weighted"; + public const string Geographic = "Geographic"; + public const string MultiValue = "MultiValue"; + public const string Subnet = "Subnet"; + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficViewEnrollmentStatus.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficViewEnrollmentStatus.cs new file mode 100644 index 000000000000..ac9a0dcf0361 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/TrafficViewEnrollmentStatus.cs @@ -0,0 +1,22 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + + /// + /// Defines values for TrafficViewEnrollmentStatus. + /// + public static class TrafficViewEnrollmentStatus + { + public const string Enabled = "Enabled"; + public const string Disabled = "Disabled"; + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/UserMetricsModel.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/UserMetricsModel.cs new file mode 100644 index 000000000000..2cd84f3ad69a --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/Models/UserMetricsModel.cs @@ -0,0 +1,61 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Class representing Traffic Manager User Metrics. + /// + [Rest.Serialization.JsonTransformation] + public partial class UserMetricsModel : ProxyResource + { + /// + /// Initializes a new instance of the UserMetricsModel class. + /// + public UserMetricsModel() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the UserMetricsModel class. + /// + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Network/trafficManagerProfiles. + /// The key returned by the User Metrics + /// operation. + public UserMetricsModel(string id = default(string), string name = default(string), string type = default(string), string key = default(string)) + : base(id, name, type) + { + Key = key; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the key returned by the User Metrics operation. + /// + [JsonProperty(PropertyName = "properties.key")] + public string Key { get; set; } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/ProfilesOperations.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/ProfilesOperations.cs new file mode 100644 index 000000000000..53bedbb20bc0 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/ProfilesOperations.cs @@ -0,0 +1,1567 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// ProfilesOperations operations. + /// + internal partial class ProfilesOperations : IServiceOperations, IProfilesOperations + { + /// + /// Initializes a new instance of the ProfilesOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal ProfilesOperations(TrafficManagerManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the TrafficManagerManagementClient + /// + public TrafficManagerManagementClient Client { get; private set; } + + /// + /// Checks the availability of a Traffic Manager Relative DNS name. + /// + /// + /// The name of the resource. + /// + /// + /// The type of the resource. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> CheckTrafficManagerRelativeDnsNameAvailabilityWithHttpMessagesAsync(string name = default(string), string type = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } + CheckTrafficManagerRelativeDnsNameAvailabilityParameters parameters = new CheckTrafficManagerRelativeDnsNameAvailabilityParameters(); + if (name != null || type != null) + { + parameters.Name = name; + parameters.Type = type; + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "CheckTrafficManagerRelativeDnsNameAvailability", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "providers/Microsoft.Network/checkTrafficManagerNameAvailability").ToString(); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Lists all Traffic Manager profiles within a resource group. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroup", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Lists all Traffic Manager profiles within a subscription. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListBySubscriptionWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListBySubscription", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.Network/trafficmanagerprofiles").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Gets a Traffic Manager profile. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string profileName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (profileName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "profileName"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("profileName", profileName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{profileName}", System.Uri.EscapeDataString(profileName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Create or update a Traffic Manager profile. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The Traffic Manager profile parameters supplied to the CreateOrUpdate + /// operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string profileName, Profile parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (profileName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "profileName"); + } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("profileName", profileName); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{profileName}", System.Uri.EscapeDataString(profileName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 201) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + // Deserialize Response + if ((int)_statusCode == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Deletes a Traffic Manager profile. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile to be deleted. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string profileName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (profileName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "profileName"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("profileName", profileName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{profileName}", System.Uri.EscapeDataString(profileName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 204) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Update a Traffic Manager profile. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The Traffic Manager profile parameters supplied to the Update operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string profileName, Profile parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (profileName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "profileName"); + } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("profileName", profileName); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{profileName}", System.Uri.EscapeDataString(profileName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PATCH"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/ProfilesOperationsExtensions.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/ProfilesOperationsExtensions.cs new file mode 100644 index 000000000000..7fdf218e1ca1 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/ProfilesOperationsExtensions.cs @@ -0,0 +1,300 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for ProfilesOperations. + /// + public static partial class ProfilesOperationsExtensions + { + /// + /// Checks the availability of a Traffic Manager Relative DNS name. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource. + /// + /// + /// The type of the resource. + /// + public static TrafficManagerNameAvailability CheckTrafficManagerRelativeDnsNameAvailability(this IProfilesOperations operations, string name = default(string), string type = default(string)) + { + return operations.CheckTrafficManagerRelativeDnsNameAvailabilityAsync(name, type).GetAwaiter().GetResult(); + } + + /// + /// Checks the availability of a Traffic Manager Relative DNS name. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource. + /// + /// + /// The type of the resource. + /// + /// + /// The cancellation token. + /// + public static async Task CheckTrafficManagerRelativeDnsNameAvailabilityAsync(this IProfilesOperations operations, string name = default(string), string type = default(string), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CheckTrafficManagerRelativeDnsNameAvailabilityWithHttpMessagesAsync(name, type, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Lists all Traffic Manager profiles within a resource group. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + public static IEnumerable ListByResourceGroup(this IProfilesOperations operations, string resourceGroupName) + { + return operations.ListByResourceGroupAsync(resourceGroupName).GetAwaiter().GetResult(); + } + + /// + /// Lists all Traffic Manager profiles within a resource group. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByResourceGroupAsync(this IProfilesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByResourceGroupWithHttpMessagesAsync(resourceGroupName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Lists all Traffic Manager profiles within a subscription. + /// + /// + /// The operations group for this extension method. + /// + public static IEnumerable ListBySubscription(this IProfilesOperations operations) + { + return operations.ListBySubscriptionAsync().GetAwaiter().GetResult(); + } + + /// + /// Lists all Traffic Manager profiles within a subscription. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The cancellation token. + /// + public static async Task> ListBySubscriptionAsync(this IProfilesOperations operations, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListBySubscriptionWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Gets a Traffic Manager profile. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + public static Profile Get(this IProfilesOperations operations, string resourceGroupName, string profileName) + { + return operations.GetAsync(resourceGroupName, profileName).GetAwaiter().GetResult(); + } + + /// + /// Gets a Traffic Manager profile. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IProfilesOperations operations, string resourceGroupName, string profileName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, profileName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Create or update a Traffic Manager profile. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The Traffic Manager profile parameters supplied to the CreateOrUpdate + /// operation. + /// + public static Profile CreateOrUpdate(this IProfilesOperations operations, string resourceGroupName, string profileName, Profile parameters) + { + return operations.CreateOrUpdateAsync(resourceGroupName, profileName, parameters).GetAwaiter().GetResult(); + } + + /// + /// Create or update a Traffic Manager profile. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The Traffic Manager profile parameters supplied to the CreateOrUpdate + /// operation. + /// + /// + /// The cancellation token. + /// + public static async Task CreateOrUpdateAsync(this IProfilesOperations operations, string resourceGroupName, string profileName, Profile parameters, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, profileName, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Deletes a Traffic Manager profile. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile to be deleted. + /// + public static void Delete(this IProfilesOperations operations, string resourceGroupName, string profileName) + { + operations.DeleteAsync(resourceGroupName, profileName).GetAwaiter().GetResult(); + } + + /// + /// Deletes a Traffic Manager profile. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile to be deleted. + /// + /// + /// The cancellation token. + /// + public static async Task DeleteAsync(this IProfilesOperations operations, string resourceGroupName, string profileName, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, profileName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// Update a Traffic Manager profile. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The Traffic Manager profile parameters supplied to the Update operation. + /// + public static Profile Update(this IProfilesOperations operations, string resourceGroupName, string profileName, Profile parameters) + { + return operations.UpdateAsync(resourceGroupName, profileName, parameters).GetAwaiter().GetResult(); + } + + /// + /// Update a Traffic Manager profile. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the Traffic Manager profile. + /// + /// + /// The Traffic Manager profile parameters supplied to the Update operation. + /// + /// + /// The cancellation token. + /// + public static async Task UpdateAsync(this IProfilesOperations operations, string resourceGroupName, string profileName, Profile parameters, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, profileName, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/SdkInfo_TrafficManagerManagementClient.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/SdkInfo_TrafficManagerManagementClient.cs new file mode 100644 index 000000000000..17c5386ff76e --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/SdkInfo_TrafficManagerManagementClient.cs @@ -0,0 +1,31 @@ + +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager +{ + using System; + using System.Collections.Generic; + using System.Linq; + + internal static partial class SdkInfo + { + public static IEnumerable> ApiInfo_TrafficManagerManagementClient + { + get + { + return new Tuple[] + { + new Tuple("Network", "Endpoints", "2022-04-01-preview"), + new Tuple("Network", "GeographicHierarchies", "2022-04-01-preview"), + new Tuple("Network", "HeatMap", "2022-04-01-preview"), + new Tuple("Network", "Profiles", "2022-04-01-preview"), + new Tuple("Network", "TrafficManagerUserMetricsKeys", "2022-04-01-preview"), + }.AsEnumerable(); + } + } + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/TrafficManagerManagementClient.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/TrafficManagerManagementClient.cs new file mode 100644 index 000000000000..972b2ae76355 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/TrafficManagerManagementClient.cs @@ -0,0 +1,381 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Microsoft.Rest.Serialization; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + + public partial class TrafficManagerManagementClient : ServiceClient, ITrafficManagerManagementClient, IAzureClient + { + /// + /// The base URI of the service. + /// + public System.Uri BaseUri { get; set; } + + /// + /// Gets or sets json serialization settings. + /// + public JsonSerializerSettings SerializationSettings { get; private set; } + + /// + /// Gets or sets json deserialization settings. + /// + public JsonSerializerSettings DeserializationSettings { get; private set; } + + /// + /// Credentials needed for the client to connect to Azure. + /// + public ServiceClientCredentials Credentials { get; private set; } + + /// + /// The ID of the target subscription. + /// + public string SubscriptionId { get; set; } + + /// + /// The API version to use for this operation. + /// + public string ApiVersion { get; private set; } + + /// + /// The preferred language for the response. + /// + public string AcceptLanguage { get; set; } + + /// + /// The retry timeout in seconds for Long Running Operations. Default value is + /// 30. + /// + public int? LongRunningOperationRetryTimeout { get; set; } + + /// + /// Whether a unique x-ms-client-request-id should be generated. When set to + /// true a unique x-ms-client-request-id value is generated and included in + /// each request. Default is true. + /// + public bool? GenerateClientRequestId { get; set; } + + /// + /// Gets the IEndpointsOperations. + /// + public virtual IEndpointsOperations Endpoints { get; private set; } + + /// + /// Gets the IProfilesOperations. + /// + public virtual IProfilesOperations Profiles { get; private set; } + + /// + /// Gets the IGeographicHierarchiesOperations. + /// + public virtual IGeographicHierarchiesOperations GeographicHierarchies { get; private set; } + + /// + /// Gets the IHeatMapOperations. + /// + public virtual IHeatMapOperations HeatMap { get; private set; } + + /// + /// Gets the ITrafficManagerUserMetricsKeysOperations. + /// + public virtual ITrafficManagerUserMetricsKeysOperations TrafficManagerUserMetricsKeys { get; private set; } + + /// + /// Initializes a new instance of the TrafficManagerManagementClient class. + /// + /// + /// HttpClient to be used + /// + /// + /// True: will dispose the provided httpClient on calling TrafficManagerManagementClient.Dispose(). False: will not dispose provided httpClient + protected TrafficManagerManagementClient(HttpClient httpClient, bool disposeHttpClient) : base(httpClient, disposeHttpClient) + { + Initialize(); + } + + /// + /// Initializes a new instance of the TrafficManagerManagementClient class. + /// + /// + /// Optional. The delegating handlers to add to the http client pipeline. + /// + protected TrafficManagerManagementClient(params DelegatingHandler[] handlers) : base(handlers) + { + Initialize(); + } + + /// + /// Initializes a new instance of the TrafficManagerManagementClient class. + /// + /// + /// Optional. The http client handler used to handle http transport. + /// + /// + /// Optional. The delegating handlers to add to the http client pipeline. + /// + protected TrafficManagerManagementClient(HttpClientHandler rootHandler, params DelegatingHandler[] handlers) : base(rootHandler, handlers) + { + Initialize(); + } + + /// + /// Initializes a new instance of the TrafficManagerManagementClient class. + /// + /// + /// Optional. The base URI of the service. + /// + /// + /// Optional. The delegating handlers to add to the http client pipeline. + /// + /// + /// Thrown when a required parameter is null + /// + protected TrafficManagerManagementClient(System.Uri baseUri, params DelegatingHandler[] handlers) : this(handlers) + { + if (baseUri == null) + { + throw new System.ArgumentNullException("baseUri"); + } + BaseUri = baseUri; + } + + /// + /// Initializes a new instance of the TrafficManagerManagementClient class. + /// + /// + /// Optional. The base URI of the service. + /// + /// + /// Optional. The http client handler used to handle http transport. + /// + /// + /// Optional. The delegating handlers to add to the http client pipeline. + /// + /// + /// Thrown when a required parameter is null + /// + protected TrafficManagerManagementClient(System.Uri baseUri, HttpClientHandler rootHandler, params DelegatingHandler[] handlers) : this(rootHandler, handlers) + { + if (baseUri == null) + { + throw new System.ArgumentNullException("baseUri"); + } + BaseUri = baseUri; + } + + /// + /// Initializes a new instance of the TrafficManagerManagementClient class. + /// + /// + /// Required. Credentials needed for the client to connect to Azure. + /// + /// + /// Optional. The delegating handlers to add to the http client pipeline. + /// + /// + /// Thrown when a required parameter is null + /// + public TrafficManagerManagementClient(ServiceClientCredentials credentials, params DelegatingHandler[] handlers) : this(handlers) + { + if (credentials == null) + { + throw new System.ArgumentNullException("credentials"); + } + Credentials = credentials; + if (Credentials != null) + { + Credentials.InitializeServiceClient(this); + } + } + + /// + /// Initializes a new instance of the TrafficManagerManagementClient class. + /// + /// + /// Required. Credentials needed for the client to connect to Azure. + /// + /// + /// HttpClient to be used + /// + /// + /// True: will dispose the provided httpClient on calling TrafficManagerManagementClient.Dispose(). False: will not dispose provided httpClient + /// + /// Thrown when a required parameter is null + /// + public TrafficManagerManagementClient(ServiceClientCredentials credentials, HttpClient httpClient, bool disposeHttpClient) : this(httpClient, disposeHttpClient) + { + if (credentials == null) + { + throw new System.ArgumentNullException("credentials"); + } + Credentials = credentials; + if (Credentials != null) + { + Credentials.InitializeServiceClient(this); + } + } + + /// + /// Initializes a new instance of the TrafficManagerManagementClient class. + /// + /// + /// Required. Credentials needed for the client to connect to Azure. + /// + /// + /// Optional. The http client handler used to handle http transport. + /// + /// + /// Optional. The delegating handlers to add to the http client pipeline. + /// + /// + /// Thrown when a required parameter is null + /// + public TrafficManagerManagementClient(ServiceClientCredentials credentials, HttpClientHandler rootHandler, params DelegatingHandler[] handlers) : this(rootHandler, handlers) + { + if (credentials == null) + { + throw new System.ArgumentNullException("credentials"); + } + Credentials = credentials; + if (Credentials != null) + { + Credentials.InitializeServiceClient(this); + } + } + + /// + /// Initializes a new instance of the TrafficManagerManagementClient class. + /// + /// + /// Optional. The base URI of the service. + /// + /// + /// Required. Credentials needed for the client to connect to Azure. + /// + /// + /// Optional. The delegating handlers to add to the http client pipeline. + /// + /// + /// Thrown when a required parameter is null + /// + public TrafficManagerManagementClient(System.Uri baseUri, ServiceClientCredentials credentials, params DelegatingHandler[] handlers) : this(handlers) + { + if (baseUri == null) + { + throw new System.ArgumentNullException("baseUri"); + } + if (credentials == null) + { + throw new System.ArgumentNullException("credentials"); + } + BaseUri = baseUri; + Credentials = credentials; + if (Credentials != null) + { + Credentials.InitializeServiceClient(this); + } + } + + /// + /// Initializes a new instance of the TrafficManagerManagementClient class. + /// + /// + /// Optional. The base URI of the service. + /// + /// + /// Required. Credentials needed for the client to connect to Azure. + /// + /// + /// Optional. The http client handler used to handle http transport. + /// + /// + /// Optional. The delegating handlers to add to the http client pipeline. + /// + /// + /// Thrown when a required parameter is null + /// + public TrafficManagerManagementClient(System.Uri baseUri, ServiceClientCredentials credentials, HttpClientHandler rootHandler, params DelegatingHandler[] handlers) : this(rootHandler, handlers) + { + if (baseUri == null) + { + throw new System.ArgumentNullException("baseUri"); + } + if (credentials == null) + { + throw new System.ArgumentNullException("credentials"); + } + BaseUri = baseUri; + Credentials = credentials; + if (Credentials != null) + { + Credentials.InitializeServiceClient(this); + } + } + + /// + /// An optional partial-method to perform custom initialization. + /// + partial void CustomInitialize(); + /// + /// Initializes client properties. + /// + private void Initialize() + { + Endpoints = new EndpointsOperations(this); + Profiles = new ProfilesOperations(this); + GeographicHierarchies = new GeographicHierarchiesOperations(this); + HeatMap = new HeatMapOperations(this); + TrafficManagerUserMetricsKeys = new TrafficManagerUserMetricsKeysOperations(this); + BaseUri = new System.Uri("https://management.azure.com"); + ApiVersion = "2022-04-01-preview"; + AcceptLanguage = "en-US"; + LongRunningOperationRetryTimeout = 30; + GenerateClientRequestId = true; + SerializationSettings = new JsonSerializerSettings + { + Formatting = Newtonsoft.Json.Formatting.Indented, + DateFormatHandling = Newtonsoft.Json.DateFormatHandling.IsoDateFormat, + DateTimeZoneHandling = Newtonsoft.Json.DateTimeZoneHandling.Utc, + NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore, + ReferenceLoopHandling = Newtonsoft.Json.ReferenceLoopHandling.Serialize, + ContractResolver = new ReadOnlyJsonContractResolver(), + Converters = new List + { + new Iso8601TimeSpanConverter() + } + }; + SerializationSettings.Converters.Add(new TransformationJsonConverter()); + DeserializationSettings = new JsonSerializerSettings + { + DateFormatHandling = Newtonsoft.Json.DateFormatHandling.IsoDateFormat, + DateTimeZoneHandling = Newtonsoft.Json.DateTimeZoneHandling.Utc, + NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore, + ReferenceLoopHandling = Newtonsoft.Json.ReferenceLoopHandling.Serialize, + ContractResolver = new ReadOnlyJsonContractResolver(), + Converters = new List + { + new Iso8601TimeSpanConverter() + } + }; + CustomInitialize(); + DeserializationSettings.Converters.Add(new TransformationJsonConverter()); + DeserializationSettings.Converters.Add(new CloudErrorJsonConverter()); + } + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/TrafficManagerUserMetricsKeysOperations.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/TrafficManagerUserMetricsKeysOperations.cs new file mode 100644 index 000000000000..d051f5cb6acf --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/TrafficManagerUserMetricsKeysOperations.cs @@ -0,0 +1,610 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// TrafficManagerUserMetricsKeysOperations operations. + /// + internal partial class TrafficManagerUserMetricsKeysOperations : IServiceOperations, ITrafficManagerUserMetricsKeysOperations + { + /// + /// Initializes a new instance of the TrafficManagerUserMetricsKeysOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal TrafficManagerUserMetricsKeysOperations(TrafficManagerManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the TrafficManagerManagementClient + /// + public TrafficManagerManagementClient Client { get; private set; } + + /// + /// Get the subscription-level key used for Real User Metrics collection. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.Network/trafficManagerUserMetricsKeys/default").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Create or update a subscription-level key used for Real User Metrics + /// collection. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> CreateOrUpdateWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.Network/trafficManagerUserMetricsKeys/default").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 201) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Delete a subscription-level key used for Real User Metrics collection. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task DeleteWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.Network/trafficManagerUserMetricsKeys/default").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Generated/TrafficManagerUserMetricsKeysOperationsExtensions.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/TrafficManagerUserMetricsKeysOperationsExtensions.cs new file mode 100644 index 000000000000..c8a61faa7a8f --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Generated/TrafficManagerUserMetricsKeysOperationsExtensions.cs @@ -0,0 +1,108 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.TrafficManager +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for TrafficManagerUserMetricsKeysOperations. + /// + public static partial class TrafficManagerUserMetricsKeysOperationsExtensions + { + /// + /// Get the subscription-level key used for Real User Metrics collection. + /// + /// + /// The operations group for this extension method. + /// + public static UserMetricsModel Get(this ITrafficManagerUserMetricsKeysOperations operations) + { + return operations.GetAsync().GetAwaiter().GetResult(); + } + + /// + /// Get the subscription-level key used for Real User Metrics collection. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this ITrafficManagerUserMetricsKeysOperations operations, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Create or update a subscription-level key used for Real User Metrics + /// collection. + /// + /// + /// The operations group for this extension method. + /// + public static UserMetricsModel CreateOrUpdate(this ITrafficManagerUserMetricsKeysOperations operations) + { + return operations.CreateOrUpdateAsync().GetAwaiter().GetResult(); + } + + /// + /// Create or update a subscription-level key used for Real User Metrics + /// collection. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The cancellation token. + /// + public static async Task CreateOrUpdateAsync(this ITrafficManagerUserMetricsKeysOperations operations, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Delete a subscription-level key used for Real User Metrics collection. + /// + /// + /// The operations group for this extension method. + /// + public static void Delete(this ITrafficManagerUserMetricsKeysOperations operations) + { + operations.DeleteAsync().GetAwaiter().GetResult(); + } + + /// + /// Delete a subscription-level key used for Real User Metrics collection. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The cancellation token. + /// + public static async Task DeleteAsync(this ITrafficManagerUserMetricsKeysOperations operations, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.DeleteWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + } +} diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/Properties/AssemblyInfo.cs b/src/TrafficManager/TrafficManager.Management.Sdk/Properties/AssemblyInfo.cs new file mode 100644 index 000000000000..8f7424e87c9d --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/Properties/AssemblyInfo.cs @@ -0,0 +1,32 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using System; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +[assembly: AssemblyTitle("Microsoft Azure Powershell - Resource Manager")] +[assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)] +[assembly: AssemblyProduct(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyProduct)] +[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)] + +[assembly: ComVisible(false)] +[assembly: CLSCompliant(false)] +[assembly: Guid("be2ca022-590c-48ba-b465-9ab61d6e2ea0")] +[assembly: AssemblyVersion("1.1.0")] +[assembly: AssemblyFileVersion("1.1.0")] +#if !SIGN +[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.Test")] +#endif diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/README.md b/src/TrafficManager/TrafficManager.Management.Sdk/README.md new file mode 100644 index 000000000000..2632018c21af --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/README.md @@ -0,0 +1,61 @@ +# Overall +This directory contains management plane service clients of Az.Storage module. + +## Run Generation +In this directory, run AutoRest: +``` +autorest --reset +autorest --use:@microsoft.azure/autorest.csharp@2.3.90 +autorest.cmd README.md --version=v2 +``` + +### AutoRest Configuration +> see https://aka.ms/autorest +``` yaml +csharp: true +clear-output-folder: true +reflect-api-versions: true +openapi-type: arm +azure-arm: true +license-header: MICROSOFT_MIT_NO_VERSION +payload-flattening-threshold: 2 +``` + + + +### +``` yaml +directive: + - from: trafficmanager.json + where: $.definitions + transform: > + $.ProfileProperties.properties.maxReturn['x-nullable'] = true; + $.EndpointProperties.properties.minChildEndpoints['x-nullable'] = true; + $.EndpointProperties.properties.minChildEndpointsIPv4['x-nullable'] = true; + $.EndpointProperties.properties.minChildEndpointsIPv6['x-nullable'] = true; + - from: trafficmanager.json + where: $.paths..parameters[?(@.name === "heatMapType")] + transform: > + $['x-ms-enum'] = { + "name": "HeatMapType", + "modelAsString": true + } + - from: trafficmanager.json + where: $.paths..delete.responses["200"] + transform: > + delete $["schema"] + - from: trafficmanager.json + where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}"]..parameters[2] + transform: + delete $["enum"]; + delete $["x-ms-enum"]; + $["description"] = $["description"] + " Only AzureEndpoints, ExternalEndpoints and NestedEndpoints are allowed here." + reason: The path parameter endpointType is defined as string in stable version, we can't change it to an enumeration. + +input-file: + - https://github.com/Azure/azure-rest-api-specs/blob/30deed618795ce9e4a549aa16ef349ae2b03785c/specification/trafficmanager/resource-manager/Microsoft.Network/preview/2022-04-01-preview/trafficmanager.json + +output-folder: Generated + +namespace: Microsoft.Azure.Management.TrafficManager +``` \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Management.Sdk/TrafficManager.Management.Sdk.csproj b/src/TrafficManager/TrafficManager.Management.Sdk/TrafficManager.Management.Sdk.csproj new file mode 100644 index 000000000000..c9acb06893b9 --- /dev/null +++ b/src/TrafficManager/TrafficManager.Management.Sdk/TrafficManager.Management.Sdk.csproj @@ -0,0 +1,13 @@ + + + TrafficManager + + + + netstandard2.0 + Microsoft.Azure.PowerShell.TrafficManager.Management.Sdk + Microsoft.Azure.Management.TrafficManager + $(NoWarn);CS0108;CS1573 + + + \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestAddAndRemoveCustomHeadersFromEndpoint.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestAddAndRemoveCustomHeadersFromEndpoint.json index 8968dbaf936f..13b428c89e60 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestAddAndRemoveCustomHeadersFromEndpoint.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestAddAndRemoveCustomHeadersFromEndpoint.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps2052?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzMjA1Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps8629?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzODYyOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b0a4f25b-d14b-4416-a862-4fb9a22f4d51" + "6753eea2-804e-4494-84a7-51f62b0a7aab" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-request-id": [ - "f30d9b62-b9de-495e-977e-021de6314b1c" + "01f1425b-4278-4c2e-b7f8-3ffbefeb2763" ], "x-ms-correlation-request-id": [ - "f30d9b62-b9de-495e-977e-021de6314b1c" + "01f1425b-4278-4c2e-b7f8-3ffbefeb2763" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T093048Z:f30d9b62-b9de-495e-977e-021de6314b1c" + "JIOINDIACENTRAL:20221212T084604Z:01f1425b-4278-4c2e-b7f8-3ffbefeb2763" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:30:48 GMT" + "Mon, 12 Dec 2022 08:46:03 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052\",\r\n \"name\": \"ps2052\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629\",\r\n \"name\": \"ps8629\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficmanagerprofiles/ps997?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjA1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk5Nz9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficmanagerprofiles/ps1254?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzODYyOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczEyNTQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d38a3951-f490-4584-8619-72963643de98" + "6401ca6c-99d0-47c4-9a36-c2cac2892da3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "22f8ca4e-40c1-4d7b-ab24-9c65c6dcc0fe" + "e365f2c7-bf48-4383-87d0-379e3dfc32d1" ], "x-ms-correlation-request-id": [ - "22f8ca4e-40c1-4d7b-ab24-9c65c6dcc0fe" + "e365f2c7-bf48-4383-87d0-379e3dfc32d1" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T093052Z:22f8ca4e-40c1-4d7b-ab24-9c65c6dcc0fe" + "JIOINDIACENTRAL:20221212T084604Z:e365f2c7-bf48-4383-87d0-379e3dfc32d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:30:51 GMT" + "Mon, 12 Dec 2022 08:46:04 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,31 +120,31 @@ "-1" ], "Content-Length": [ - "224" + "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps997' under resource group 'ps2052' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps1254' under resource group 'ps8629' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficmanagerprofiles/ps997?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjA1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk5Nz9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficmanagerprofiles/ps1254?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzODYyOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczEyNTQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1b272f3-0630-4713-b616-6772ab3878f0" + "f64e7ac8-fcdf-40b2-9b79-a081d95b5391" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -156,7 +156,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f1b272f3-0630-4713-b616-6772ab3878f0" + "f64e7ac8-fcdf-40b2-9b79-a081d95b5391" ], "Server": [ "Microsoft-IIS/10.0" @@ -168,52 +168,52 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "1999" ], "x-ms-correlation-request-id": [ - "a6e39460-e44e-4735-b8bf-b50d5da0cbbd" + "52c617f1-2f53-478d-8ba8-cca4af302b5d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T093102Z:a6e39460-e44e-4735-b8bf-b50d5da0cbbd" + "CENTRALINDIA:20221212T084614Z:52c617f1-2f53-478d-8ba8-cca4af302b5d" ], "Date": [ - "Thu, 20 Jan 2022 09:31:02 GMT" + "Mon, 12 Dec 2022 08:46:14 GMT" ], "Content-Length": [ - "1175" + "1205" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficManagerProfiles/ps997\",\r\n \"name\": \"ps997\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps875\",\r\n \"fqdn\": \"ps875.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficManagerProfiles/ps997/externalEndpoints/ps3856\",\r\n \"name\": \"ps3856\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficManagerProfiles/ps1254\",\r\n \"name\": \"ps1254\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4210\",\r\n \"fqdn\": \"ps4210.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficManagerProfiles/ps1254/externalEndpoints/ps2959\",\r\n \"name\": \"ps2959\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficmanagerprofiles/ps997?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjA1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk5Nz9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficmanagerprofiles/ps1254?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzODYyOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczEyNTQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps875\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps997\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d38a3951-f490-4584-8619-72963643de98" + "6401ca6c-99d0-47c4-9a36-c2cac2892da3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "332" + "334" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4210\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps1254\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d38a3951-f490-4584-8619-72963643de98" + "6401ca6c-99d0-47c4-9a36-c2cac2892da3" ], "Server": [ "Microsoft-IIS/10.0" @@ -237,46 +237,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4498" ], "x-ms-correlation-request-id": [ - "efd557e7-afc2-490b-8717-6c96dc61b7c9" + "0fdb6fb8-2376-49cf-b744-ac13b6bcac65" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T093100Z:efd557e7-afc2-490b-8717-6c96dc61b7c9" + "JIOINDIACENTRAL:20221212T084609Z:0fdb6fb8-2376-49cf-b744-ac13b6bcac65" ], "Date": [ - "Thu, 20 Jan 2022 09:30:59 GMT" + "Mon, 12 Dec 2022 08:46:08 GMT" ], "Content-Length": [ - "640" + "644" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficManagerProfiles/ps997\",\r\n \"name\": \"ps997\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps875\",\r\n \"fqdn\": \"ps875.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficManagerProfiles/ps1254\",\r\n \"name\": \"ps1254\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4210\",\r\n \"fqdn\": \"ps4210.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficmanagerprofiles/ps997/ExternalEndpoints/ps3856?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjA1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk5Ny9FeHRlcm5hbEVuZHBvaW50cy9wczM4NTY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficmanagerprofiles/ps1254/ExternalEndpoints/ps2959?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzODYyOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczEyNTQvRXh0ZXJuYWxFbmRwb2ludHMvcHMyOTU5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54eae08e-3c40-4af8-8fb4-4fc7221e1e58" + "6d5adbe4-291c-4ca3-b977-6c10702db9b9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -288,7 +288,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "54eae08e-3c40-4af8-8fb4-4fc7221e1e58" + "6d5adbe4-291c-4ca3-b977-6c10702db9b9" ], "Server": [ "Microsoft-IIS/10.0" @@ -299,47 +299,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "3d3b0d93-45fc-4bae-9324-40f5e5ca53f7" + "943241e7-aa7e-4332-a978-127f79d79e2a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T093101Z:3d3b0d93-45fc-4bae-9324-40f5e5ca53f7" + "CENTRALINDIA:20221212T084611Z:943241e7-aa7e-4332-a978-127f79d79e2a" ], "Date": [ - "Thu, 20 Jan 2022 09:31:00 GMT" + "Mon, 12 Dec 2022 08:46:11 GMT" ], "Content-Length": [ - "120" + "121" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps3856' of type 'externalendpoints' does not exist in the profile 'ps997'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps2959' of type 'externalendpoints' does not exist in the profile 'ps1254'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficmanagerprofiles/ps997/ExternalEndpoints/ps3856?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjA1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk5Ny9FeHRlcm5hbEVuZHBvaW50cy9wczM4NTY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficmanagerprofiles/ps1254/ExternalEndpoints/ps2959?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzODYyOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczEyNTQvRXh0ZXJuYWxFbmRwb2ludHMvcHMyOTU5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ca23b94-38ce-4975-9c0f-5986765ee5a6" + "bbb76ec4-5223-41ef-90c8-7bb0fa850185" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -351,7 +351,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5ca23b94-38ce-4975-9c0f-5986765ee5a6" + "bbb76ec4-5223-41ef-90c8-7bb0fa850185" ], "Server": [ "Microsoft-IIS/10.0" @@ -362,47 +362,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "2ca80834-0b68-4fd2-a785-2e02505c8944" + "029a7c34-9746-4152-a020-8fbd6f428891" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T093105Z:2ca80834-0b68-4fd2-a785-2e02505c8944" + "CENTRALINDIA:20221212T084617Z:029a7c34-9746-4152-a020-8fbd6f428891" ], "Date": [ - "Thu, 20 Jan 2022 09:31:04 GMT" + "Mon, 12 Dec 2022 08:46:16 GMT" ], "Content-Length": [ - "572" + "598" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficManagerProfiles/ps997/externalEndpoints/ps3856\",\r\n \"name\": \"ps3856\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"foo\",\r\n \"value\": \"bar\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficManagerProfiles/ps1254/externalEndpoints/ps2959\",\r\n \"name\": \"ps2959\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"foo\",\r\n \"value\": \"bar\"\r\n }\r\n ],\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficmanagerprofiles/ps997/ExternalEndpoints/ps3856?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjA1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk5Ny9FeHRlcm5hbEVuZHBvaW50cy9wczM4NTY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficmanagerprofiles/ps1254/ExternalEndpoints/ps2959?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzODYyOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczEyNTQvRXh0ZXJuYWxFbmRwb2ludHMvcHMyOTU5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89b68749-f6b4-4462-979d-dd55bc555a1b" + "0736ace3-7d9d-44ae-ba35-caf265ec67bf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -414,7 +414,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "89b68749-f6b4-4462-979d-dd55bc555a1b" + "0736ace3-7d9d-44ae-ba35-caf265ec67bf" ], "Server": [ "Microsoft-IIS/10.0" @@ -425,45 +425,44 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "325a9961-e39c-4f44-9eca-ca0d91d14722" + "d353ff0f-54a1-4e4d-9031-144d11e98158" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T093107Z:325a9961-e39c-4f44-9eca-ca0d91d14722" + "CENTRALINDIA:20221212T084622Z:d353ff0f-54a1-4e4d-9031-144d11e98158" ], "Date": [ - "Thu, 20 Jan 2022 09:31:06 GMT" + "Mon, 12 Dec 2022 08:46:21 GMT" ], "Content-Length": [ - "544" + "570" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficManagerProfiles/ps997/externalEndpoints/ps3856\",\r\n \"name\": \"ps3856\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficManagerProfiles/ps1254/externalEndpoints/ps2959\",\r\n \"name\": \"ps2959\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": [],\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficmanagerprofiles/ps997/ExternalEndpoints/ps3856?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjA1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk5Ny9FeHRlcm5hbEVuZHBvaW50cy9wczM4NTY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficmanagerprofiles/ps1254/ExternalEndpoints/ps2959?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzODYyOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczEyNTQvRXh0ZXJuYWxFbmRwb2ludHMvcHMyOTU5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointLocation\": \"West US\"\r\n },\r\n \"name\": \"ps3856\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "54eae08e-3c40-4af8-8fb4-4fc7221e1e58" + "6d5adbe4-291c-4ca3-b977-6c10702db9b9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -472,6 +471,7 @@ "226" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointLocation\": \"West US\"\r\n },\r\n \"name\": \"ps2959\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -483,7 +483,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "54eae08e-3c40-4af8-8fb4-4fc7221e1e58" + "6d5adbe4-291c-4ca3-b977-6c10702db9b9" ], "Server": [ "Microsoft-IIS/10.0" @@ -494,53 +494,53 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "0ee8ba10-9293-4fd6-9543-a9b3153afc6a" + "6d5da1dd-8f43-4464-89ca-571219f83c3f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T093102Z:0ee8ba10-9293-4fd6-9543-a9b3153afc6a" + "CENTRALINDIA:20221212T084612Z:6d5da1dd-8f43-4464-89ca-571219f83c3f" ], "Date": [ - "Thu, 20 Jan 2022 09:31:01 GMT" + "Mon, 12 Dec 2022 08:46:12 GMT" ], "Content-Length": [ - "525" + "551" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficManagerProfiles/ps997/externalEndpoints/ps3856\",\r\n \"name\": \"ps3856\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficManagerProfiles/ps1254/externalEndpoints/ps2959\",\r\n \"name\": \"ps2959\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficmanagerprofiles/ps997/ExternalEndpoints/ps3856?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjA1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk5Ny9FeHRlcm5hbEVuZHBvaW50cy9wczM4NTY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficmanagerprofiles/ps1254/ExternalEndpoints/ps2959?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzODYyOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczEyNTQvRXh0ZXJuYWxFbmRwb2ludHMvcHMyOTU5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Disabled\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West US\",\r\n \"customHeaders\": []\r\n },\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficManagerProfiles/ps997/externalEndpoints/ps3856\",\r\n \"name\": \"ps3856\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "10420904-7a93-4d8a-9679-54af40d510b5" + "817825e7-7a21-4f5b-9071-32b6f1373e8d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "458" + "491" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Disabled\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West US\",\r\n \"customHeaders\": [],\r\n \"alwaysServe\": \"Disabled\"\r\n },\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficManagerProfiles/ps1254/externalEndpoints/ps2959\",\r\n \"name\": \"ps2959\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -552,7 +552,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "10420904-7a93-4d8a-9679-54af40d510b5" + "817825e7-7a21-4f5b-9071-32b6f1373e8d" ], "Server": [ "Microsoft-IIS/10.0" @@ -563,53 +563,53 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "c4420664-290e-4778-81b9-e7d5ff79d1a7" + "9561ee22-cb1c-48d1-a46a-0ddf2f071c90" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T093106Z:c4420664-290e-4778-81b9-e7d5ff79d1a7" + "CENTRALINDIA:20221212T084621Z:9561ee22-cb1c-48d1-a46a-0ddf2f071c90" ], "Date": [ - "Thu, 20 Jan 2022 09:31:05 GMT" + "Mon, 12 Dec 2022 08:46:21 GMT" ], "Content-Length": [ - "544" + "570" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficManagerProfiles/ps997/externalEndpoints/ps3856\",\r\n \"name\": \"ps3856\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficManagerProfiles/ps1254/externalEndpoints/ps2959\",\r\n \"name\": \"ps2959\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": [],\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficmanagerprofiles/ps997/externalEndpoints/ps3856?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjA1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk5Ny9leHRlcm5hbEVuZHBvaW50cy9wczM4NTY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficmanagerprofiles/ps1254/externalEndpoints/ps2959?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzODYyOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczEyNTQvZXh0ZXJuYWxFbmRwb2ludHMvcHMyOTU5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Disabled\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West US\",\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"foo\",\r\n \"value\": \"bar\"\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficManagerProfiles/ps997/externalEndpoints/ps3856\",\r\n \"name\": \"ps3856\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "94598cb1-83ff-45f3-8da7-68e2e75a5c53" + "27d29eea-e62b-4cfa-842d-981b0124b51e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "530" + "563" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Disabled\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West US\",\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"foo\",\r\n \"value\": \"bar\"\r\n }\r\n ],\r\n \"alwaysServe\": \"Disabled\"\r\n },\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficManagerProfiles/ps1254/externalEndpoints/ps2959\",\r\n \"name\": \"ps2959\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -621,7 +621,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "94598cb1-83ff-45f3-8da7-68e2e75a5c53" + "27d29eea-e62b-4cfa-842d-981b0124b51e" ], "Server": [ "Microsoft-IIS/10.0" @@ -632,47 +632,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "af5ee8ad-4624-4aef-b762-b2629c8cbf5c" + "1940b0dd-956d-479f-9062-11b9738a6372" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T093103Z:af5ee8ad-4624-4aef-b762-b2629c8cbf5c" + "CENTRALINDIA:20221212T084616Z:1940b0dd-956d-479f-9062-11b9738a6372" ], "Date": [ - "Thu, 20 Jan 2022 09:31:03 GMT" + "Mon, 12 Dec 2022 08:46:15 GMT" ], "Content-Length": [ - "572" + "598" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2052/providers/Microsoft.Network/trafficManagerProfiles/ps997/externalEndpoints/ps3856\",\r\n \"name\": \"ps3856\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"foo\",\r\n \"value\": \"bar\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8629/providers/Microsoft.Network/trafficManagerProfiles/ps1254/externalEndpoints/ps2959\",\r\n \"name\": \"ps2959\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"foo\",\r\n \"value\": \"bar\"\r\n }\r\n ],\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps2052?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzMjA1Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps8629?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzODYyOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3bea497-4778-4ca1-941e-106f41e53c77" + "ea0e3186-5a52-45d4-aa02-652d487fd1c0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -681,7 +681,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIwNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -690,13 +690,13 @@ "14999" ], "x-ms-request-id": [ - "42783d21-5066-40d7-bd66-b9229ee73cdf" + "f43997af-c74b-46af-803b-c4a5f21b9378" ], "x-ms-correlation-request-id": [ - "42783d21-5066-40d7-bd66-b9229ee73cdf" + "f43997af-c74b-46af-803b-c4a5f21b9378" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T093110Z:42783d21-5066-40d7-bd66-b9229ee73cdf" + "CENTRALINDIA:20221212T084628Z:f43997af-c74b-46af-803b-c4a5f21b9378" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -705,7 +705,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:31:09 GMT" + "Mon, 12 Dec 2022 08:46:28 GMT" ], "Expires": [ "-1" @@ -718,18 +718,75 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIwNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJd05USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMk1qa3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "44371a63-f790-4b1f-8243-bc9abc1c61b0" + ], + "x-ms-correlation-request-id": [ + "44371a63-f790-4b1f-8243-bc9abc1c61b0" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20221212T084644Z:44371a63-f790-4b1f-8243-bc9abc1c61b0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 08:46:43 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMk1qa3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -738,22 +795,79 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIwNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" + ], + "x-ms-request-id": [ + "d9307056-ee89-47e2-a7f2-acf759e1ffcb" + ], + "x-ms-correlation-request-id": [ + "d9307056-ee89-47e2-a7f2-acf759e1ffcb" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20221212T084659Z:d9307056-ee89-47e2-a7f2-acf759e1ffcb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 08:46:59 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMk1qa3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "x-ms-request-id": [ - "f58421ba-3202-4589-a9e8-9012d92fd121" + "5175a884-2bfb-4aef-a95f-a105aac6a535" ], "x-ms-correlation-request-id": [ - "f58421ba-3202-4589-a9e8-9012d92fd121" + "5175a884-2bfb-4aef-a95f-a105aac6a535" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T093126Z:f58421ba-3202-4589-a9e8-9012d92fd121" + "CENTRALINDIA:20221212T084715Z:5175a884-2bfb-4aef-a95f-a105aac6a535" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -762,7 +876,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:31:25 GMT" + "Mon, 12 Dec 2022 08:47:14 GMT" ], "Expires": [ "-1" @@ -775,18 +889,75 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIwNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJd05USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMk1qa3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "77035876-c4a5-4504-8c89-d07346bbac7d" + ], + "x-ms-correlation-request-id": [ + "77035876-c4a5-4504-8c89-d07346bbac7d" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20221212T084730Z:77035876-c4a5-4504-8c89-d07346bbac7d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 08:47:30 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMk1qa3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -795,7 +966,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIwNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -804,13 +975,13 @@ "11995" ], "x-ms-request-id": [ - "cec653cb-cae1-4b98-ba47-9a09cef8556f" + "3da1320f-261c-4a54-91e2-52231dc914a3" ], "x-ms-correlation-request-id": [ - "cec653cb-cae1-4b98-ba47-9a09cef8556f" + "3da1320f-261c-4a54-91e2-52231dc914a3" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T093141Z:cec653cb-cae1-4b98-ba47-9a09cef8556f" + "CENTRALINDIA:20221212T084746Z:3da1320f-261c-4a54-91e2-52231dc914a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -819,7 +990,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:31:41 GMT" + "Mon, 12 Dec 2022 08:47:45 GMT" ], "Expires": [ "-1" @@ -832,18 +1003,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIwNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJd05USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMk1qa3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -852,7 +1023,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIwNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -861,13 +1032,13 @@ "11994" ], "x-ms-request-id": [ - "2eda15b9-34a1-42d8-861f-d3346d93860c" + "85bac641-5dff-4834-ae03-c50687abf570" ], "x-ms-correlation-request-id": [ - "2eda15b9-34a1-42d8-861f-d3346d93860c" + "85bac641-5dff-4834-ae03-c50687abf570" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T093157Z:2eda15b9-34a1-42d8-861f-d3346d93860c" + "CENTRALINDIA:20221212T084801Z:85bac641-5dff-4834-ae03-c50687abf570" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -876,7 +1047,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:31:57 GMT" + "Mon, 12 Dec 2022 08:48:01 GMT" ], "Expires": [ "-1" @@ -889,18 +1060,75 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIwNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJd05USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMk1qa3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-request-id": [ + "fd946123-203a-4316-8051-96dba4e05a52" + ], + "x-ms-correlation-request-id": [ + "fd946123-203a-4316-8051-96dba4e05a52" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20221212T084817Z:fd946123-203a-4316-8051-96dba4e05a52" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 08:48:16 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMk1qa3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -909,16 +1137,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11992" ], "x-ms-request-id": [ - "446e71c2-8280-49d2-8ce0-ead099de134b" + "ec03f98b-df61-4a47-85a6-87e2c8e77665" ], "x-ms-correlation-request-id": [ - "446e71c2-8280-49d2-8ce0-ead099de134b" + "ec03f98b-df61-4a47-85a6-87e2c8e77665" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T114957Z:446e71c2-8280-49d2-8ce0-ead099de134b" + "CENTRALINDIA:20221212T084832Z:ec03f98b-df61-4a47-85a6-87e2c8e77665" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -927,7 +1155,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:49:57 GMT" + "Mon, 12 Dec 2022 08:48:32 GMT" ], "Expires": [ "-1" @@ -940,18 +1168,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIwNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJd05USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMk1qa3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -960,16 +1188,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11991" ], "x-ms-request-id": [ - "c87dd721-c40e-4559-b8f4-7ad3b205001e" + "9f8040a7-2c40-4e6b-9aa6-faae877e0580" ], "x-ms-correlation-request-id": [ - "c87dd721-c40e-4559-b8f4-7ad3b205001e" + "9f8040a7-2c40-4e6b-9aa6-faae877e0580" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T114958Z:c87dd721-c40e-4559-b8f4-7ad3b205001e" + "CENTRALINDIA:20221212T084833Z:9f8040a7-2c40-4e6b-9aa6-faae877e0580" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -978,7 +1206,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:49:58 GMT" + "Mon, 12 Dec 2022 08:48:33 GMT" ], "Expires": [ "-1" @@ -993,13 +1221,13 @@ ], "Names": { "Test-AddAndRemoveCustomHeadersFromEndpoint": [ - "ps3856", - "ps997", - "ps2052", - "ps875" + "ps2959", + "ps1254", + "ps8629", + "ps4210" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestAddEndpoint.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestAddEndpoint.json index 657d4ab63252..757e48e79e17 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestAddEndpoint.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestAddEndpoint.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps5865?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNTg2NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps7823?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNzgyMz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eedc25dd-a4ff-4b8b-930b-3f39df5e724c" + "fc0e4c08-fcfc-4ca3-8533-aa78952c0e0c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-request-id": [ - "7640485a-834e-47ae-8e12-faf092a9a0ea" + "92b9666d-c546-4370-9b9b-5f0fedf48a05" ], "x-ms-correlation-request-id": [ - "7640485a-834e-47ae-8e12-faf092a9a0ea" + "92b9666d-c546-4370-9b9b-5f0fedf48a05" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115246Z:7640485a-834e-47ae-8e12-faf092a9a0ea" + "JIOINDIACENTRAL:20221212T085014Z:92b9666d-c546-4370-9b9b-5f0fedf48a05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:52:45 GMT" + "Mon, 12 Dec 2022 08:50:13 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5865\",\r\n \"name\": \"ps5865\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps7823\",\r\n \"name\": \"ps7823\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5865/providers/Microsoft.Network/trafficmanagerprofiles/ps6490?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTg2NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY0OTA/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps7823/providers/Microsoft.Network/trafficmanagerprofiles/ps5306?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNzgyMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUzMDY/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b5b2164e-0aed-4528-a3a9-678ba4500143" + "cd4f3185-bf89-4608-a2a4-c8b42c6358ae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "adf78839-a658-4193-8373-45cc3f51f420" + "916505df-e5b5-47e9-9d49-a47642e76078" ], "x-ms-correlation-request-id": [ - "adf78839-a658-4193-8373-45cc3f51f420" + "916505df-e5b5-47e9-9d49-a47642e76078" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115247Z:adf78839-a658-4193-8373-45cc3f51f420" + "JIOINDIACENTRAL:20221212T085014Z:916505df-e5b5-47e9-9d49-a47642e76078" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:52:46 GMT" + "Mon, 12 Dec 2022 08:50:14 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,26 +123,25 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps6490' under resource group 'ps5865' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps5306' under resource group 'ps7823' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5865/providers/Microsoft.Network/trafficmanagerprofiles/ps6490?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTg2NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY0OTA/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps7823/providers/Microsoft.Network/trafficmanagerprofiles/ps5306?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNzgyMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUzMDY/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9094\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps6490\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b5b2164e-0aed-4528-a3a9-678ba4500143" + "cd4f3185-bf89-4608-a2a4-c8b42c6358ae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -151,6 +150,7 @@ "337" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9327\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps5306\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b5b2164e-0aed-4528-a3a9-678ba4500143" + "cd4f3185-bf89-4608-a2a4-c8b42c6358ae" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,16 +174,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4498" ], "x-ms-correlation-request-id": [ - "b35b6418-2aeb-42ef-a6cc-1d4149a07ef9" + "472610ce-3b7d-4ebb-9bdc-7442b8edf853" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115254Z:b35b6418-2aeb-42ef-a6cc-1d4149a07ef9" + "JIOINDIACENTRAL:20221212T085020Z:472610ce-3b7d-4ebb-9bdc-7442b8edf853" ], "Date": [ - "Thu, 20 Jan 2022 11:52:53 GMT" + "Mon, 12 Dec 2022 08:50:19 GMT" ], "Content-Length": [ "647" @@ -192,28 +192,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5865/providers/Microsoft.Network/trafficManagerProfiles/ps6490\",\r\n \"name\": \"ps6490\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9094\",\r\n \"fqdn\": \"ps9094.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps7823/providers/Microsoft.Network/trafficManagerProfiles/ps5306\",\r\n \"name\": \"ps5306\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9327\",\r\n \"fqdn\": \"ps9327.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps5865?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNTg2NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps7823?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNzgyMz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c227ce3-1101-460b-8965-56599bf58863" + "16799f20-724a-4427-9272-6588e64ac53e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -222,22 +222,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4MjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14995" ], "x-ms-request-id": [ - "5fa7c1ff-8284-4a22-8eb1-16dc26e3f854" + "189c26ad-a5a1-4cff-b780-0a222153521c" ], "x-ms-correlation-request-id": [ - "5fa7c1ff-8284-4a22-8eb1-16dc26e3f854" + "189c26ad-a5a1-4cff-b780-0a222153521c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115258Z:5fa7c1ff-8284-4a22-8eb1-16dc26e3f854" + "JIOINDIACENTRAL:20221212T085023Z:189c26ad-a5a1-4cff-b780-0a222153521c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,7 +246,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:52:57 GMT" + "Mon, 12 Dec 2022 08:50:23 GMT" ], "Expires": [ "-1" @@ -259,75 +259,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4MjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE1qTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "2ab23011-b65c-47bc-927e-9603ad1fc3f2" - ], - "x-ms-correlation-request-id": [ - "2ab23011-b65c-47bc-927e-9603ad1fc3f2" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115313Z:2ab23011-b65c-47bc-927e-9603ad1fc3f2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 11:53:13 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -336,22 +279,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4MjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11984" ], "x-ms-request-id": [ - "0a3a2160-4039-4756-9720-641b2e74ff0e" + "1048efba-fdad-4674-bf5f-f23ebc402f94" ], "x-ms-correlation-request-id": [ - "0a3a2160-4039-4756-9720-641b2e74ff0e" + "1048efba-fdad-4674-bf5f-f23ebc402f94" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115329Z:0a3a2160-4039-4756-9720-641b2e74ff0e" + "JIOINDIACENTRAL:20221212T085038Z:1048efba-fdad-4674-bf5f-f23ebc402f94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -360,7 +303,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:53:28 GMT" + "Mon, 12 Dec 2022 08:50:38 GMT" ], "Expires": [ "-1" @@ -373,75 +316,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4MjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE1qTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "ac225803-609f-4f9f-a4c3-643cc8eea4be" - ], - "x-ms-correlation-request-id": [ - "ac225803-609f-4f9f-a4c3-643cc8eea4be" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115344Z:ac225803-609f-4f9f-a4c3-643cc8eea4be" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 11:53:43 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -450,22 +336,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4MjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11983" ], "x-ms-request-id": [ - "b3f1a6c0-577d-49ad-9f78-71b904784c8e" + "99b9c493-d956-4c95-b64b-0f026cf00bf1" ], "x-ms-correlation-request-id": [ - "b3f1a6c0-577d-49ad-9f78-71b904784c8e" + "99b9c493-d956-4c95-b64b-0f026cf00bf1" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115400Z:b3f1a6c0-577d-49ad-9f78-71b904784c8e" + "JIOINDIACENTRAL:20221212T085054Z:99b9c493-d956-4c95-b64b-0f026cf00bf1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -474,7 +360,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:54:00 GMT" + "Mon, 12 Dec 2022 08:50:53 GMT" ], "Expires": [ "-1" @@ -487,75 +373,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4MjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE1qTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "940c61c8-bbbc-4196-b1df-4f674b56fb96" - ], - "x-ms-correlation-request-id": [ - "940c61c8-bbbc-4196-b1df-4f674b56fb96" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115416Z:940c61c8-bbbc-4196-b1df-4f674b56fb96" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 11:54:16 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -564,22 +393,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4MjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11982" ], "x-ms-request-id": [ - "ad9010f5-e132-498f-b427-95f55797bae0" + "e5af90f0-45f6-45ee-9a5e-e548d1db7906" ], "x-ms-correlation-request-id": [ - "ad9010f5-e132-498f-b427-95f55797bae0" + "e5af90f0-45f6-45ee-9a5e-e548d1db7906" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115432Z:ad9010f5-e132-498f-b427-95f55797bae0" + "JIOINDIACENTRAL:20221212T085109Z:e5af90f0-45f6-45ee-9a5e-e548d1db7906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -588,7 +417,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:54:32 GMT" + "Mon, 12 Dec 2022 08:51:09 GMT" ], "Expires": [ "-1" @@ -601,18 +430,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4MjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE1qTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -621,22 +450,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4MjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11981" ], "x-ms-request-id": [ - "52cada70-11e1-444a-995b-2c19fe952f07" + "c3b174ad-1b69-43bc-b982-e78521a3ef1e" ], "x-ms-correlation-request-id": [ - "52cada70-11e1-444a-995b-2c19fe952f07" + "c3b174ad-1b69-43bc-b982-e78521a3ef1e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115448Z:52cada70-11e1-444a-995b-2c19fe952f07" + "JIOINDIACENTRAL:20221212T085125Z:c3b174ad-1b69-43bc-b982-e78521a3ef1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -645,7 +474,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:54:47 GMT" + "Mon, 12 Dec 2022 08:51:24 GMT" ], "Expires": [ "-1" @@ -658,18 +487,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4MjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE1qTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -678,16 +507,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11980" ], "x-ms-request-id": [ - "cd4d1a66-4949-4e4e-a828-b116186eb318" + "c5f8bba6-dc8e-4f87-87a4-7687c9b52294" ], "x-ms-correlation-request-id": [ - "cd4d1a66-4949-4e4e-a828-b116186eb318" + "c5f8bba6-dc8e-4f87-87a4-7687c9b52294" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115504Z:cd4d1a66-4949-4e4e-a828-b116186eb318" + "JIOINDIACENTRAL:20221212T085140Z:c5f8bba6-dc8e-4f87-87a4-7687c9b52294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -696,7 +525,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:55:03 GMT" + "Mon, 12 Dec 2022 08:51:40 GMT" ], "Expires": [ "-1" @@ -709,18 +538,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4MjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE1qTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -729,16 +558,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11979" ], "x-ms-request-id": [ - "f7bae2d4-ce60-4d6a-99b0-2c42161a8a39" + "53f9babc-23c3-48c2-a0d6-076b08d07a8e" ], "x-ms-correlation-request-id": [ - "f7bae2d4-ce60-4d6a-99b0-2c42161a8a39" + "53f9babc-23c3-48c2-a0d6-076b08d07a8e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115504Z:f7bae2d4-ce60-4d6a-99b0-2c42161a8a39" + "JIOINDIACENTRAL:20221212T085141Z:53f9babc-23c3-48c2-a0d6-076b08d07a8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -747,7 +576,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:55:04 GMT" + "Mon, 12 Dec 2022 08:51:41 GMT" ], "Expires": [ "-1" @@ -762,13 +591,13 @@ ], "Names": { "Test-AddEndpoint": [ - "ps3211", - "ps5865", - "ps6490", - "ps9094" + "ps1841", + "ps7823", + "ps5306", + "ps9327" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestCreateExistingEndpoint.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestCreateExistingEndpoint.json index d6abfd8a74f5..69b5ac9329c8 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestCreateExistingEndpoint.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestCreateExistingEndpoint.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps4202?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNDIwMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps4739?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNDczOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "647007b1-4d4f-42ff-97e9-84edf0b93a1b" + "5a5dfd7f-a021-4bc8-810d-3456ec5ade95" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -36,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "dac57ead-beaa-4b43-ae9f-a5c567e67ebc" + "57171fe7-c287-40a2-8c81-5e179b43f751" ], "x-ms-correlation-request-id": [ - "dac57ead-beaa-4b43-ae9f-a5c567e67ebc" + "57171fe7-c287-40a2-8c81-5e179b43f751" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085918Z:dac57ead-beaa-4b43-ae9f-a5c567e67ebc" + "JIOINDIACENTRAL:20221212T082303Z:57171fe7-c287-40a2-8c81-5e179b43f751" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:59:17 GMT" + "Mon, 12 Dec 2022 08:23:03 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4202\",\r\n \"name\": \"ps4202\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4739\",\r\n \"name\": \"ps4739\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4202/providers/Microsoft.Network/trafficmanagerprofiles/ps8120?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNDIwMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczgxMjA/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4739/providers/Microsoft.Network/trafficmanagerprofiles/ps6887?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDczOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4ODc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1eb4d53-4241-4af1-acb0-35a9f8d8881b" + "f64b6db7-c1d7-476b-879a-0bc685acf60f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "16376243-85b6-4c9a-bcb4-7f458e124635" + "e038ff3a-1eee-44f7-9895-f536d7052abf" ], "x-ms-correlation-request-id": [ - "16376243-85b6-4c9a-bcb4-7f458e124635" + "e038ff3a-1eee-44f7-9895-f536d7052abf" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085921Z:16376243-85b6-4c9a-bcb4-7f458e124635" + "JIOINDIACENTRAL:20221212T082306Z:e038ff3a-1eee-44f7-9895-f536d7052abf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:59:21 GMT" + "Mon, 12 Dec 2022 08:23:05 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,26 +123,25 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps8120' under resource group 'ps4202' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps6887' under resource group 'ps4739' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4202/providers/Microsoft.Network/trafficmanagerprofiles/ps8120?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNDIwMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczgxMjA/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4739/providers/Microsoft.Network/trafficmanagerprofiles/ps6887?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDczOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4ODc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps7634\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps8120\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c1eb4d53-4241-4af1-acb0-35a9f8d8881b" + "f64b6db7-c1d7-476b-879a-0bc685acf60f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -151,6 +150,7 @@ "337" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4736\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps6887\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c1eb4d53-4241-4af1-acb0-35a9f8d8881b" + "f64b6db7-c1d7-476b-879a-0bc685acf60f" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,16 +174,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "cc306cf3-67eb-4faa-8f93-b9974a0d7eac" + "4dd1ad06-7fbf-4497-b7b3-dda2b66df0fb" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085929Z:cc306cf3-67eb-4faa-8f93-b9974a0d7eac" + "JIOINDIACENTRAL:20221212T082317Z:4dd1ad06-7fbf-4497-b7b3-dda2b66df0fb" ], "Date": [ - "Thu, 20 Jan 2022 08:59:28 GMT" + "Mon, 12 Dec 2022 08:23:17 GMT" ], "Content-Length": [ "647" @@ -192,28 +192,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4202/providers/Microsoft.Network/trafficManagerProfiles/ps8120\",\r\n \"name\": \"ps8120\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps7634\",\r\n \"fqdn\": \"ps7634.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4739/providers/Microsoft.Network/trafficManagerProfiles/ps6887\",\r\n \"name\": \"ps6887\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4736\",\r\n \"fqdn\": \"ps4736.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4202/providers/Microsoft.Network/trafficmanagerprofiles/ps8120/ExternalEndpoints/ps7732?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNDIwMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczgxMjAvRXh0ZXJuYWxFbmRwb2ludHMvcHM3NzMyP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4739/providers/Microsoft.Network/trafficmanagerprofiles/ps6887/ExternalEndpoints/ps9245?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDczOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4ODcvRXh0ZXJuYWxFbmRwb2ludHMvcHM5MjQ1P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78a3b909-7679-40f5-88cf-d91257103c3c" + "36d6fcc8-a3c1-4750-bfb0-0d32dce95dac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "78a3b909-7679-40f5-88cf-d91257103c3c" + "36d6fcc8-a3c1-4750-bfb0-0d32dce95dac" ], "Server": [ "Microsoft-IIS/10.0" @@ -236,17 +236,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "7e1b236e-0e21-4bd8-87a8-77199e8bdbdd" + "5501df19-946d-401b-90d8-1e72cef26bb4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085929Z:7e1b236e-0e21-4bd8-87a8-77199e8bdbdd" + "CENTRALINDIA:20221212T082319Z:5501df19-946d-401b-90d8-1e72cef26bb4" ], "Date": [ - "Thu, 20 Jan 2022 08:59:29 GMT" + "Mon, 12 Dec 2022 08:23:19 GMT" ], "Content-Length": [ "121" @@ -255,28 +255,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps7732' of type 'externalendpoints' does not exist in the profile 'ps8120'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps9245' of type 'externalendpoints' does not exist in the profile 'ps6887'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4202/providers/Microsoft.Network/trafficmanagerprofiles/ps8120/ExternalEndpoints/ps7732?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNDIwMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczgxMjAvRXh0ZXJuYWxFbmRwb2ludHMvcHM3NzMyP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4739/providers/Microsoft.Network/trafficmanagerprofiles/ps6887/ExternalEndpoints/ps9245?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDczOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4ODcvRXh0ZXJuYWxFbmRwb2ludHMvcHM5MjQ1P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2a4440d1-09c0-4596-94fd-846d4a139fc6" + "eda008a1-2af5-4260-9206-328c5cb0d8b6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -288,7 +288,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2a4440d1-09c0-4596-94fd-846d4a139fc6" + "eda008a1-2af5-4260-9206-328c5cb0d8b6" ], "Server": [ "Microsoft-IIS/10.0" @@ -299,45 +299,44 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "248" ], "x-ms-correlation-request-id": [ - "5c76ad05-0358-4949-8406-da0b59dbb495" + "11cd5e0a-2472-4f03-9b9c-fb3646e25e24" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085930Z:5c76ad05-0358-4949-8406-da0b59dbb495" + "CENTRALINDIA:20221212T082322Z:11cd5e0a-2472-4f03-9b9c-fb3646e25e24" ], "Date": [ - "Thu, 20 Jan 2022 08:59:30 GMT" + "Mon, 12 Dec 2022 08:23:22 GMT" ], "Content-Length": [ - "538" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4202/providers/Microsoft.Network/trafficManagerProfiles/ps8120/externalEndpoints/ps7732\",\r\n \"name\": \"ps7732\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4739/providers/Microsoft.Network/trafficManagerProfiles/ps6887/externalEndpoints/ps9245\",\r\n \"name\": \"ps9245\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4202/providers/Microsoft.Network/trafficmanagerprofiles/ps8120/ExternalEndpoints/ps7732?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNDIwMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczgxMjAvRXh0ZXJuYWxFbmRwb2ludHMvcHM3NzMyP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4739/providers/Microsoft.Network/trafficmanagerprofiles/ps6887/ExternalEndpoints/ps9245?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDczOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4ODcvRXh0ZXJuYWxFbmRwb2ludHMvcHM5MjQ1P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps7732\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "78a3b909-7679-40f5-88cf-d91257103c3c" + "36d6fcc8-a3c1-4750-bfb0-0d32dce95dac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -346,6 +345,7 @@ "230" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps9245\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -357,7 +357,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "78a3b909-7679-40f5-88cf-d91257103c3c" + "36d6fcc8-a3c1-4750-bfb0-0d32dce95dac" ], "Server": [ "Microsoft-IIS/10.0" @@ -368,47 +368,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "1014e165-7e0b-4095-afe5-a8788f8e4502" + "f6c8b9d8-ec05-4f3f-8cba-ab8f83db8f95" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085930Z:1014e165-7e0b-4095-afe5-a8788f8e4502" + "CENTRALINDIA:20221212T082320Z:f6c8b9d8-ec05-4f3f-8cba-ab8f83db8f95" ], "Date": [ - "Thu, 20 Jan 2022 08:59:29 GMT" + "Mon, 12 Dec 2022 08:23:20 GMT" ], "Content-Length": [ - "538" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4202/providers/Microsoft.Network/trafficManagerProfiles/ps8120/externalEndpoints/ps7732\",\r\n \"name\": \"ps7732\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4739/providers/Microsoft.Network/trafficManagerProfiles/ps6887/externalEndpoints/ps9245\",\r\n \"name\": \"ps9245\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps4202?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNDIwMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps4739?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNDczOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d712d39-0fc5-4628-bc15-1a162bc118ef" + "eb820a5c-7d61-4982-95a4-e121906400d3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -417,7 +417,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -426,13 +426,13 @@ "14999" ], "x-ms-request-id": [ - "8b45a84e-5e42-4e92-8c1e-379b4d23b108" + "8ef953da-0d2f-4b29-b172-7f8f2a490037" ], "x-ms-correlation-request-id": [ - "8b45a84e-5e42-4e92-8c1e-379b4d23b108" + "8ef953da-0d2f-4b29-b172-7f8f2a490037" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085935Z:8b45a84e-5e42-4e92-8c1e-379b4d23b108" + "CENTRALINDIA:20221212T082330Z:8ef953da-0d2f-4b29-b172-7f8f2a490037" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -441,7 +441,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:59:34 GMT" + "Mon, 12 Dec 2022 08:23:29 GMT" ], "Expires": [ "-1" @@ -454,75 +454,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRM016a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-request-id": [ - "b8d8b6a3-e2eb-4f71-ac67-4acdbbec5ab8" - ], - "x-ms-correlation-request-id": [ - "b8d8b6a3-e2eb-4f71-ac67-4acdbbec5ab8" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085950Z:b8d8b6a3-e2eb-4f71-ac67-4acdbbec5ab8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 08:59:50 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -531,22 +474,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "3e919b0e-79a7-4623-b6b2-e875fe9a4f1e" + "954e46e4-481e-4405-bb1b-e08104b3cf39" ], "x-ms-correlation-request-id": [ - "3e919b0e-79a7-4623-b6b2-e875fe9a4f1e" + "954e46e4-481e-4405-bb1b-e08104b3cf39" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090006Z:3e919b0e-79a7-4623-b6b2-e875fe9a4f1e" + "CENTRALINDIA:20221212T082345Z:954e46e4-481e-4405-bb1b-e08104b3cf39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -555,7 +498,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:00:05 GMT" + "Mon, 12 Dec 2022 08:23:45 GMT" ], "Expires": [ "-1" @@ -568,75 +511,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRM016a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-request-id": [ - "6197f78a-0fe2-406b-a6a1-441ea2291858" - ], - "x-ms-correlation-request-id": [ - "6197f78a-0fe2-406b-a6a1-441ea2291858" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090021Z:6197f78a-0fe2-406b-a6a1-441ea2291858" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:00:21 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -645,22 +531,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11998" ], "x-ms-request-id": [ - "9ff36875-bb49-44f4-adfa-de79a855cd01" + "a556ddfa-0681-4c93-99a3-8c8903e76290" ], "x-ms-correlation-request-id": [ - "9ff36875-bb49-44f4-adfa-de79a855cd01" + "a556ddfa-0681-4c93-99a3-8c8903e76290" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090037Z:9ff36875-bb49-44f4-adfa-de79a855cd01" + "CENTRALINDIA:20221212T082401Z:a556ddfa-0681-4c93-99a3-8c8903e76290" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -669,7 +555,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:00:36 GMT" + "Mon, 12 Dec 2022 08:24:01 GMT" ], "Expires": [ "-1" @@ -682,75 +568,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRM016a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-request-id": [ - "27917acf-eee9-408e-a76a-d9254e6a5f3b" - ], - "x-ms-correlation-request-id": [ - "27917acf-eee9-408e-a76a-d9254e6a5f3b" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090052Z:27917acf-eee9-408e-a76a-d9254e6a5f3b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:00:51 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -759,22 +588,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11997" ], "x-ms-request-id": [ - "b114cd68-b7e9-4011-9836-b4ee9f59b05e" + "22db1498-01c7-477a-a521-6e0656198b4c" ], "x-ms-correlation-request-id": [ - "b114cd68-b7e9-4011-9836-b4ee9f59b05e" + "22db1498-01c7-477a-a521-6e0656198b4c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090108Z:b114cd68-b7e9-4011-9836-b4ee9f59b05e" + "CENTRALINDIA:20221212T082416Z:22db1498-01c7-477a-a521-6e0656198b4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -783,7 +612,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:01:07 GMT" + "Mon, 12 Dec 2022 08:24:16 GMT" ], "Expires": [ "-1" @@ -796,75 +625,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRM016a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-request-id": [ - "6f73242f-bd47-4a99-a073-4b8541618d23" - ], - "x-ms-correlation-request-id": [ - "6f73242f-bd47-4a99-a073-4b8541618d23" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090123Z:6f73242f-bd47-4a99-a073-4b8541618d23" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:01:23 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -873,22 +645,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11996" ], "x-ms-request-id": [ - "36cfaa81-1d69-4d9b-9f84-c59bc27a6dc4" + "524ae53f-173d-4e92-a049-3f73bb8c10a5" ], "x-ms-correlation-request-id": [ - "36cfaa81-1d69-4d9b-9f84-c59bc27a6dc4" + "524ae53f-173d-4e92-a049-3f73bb8c10a5" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090139Z:36cfaa81-1d69-4d9b-9f84-c59bc27a6dc4" + "CENTRALINDIA:20221212T082432Z:524ae53f-173d-4e92-a049-3f73bb8c10a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -897,7 +669,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:01:38 GMT" + "Mon, 12 Dec 2022 08:24:32 GMT" ], "Expires": [ "-1" @@ -910,18 +682,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRM016a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -930,22 +702,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11995" ], "x-ms-request-id": [ - "b6cc3688-058a-4d46-87de-71338a4cc733" + "3329c11f-8f18-428a-b299-af1026504f05" ], "x-ms-correlation-request-id": [ - "b6cc3688-058a-4d46-87de-71338a4cc733" + "3329c11f-8f18-428a-b299-af1026504f05" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090154Z:b6cc3688-058a-4d46-87de-71338a4cc733" + "CENTRALINDIA:20221212T082447Z:3329c11f-8f18-428a-b299-af1026504f05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -954,7 +726,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:01:54 GMT" + "Mon, 12 Dec 2022 08:24:47 GMT" ], "Expires": [ "-1" @@ -967,18 +739,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRM016a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -987,22 +759,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11994" ], "x-ms-request-id": [ - "c99c7211-1ccc-4c21-bafd-2ce0d8aa5999" + "e8c7dccc-352b-4e45-8f4f-29eb98039bcb" ], "x-ms-correlation-request-id": [ - "c99c7211-1ccc-4c21-bafd-2ce0d8aa5999" + "e8c7dccc-352b-4e45-8f4f-29eb98039bcb" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090210Z:c99c7211-1ccc-4c21-bafd-2ce0d8aa5999" + "CENTRALINDIA:20221212T082503Z:e8c7dccc-352b-4e45-8f4f-29eb98039bcb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1011,7 +783,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:02:09 GMT" + "Mon, 12 Dec 2022 08:25:02 GMT" ], "Expires": [ "-1" @@ -1024,18 +796,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRM016a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1044,22 +816,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11993" ], "x-ms-request-id": [ - "a4b1c71d-9034-46a8-b853-4ce86beb0309" + "249ec809-20c3-4089-9f98-e87c6812d908" ], "x-ms-correlation-request-id": [ - "a4b1c71d-9034-46a8-b853-4ce86beb0309" + "249ec809-20c3-4089-9f98-e87c6812d908" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090225Z:a4b1c71d-9034-46a8-b853-4ce86beb0309" + "CENTRALINDIA:20221212T082518Z:249ec809-20c3-4089-9f98-e87c6812d908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1068,7 +840,10 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:02:24 GMT" + "Mon, 12 Dec 2022 08:25:17 GMT" + ], + "Connection": [ + "close" ], "Expires": [ "-1" @@ -1081,18 +856,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRM016a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1101,22 +876,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11999" ], "x-ms-request-id": [ - "d8ee8ad6-efe6-4d5f-a88e-c18505613806" + "ec27eef3-1af2-4de5-8106-4bdf5fa7399c" ], "x-ms-correlation-request-id": [ - "d8ee8ad6-efe6-4d5f-a88e-c18505613806" + "ec27eef3-1af2-4de5-8106-4bdf5fa7399c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090241Z:d8ee8ad6-efe6-4d5f-a88e-c18505613806" + "JIOINDIACENTRAL:20221212T082535Z:ec27eef3-1af2-4de5-8106-4bdf5fa7399c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1125,7 +900,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:02:40 GMT" + "Mon, 12 Dec 2022 08:25:35 GMT" ], "Expires": [ "-1" @@ -1138,18 +913,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRM016a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1158,16 +933,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11998" ], "x-ms-request-id": [ - "8ae41263-0eac-45dd-9fb3-8a50a6181cec" + "0e8c3ad1-4632-4eff-bc1d-457e0b26562f" ], "x-ms-correlation-request-id": [ - "8ae41263-0eac-45dd-9fb3-8a50a6181cec" + "0e8c3ad1-4632-4eff-bc1d-457e0b26562f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090256Z:8ae41263-0eac-45dd-9fb3-8a50a6181cec" + "JIOINDIACENTRAL:20221212T082550Z:0e8c3ad1-4632-4eff-bc1d-457e0b26562f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1176,7 +951,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:02:55 GMT" + "Mon, 12 Dec 2022 08:25:50 GMT" ], "Expires": [ "-1" @@ -1189,18 +964,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ3MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRM016a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1209,16 +984,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11997" ], "x-ms-request-id": [ - "98f23f39-2a29-4607-bf2a-bd648521ee11" + "3a62c367-e7c5-4e9d-b3c7-d97d585aa204" ], "x-ms-correlation-request-id": [ - "98f23f39-2a29-4607-bf2a-bd648521ee11" + "3a62c367-e7c5-4e9d-b3c7-d97d585aa204" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090257Z:98f23f39-2a29-4607-bf2a-bd648521ee11" + "JIOINDIACENTRAL:20221212T082551Z:3a62c367-e7c5-4e9d-b3c7-d97d585aa204" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1227,7 +1002,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:02:57 GMT" + "Mon, 12 Dec 2022 08:25:50 GMT" ], "Expires": [ "-1" @@ -1242,13 +1017,13 @@ ], "Names": { "Test-CreateExistingEndpoint": [ - "ps7732", - "ps8120", - "ps4202", - "ps7634" + "ps9245", + "ps6887", + "ps4739", + "ps4736" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestCreateExistingEndpointFromNonExistingProfile.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestCreateExistingEndpointFromNonExistingProfile.json index 81690a2bec0b..36d34cf878f5 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestCreateExistingEndpointFromNonExistingProfile.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestCreateExistingEndpointFromNonExistingProfile.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps7094?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzA5ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps1334?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMTMzND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "96b4e39c-bd36-4c7f-83c2-2f17399ad873" + "dbb41886-b892-43f3-ac37-1914be88429c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -36,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "5950453e-6582-4702-9912-3418e92dcb28" + "e9191564-0bd8-452a-bb5b-d1eb7b2c23f6" ], "x-ms-correlation-request-id": [ - "5950453e-6582-4702-9912-3418e92dcb28" + "e9191564-0bd8-452a-bb5b-d1eb7b2c23f6" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085529Z:5950453e-6582-4702-9912-3418e92dcb28" + "JIOINDIACENTRAL:20221212T081837Z:e9191564-0bd8-452a-bb5b-d1eb7b2c23f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:55:29 GMT" + "Mon, 12 Dec 2022 08:18:37 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7094\",\r\n \"name\": \"ps7094\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1334\",\r\n \"name\": \"ps1334\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7094/providers/Microsoft.Network/trafficmanagerprofiles/ps5034/ExternalEndpoints/ps8257?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzA5NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUwMzQvRXh0ZXJuYWxFbmRwb2ludHMvcHM4MjU3P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1334/providers/Microsoft.Network/trafficmanagerprofiles/ps6514/ExternalEndpoints/ps9642?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTMzNC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY1MTQvRXh0ZXJuYWxFbmRwb2ludHMvcHM5NjQyP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d39e342d-eabf-4054-838e-5029e7d080b0" + "6a397940-4da0-4496-86f3-1147cc1d9ad1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "ee6c513e-81f8-4099-a3cf-3a95debf7e11" + "f1b88295-3cd6-4509-a775-9af9e9321764" ], "x-ms-correlation-request-id": [ - "ee6c513e-81f8-4099-a3cf-3a95debf7e11" + "f1b88295-3cd6-4509-a775-9af9e9321764" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085530Z:ee6c513e-81f8-4099-a3cf-3a95debf7e11" + "JIOINDIACENTRAL:20221212T081837Z:f1b88295-3cd6-4509-a775-9af9e9321764" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:55:30 GMT" + "Mon, 12 Dec 2022 08:18:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,29 +120,28 @@ "-1" ], "Content-Length": [ - "225" + "147" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps5034' under resource group 'ps7094' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ParentResourceNotFound\",\r\n \"message\": \"Can not perform requested operation on nested resource. Parent resource 'ps6514' not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7094/providers/Microsoft.Network/trafficmanagerprofiles/ps5034/ExternalEndpoints/ps8257?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzA5NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUwMzQvRXh0ZXJuYWxFbmRwb2ludHMvcHM4MjU3P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1334/providers/Microsoft.Network/trafficmanagerprofiles/ps6514/ExternalEndpoints/ps9642?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTMzNC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY1MTQvRXh0ZXJuYWxFbmRwb2ludHMvcHM5NjQyP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps8257\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d39e342d-eabf-4054-838e-5029e7d080b0" + "6a397940-4da0-4496-86f3-1147cc1d9ad1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -151,6 +150,7 @@ "230" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps9642\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -162,13 +162,13 @@ "gateway" ], "x-ms-request-id": [ - "27756b9f-7771-4ca7-8fdc-0e3f0e822795" + "d498199d-e45a-43ee-9db0-ddeacdd44c42" ], "x-ms-correlation-request-id": [ - "27756b9f-7771-4ca7-8fdc-0e3f0e822795" + "d498199d-e45a-43ee-9db0-ddeacdd44c42" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085531Z:27756b9f-7771-4ca7-8fdc-0e3f0e822795" + "JIOINDIACENTRAL:20221212T081838Z:d498199d-e45a-43ee-9db0-ddeacdd44c42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,7 +177,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:55:30 GMT" + "Mon, 12 Dec 2022 08:18:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -186,31 +186,31 @@ "-1" ], "Content-Length": [ - "225" + "147" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps5034' under resource group 'ps7094' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ParentResourceNotFound\",\r\n \"message\": \"Can not perform requested operation on nested resource. Parent resource 'ps6514' not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps7094?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzA5ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps1334?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMTMzND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "31ed9db5-e858-474b-b1e7-0e81bcb07b29" + "29340543-446b-4da3-aca1-b067831a3562" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -219,7 +219,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwOTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzMzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -228,13 +228,13 @@ "14998" ], "x-ms-request-id": [ - "74f1d4c1-0137-47b1-ada9-55d2d9f98a1a" + "8c16a00e-d1f2-43e7-b765-32cec3883d68" ], "x-ms-correlation-request-id": [ - "74f1d4c1-0137-47b1-ada9-55d2d9f98a1a" + "8c16a00e-d1f2-43e7-b765-32cec3883d68" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085533Z:74f1d4c1-0137-47b1-ada9-55d2d9f98a1a" + "JIOINDIACENTRAL:20221212T081845Z:8c16a00e-d1f2-43e7-b765-32cec3883d68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -243,7 +243,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:55:33 GMT" + "Mon, 12 Dec 2022 08:18:45 GMT" ], "Expires": [ "-1" @@ -256,18 +256,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwOTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd09UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzMzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek16UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -275,17 +275,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzMzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-request-id": [ - "e8596cdb-2ebc-435b-8b61-acf6fc27d463" + "12e3dadb-592b-4de7-ae27-63212dbe550b" ], "x-ms-correlation-request-id": [ - "e8596cdb-2ebc-435b-8b61-acf6fc27d463" + "12e3dadb-592b-4de7-ae27-63212dbe550b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085549Z:e8596cdb-2ebc-435b-8b61-acf6fc27d463" + "JIOINDIACENTRAL:20221212T081901Z:12e3dadb-592b-4de7-ae27-63212dbe550b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -294,7 +300,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:55:49 GMT" + "Mon, 12 Dec 2022 08:19:01 GMT" ], "Expires": [ "-1" @@ -304,21 +310,21 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwOTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd09UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzMzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek16UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -326,17 +332,239 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzMzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-request-id": [ - "ada29820-06ee-49be-964e-ab3ee62d7853" + "03739e63-9b21-4948-a367-a67d0d20b896" + ], + "x-ms-correlation-request-id": [ + "03739e63-9b21-4948-a367-a67d0d20b896" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T081917Z:03739e63-9b21-4948-a367-a67d0d20b896" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 08:19:16 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzMzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek16UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzMzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "b3f02974-232c-4b95-9302-bd1cb746e299" + ], + "x-ms-correlation-request-id": [ + "b3f02974-232c-4b95-9302-bd1cb746e299" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T081932Z:b3f02974-232c-4b95-9302-bd1cb746e299" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 08:19:32 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzMzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek16UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzMzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "08c1d87b-15ca-4135-a0c2-f0db2e3ff3e8" + ], + "x-ms-correlation-request-id": [ + "08c1d87b-15ca-4135-a0c2-f0db2e3ff3e8" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T081947Z:08c1d87b-15ca-4135-a0c2-f0db2e3ff3e8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 08:19:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzMzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek16UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "4dddd365-a442-42a0-84b2-608e14e82d4d" + ], + "x-ms-correlation-request-id": [ + "4dddd365-a442-42a0-84b2-608e14e82d4d" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T082003Z:4dddd365-a442-42a0-84b2-608e14e82d4d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 08:20:03 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzMzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek16UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "d2a00f8f-b395-4092-852d-2418b29a3e1e" ], "x-ms-correlation-request-id": [ - "ada29820-06ee-49be-964e-ab3ee62d7853" + "d2a00f8f-b395-4092-852d-2418b29a3e1e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085549Z:ada29820-06ee-49be-964e-ab3ee62d7853" + "JIOINDIACENTRAL:20221212T082004Z:d2a00f8f-b395-4092-852d-2418b29a3e1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -345,7 +573,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:55:49 GMT" + "Mon, 12 Dec 2022 08:20:03 GMT" ], "Expires": [ "-1" @@ -360,12 +588,12 @@ ], "Names": { "Test-CreateExistingEndpointFromNonExistingProfile": [ - "ps8257", - "ps5034", - "ps7094" + "ps9642", + "ps6514", + "ps1334" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestDeleteEndpoint.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestDeleteEndpoint.json index bc2f9cfded8e..9f5e05504c19 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestDeleteEndpoint.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestDeleteEndpoint.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps555?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNTU1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps1685?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMTY4NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "76a14e06-0d98-4e30-9786-eab19bb01c48" + "c3f3953f-86d0-4af2-9983-49c59b218697" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -36,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "637a2fe8-1301-434a-b17f-b7fe68751490" + "4df3dc39-9f07-42d5-bd2f-c25b0fd197f2" ], "x-ms-correlation-request-id": [ - "637a2fe8-1301-434a-b17f-b7fe68751490" + "4df3dc39-9f07-42d5-bd2f-c25b0fd197f2" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092050Z:637a2fe8-1301-434a-b17f-b7fe68751490" + "CENTRALINDIA:20221212T083914Z:4df3dc39-9f07-42d5-bd2f-c25b0fd197f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,10 +51,10 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:20:50 GMT" + "Mon, 12 Dec 2022 08:39:14 GMT" ], "Content-Length": [ - "163" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps555\",\r\n \"name\": \"ps555\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1685\",\r\n \"name\": \"ps1685\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps555/providers/Microsoft.Network/trafficmanagerprofiles/ps3559?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMzU1OT9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1685/providers/Microsoft.Network/trafficmanagerprofiles/ps6274?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTY4NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYyNzQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "30568c1b-461a-419a-bb6f-ea03c74d4068" + "5a144ed5-8422-47c7-919c-8b79b75d9682" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "9f0efd96-beb8-4d12-ac01-e7280e3a2a35" + "5f5aaacb-e25d-4267-bd0e-ae40dd14393d" ], "x-ms-correlation-request-id": [ - "9f0efd96-beb8-4d12-ac01-e7280e3a2a35" + "5f5aaacb-e25d-4267-bd0e-ae40dd14393d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092053Z:9f0efd96-beb8-4d12-ac01-e7280e3a2a35" + "CENTRALINDIA:20221212T083915Z:5f5aaacb-e25d-4267-bd0e-ae40dd14393d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:20:52 GMT" + "Mon, 12 Dec 2022 08:39:14 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,29 +120,28 @@ "-1" ], "Content-Length": [ - "224" + "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps3559' under resource group 'ps555' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps6274' under resource group 'ps1685' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps555/providers/Microsoft.Network/trafficmanagerprofiles/ps3559?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMzU1OT9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1685/providers/Microsoft.Network/trafficmanagerprofiles/ps6274?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTY4NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYyNzQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8227\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps3559\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "30568c1b-461a-419a-bb6f-ea03c74d4068" + "5a144ed5-8422-47c7-919c-8b79b75d9682" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -151,6 +150,7 @@ "337" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5994\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps6274\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "30568c1b-461a-419a-bb6f-ea03c74d4068" + "5a144ed5-8422-47c7-919c-8b79b75d9682" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,46 +174,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "4499" ], "x-ms-correlation-request-id": [ - "3f4c7fd7-32b9-4184-b6e5-dd1c8263bcf9" + "5a3992c5-2e29-4880-afc1-22fcff8a1c6b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092102Z:3f4c7fd7-32b9-4184-b6e5-dd1c8263bcf9" + "CENTRALINDIA:20221212T083922Z:5a3992c5-2e29-4880-afc1-22fcff8a1c6b" ], "Date": [ - "Thu, 20 Jan 2022 09:21:01 GMT" + "Mon, 12 Dec 2022 08:39:21 GMT" ], "Content-Length": [ - "646" + "647" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps555/providers/Microsoft.Network/trafficManagerProfiles/ps3559\",\r\n \"name\": \"ps3559\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8227\",\r\n \"fqdn\": \"ps8227.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1685/providers/Microsoft.Network/trafficManagerProfiles/ps6274\",\r\n \"name\": \"ps6274\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5994\",\r\n \"fqdn\": \"ps5994.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps555?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNTU1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps1685?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMTY4NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "291bbbb1-1fe8-4bdd-8108-4ee5ab5f4b16" + "81d12893-1e62-4e94-a750-bbedb933f679" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -222,7 +222,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -231,13 +231,13 @@ "14999" ], "x-ms-request-id": [ - "68cfcfdf-a227-49b0-bed0-e74fe093bfbb" + "4e137729-e0ee-46fb-83d3-981ce4a1c4fc" ], "x-ms-correlation-request-id": [ - "68cfcfdf-a227-49b0-bed0-e74fe093bfbb" + "4e137729-e0ee-46fb-83d3-981ce4a1c4fc" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092105Z:68cfcfdf-a227-49b0-bed0-e74fe093bfbb" + "CENTRALINDIA:20221212T083930Z:4e137729-e0ee-46fb-83d3-981ce4a1c4fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,7 +246,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:21:05 GMT" + "Mon, 12 Dec 2022 08:39:29 GMT" ], "Expires": [ "-1" @@ -259,18 +259,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -279,7 +279,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -288,13 +288,13 @@ "11999" ], "x-ms-request-id": [ - "20ec942d-b199-4367-b0a8-1b6e921b7294" + "9c115d0c-8423-4b7c-a3d8-4ff7770b71e7" ], "x-ms-correlation-request-id": [ - "20ec942d-b199-4367-b0a8-1b6e921b7294" + "9c115d0c-8423-4b7c-a3d8-4ff7770b71e7" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092121Z:20ec942d-b199-4367-b0a8-1b6e921b7294" + "CENTRALINDIA:20221212T083945Z:9c115d0c-8423-4b7c-a3d8-4ff7770b71e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -303,7 +303,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:21:21 GMT" + "Mon, 12 Dec 2022 08:39:45 GMT" ], "Expires": [ "-1" @@ -316,18 +316,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -336,7 +336,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -345,13 +345,13 @@ "11998" ], "x-ms-request-id": [ - "1dfe33a1-73de-4fcb-abd8-9a38d7c67532" + "5cf89110-0dd5-44b5-bf3f-f4ac2bf04a27" ], "x-ms-correlation-request-id": [ - "1dfe33a1-73de-4fcb-abd8-9a38d7c67532" + "5cf89110-0dd5-44b5-bf3f-f4ac2bf04a27" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092137Z:1dfe33a1-73de-4fcb-abd8-9a38d7c67532" + "CENTRALINDIA:20221212T084001Z:5cf89110-0dd5-44b5-bf3f-f4ac2bf04a27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -360,7 +360,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:21:37 GMT" + "Mon, 12 Dec 2022 08:40:00 GMT" ], "Expires": [ "-1" @@ -373,18 +373,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -393,7 +393,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -402,13 +402,13 @@ "11997" ], "x-ms-request-id": [ - "146fce29-1db6-4186-9283-26e1a1802640" + "2c284b1f-6ab9-42a6-8f6a-463cff9e90af" ], "x-ms-correlation-request-id": [ - "146fce29-1db6-4186-9283-26e1a1802640" + "2c284b1f-6ab9-42a6-8f6a-463cff9e90af" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092153Z:146fce29-1db6-4186-9283-26e1a1802640" + "CENTRALINDIA:20221212T084016Z:2c284b1f-6ab9-42a6-8f6a-463cff9e90af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -417,7 +417,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:21:52 GMT" + "Mon, 12 Dec 2022 08:40:16 GMT" ], "Expires": [ "-1" @@ -430,18 +430,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -450,7 +450,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -459,13 +459,13 @@ "11996" ], "x-ms-request-id": [ - "3a23209b-3845-46ca-83cd-3068f1ea2e11" + "2a51791c-161b-4efb-bc6a-e00b94e154f6" ], "x-ms-correlation-request-id": [ - "3a23209b-3845-46ca-83cd-3068f1ea2e11" + "2a51791c-161b-4efb-bc6a-e00b94e154f6" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092209Z:3a23209b-3845-46ca-83cd-3068f1ea2e11" + "CENTRALINDIA:20221212T084032Z:2a51791c-161b-4efb-bc6a-e00b94e154f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -474,7 +474,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:22:09 GMT" + "Mon, 12 Dec 2022 08:40:31 GMT" ], "Expires": [ "-1" @@ -487,18 +487,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -507,7 +507,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -516,13 +516,13 @@ "11995" ], "x-ms-request-id": [ - "ff1fdc70-ba1d-4d5d-9d31-eede9ee6cc14" + "0c41dacc-29e2-4e45-8a6d-ea3bd2000fbd" ], "x-ms-correlation-request-id": [ - "ff1fdc70-ba1d-4d5d-9d31-eede9ee6cc14" + "0c41dacc-29e2-4e45-8a6d-ea3bd2000fbd" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092225Z:ff1fdc70-ba1d-4d5d-9d31-eede9ee6cc14" + "CENTRALINDIA:20221212T084047Z:0c41dacc-29e2-4e45-8a6d-ea3bd2000fbd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -531,7 +531,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:22:25 GMT" + "Mon, 12 Dec 2022 08:40:47 GMT" ], "Expires": [ "-1" @@ -544,18 +544,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -564,7 +564,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -573,13 +573,13 @@ "11994" ], "x-ms-request-id": [ - "97b646dc-aaf3-42e8-a2d0-07b4cbaecfd5" + "6f4890f5-6bd9-4943-a0c2-63be09991814" ], "x-ms-correlation-request-id": [ - "97b646dc-aaf3-42e8-a2d0-07b4cbaecfd5" + "6f4890f5-6bd9-4943-a0c2-63be09991814" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092241Z:97b646dc-aaf3-42e8-a2d0-07b4cbaecfd5" + "CENTRALINDIA:20221212T084103Z:6f4890f5-6bd9-4943-a0c2-63be09991814" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -588,7 +588,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:22:40 GMT" + "Mon, 12 Dec 2022 08:41:02 GMT" ], "Expires": [ "-1" @@ -601,18 +601,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -621,7 +621,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -630,13 +630,13 @@ "11993" ], "x-ms-request-id": [ - "88eeca2d-9325-40d3-8843-c90bd6c39a45" + "1fe95286-df56-4660-be21-280ac43b3b2f" ], "x-ms-correlation-request-id": [ - "88eeca2d-9325-40d3-8843-c90bd6c39a45" + "1fe95286-df56-4660-be21-280ac43b3b2f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092257Z:88eeca2d-9325-40d3-8843-c90bd6c39a45" + "CENTRALINDIA:20221212T084118Z:1fe95286-df56-4660-be21-280ac43b3b2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -645,7 +645,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:22:56 GMT" + "Mon, 12 Dec 2022 08:41:18 GMT" ], "Expires": [ "-1" @@ -658,18 +658,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -677,17 +677,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-request-id": [ - "1efe6a35-7e5d-4344-94ea-3e2e97e98755" + "de8da41a-abce-40b9-b210-546dd5f0be6d" ], "x-ms-correlation-request-id": [ - "1efe6a35-7e5d-4344-94ea-3e2e97e98755" + "de8da41a-abce-40b9-b210-546dd5f0be6d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092312Z:1efe6a35-7e5d-4344-94ea-3e2e97e98755" + "CENTRALINDIA:20221212T084134Z:de8da41a-abce-40b9-b210-546dd5f0be6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -696,7 +702,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:23:11 GMT" + "Mon, 12 Dec 2022 08:41:33 GMT" ], "Expires": [ "-1" @@ -706,21 +712,21 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -732,13 +738,64 @@ "11991" ], "x-ms-request-id": [ - "9820347c-1c90-4b94-83ac-dcdbd28e7365" + "49448fa3-f426-45e4-ab2c-c59798ce1b9c" + ], + "x-ms-correlation-request-id": [ + "49448fa3-f426-45e4-ab2c-c59798ce1b9c" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20221212T084149Z:49448fa3-f426-45e4-ab2c-c59798ce1b9c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 08:41:49 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "c671e2b4-b0af-4788-862e-fb9bf775758d" ], "x-ms-correlation-request-id": [ - "9820347c-1c90-4b94-83ac-dcdbd28e7365" + "c671e2b4-b0af-4788-862e-fb9bf775758d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092313Z:9820347c-1c90-4b94-83ac-dcdbd28e7365" + "CENTRALINDIA:20221212T084150Z:c671e2b4-b0af-4788-862e-fb9bf775758d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -747,7 +804,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:23:12 GMT" + "Mon, 12 Dec 2022 08:41:49 GMT" ], "Expires": [ "-1" @@ -762,13 +819,13 @@ ], "Names": { "Test-DeleteEndpoint": [ - "ps3100", - "ps3559", - "ps555", - "ps8227" + "ps6816", + "ps6274", + "ps1685", + "ps5994" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestDisableEndpoint.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestDisableEndpoint.json index 90ce6a24d063..e14241972b84 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestDisableEndpoint.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestDisableEndpoint.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps6086?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNjA4Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps5764?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNTc2ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "17022c2d-c689-4462-8d2f-b7e6d91fa7dc" + "bcfc3562-4dc7-4487-a58b-2f0019adf328" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -36,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "05d741ac-797c-4a82-82a1-86dadcae00a7" + "7790b1dd-19c2-417e-8488-84d5f4bbe85b" ], "x-ms-correlation-request-id": [ - "05d741ac-797c-4a82-82a1-86dadcae00a7" + "7790b1dd-19c2-417e-8488-84d5f4bbe85b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115524Z:05d741ac-797c-4a82-82a1-86dadcae00a7" + "CENTRALINDIA:20221212T085149Z:7790b1dd-19c2-417e-8488-84d5f4bbe85b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:55:23 GMT" + "Mon, 12 Dec 2022 08:51:49 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6086\",\r\n \"name\": \"ps6086\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5764\",\r\n \"name\": \"ps5764\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6086/providers/Microsoft.Network/trafficmanagerprofiles/ps1334?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjA4Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczEzMzQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5764/providers/Microsoft.Network/trafficmanagerprofiles/ps6282?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTc2NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYyODI/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "201cf315-ffac-4470-8a26-9e20696744bb" + "d2a27f8e-1d3c-4b54-be35-373d7bb9e57f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "fe19a0c2-da5c-446a-b0c4-e492462ec84b" + "0d1c4c1a-cc1a-406b-8053-ca005665e4f6" ], "x-ms-correlation-request-id": [ - "fe19a0c2-da5c-446a-b0c4-e492462ec84b" + "0d1c4c1a-cc1a-406b-8053-ca005665e4f6" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115527Z:fe19a0c2-da5c-446a-b0c4-e492462ec84b" + "CENTRALINDIA:20221212T085150Z:0d1c4c1a-cc1a-406b-8053-ca005665e4f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:55:26 GMT" + "Mon, 12 Dec 2022 08:51:50 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,26 +123,25 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps1334' under resource group 'ps6086' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps6282' under resource group 'ps5764' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6086/providers/Microsoft.Network/trafficmanagerprofiles/ps1334?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjA4Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczEzMzQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5764/providers/Microsoft.Network/trafficmanagerprofiles/ps6282?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTc2NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYyODI/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8791\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps1334\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "201cf315-ffac-4470-8a26-9e20696744bb" + "d2a27f8e-1d3c-4b54-be35-373d7bb9e57f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -151,6 +150,7 @@ "334" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9368\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps6282\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "201cf315-ffac-4470-8a26-9e20696744bb" + "d2a27f8e-1d3c-4b54-be35-373d7bb9e57f" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,16 +174,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "2e7265d0-8e4a-4c81-a689-3a94f1212615" + "107b6124-f4d0-47af-ae3f-002cfc042a38" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115535Z:2e7265d0-8e4a-4c81-a689-3a94f1212615" + "CENTRALINDIA:20221212T085158Z:107b6124-f4d0-47af-ae3f-002cfc042a38" ], "Date": [ - "Thu, 20 Jan 2022 11:55:35 GMT" + "Mon, 12 Dec 2022 08:51:58 GMT" ], "Content-Length": [ "644" @@ -192,28 +192,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6086/providers/Microsoft.Network/trafficManagerProfiles/ps1334\",\r\n \"name\": \"ps1334\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8791\",\r\n \"fqdn\": \"ps8791.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5764/providers/Microsoft.Network/trafficManagerProfiles/ps6282\",\r\n \"name\": \"ps6282\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9368\",\r\n \"fqdn\": \"ps9368.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6086/providers/Microsoft.Network/trafficmanagerprofiles/ps1334/ExternalEndpoints/ps3062?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjA4Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczEzMzQvRXh0ZXJuYWxFbmRwb2ludHMvcHMzMDYyP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5764/providers/Microsoft.Network/trafficmanagerprofiles/ps6282/ExternalEndpoints/ps2181?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTc2NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYyODIvRXh0ZXJuYWxFbmRwb2ludHMvcHMyMTgxP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3772f627-9d59-43b5-93d9-7839277d2110" + "b6eb24d4-2144-462f-8201-4215f5980d69" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3772f627-9d59-43b5-93d9-7839277d2110" + "b6eb24d4-2144-462f-8201-4215f5980d69" ], "Server": [ "Microsoft-IIS/10.0" @@ -236,17 +236,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "b41d8d9f-6a9e-497c-9339-0756614f4edb" + "a6525378-7aba-4eff-bd70-d340c30c4fed" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115536Z:b41d8d9f-6a9e-497c-9339-0756614f4edb" + "CENTRALINDIA:20221212T085201Z:a6525378-7aba-4eff-bd70-d340c30c4fed" ], "Date": [ - "Thu, 20 Jan 2022 11:55:36 GMT" + "Mon, 12 Dec 2022 08:52:00 GMT" ], "Content-Length": [ "121" @@ -255,28 +255,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps3062' of type 'externalendpoints' does not exist in the profile 'ps1334'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps2181' of type 'externalendpoints' does not exist in the profile 'ps6282'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6086/providers/Microsoft.Network/trafficmanagerprofiles/ps1334/ExternalEndpoints/ps3062?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjA4Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczEzMzQvRXh0ZXJuYWxFbmRwb2ludHMvcHMzMDYyP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5764/providers/Microsoft.Network/trafficmanagerprofiles/ps6282/ExternalEndpoints/ps2181?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTc2NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYyODIvRXh0ZXJuYWxFbmRwb2ludHMvcHMyMTgxP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7754e55c-8ce2-4452-b48d-ef3697ca4069" + "04d17cc4-8324-4575-b735-63f9c2bd0ec1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -288,7 +288,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7754e55c-8ce2-4452-b48d-ef3697ca4069" + "04d17cc4-8324-4575-b735-63f9c2bd0ec1" ], "Server": [ "Microsoft-IIS/10.0" @@ -299,47 +299,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "248" ], "x-ms-correlation-request-id": [ - "650ca016-25ab-4c93-afa5-8e7b56b6dfaf" + "d9b85c0d-a610-4408-a456-24c4453397aa" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115539Z:650ca016-25ab-4c93-afa5-8e7b56b6dfaf" + "CENTRALINDIA:20221212T085204Z:d9b85c0d-a610-4408-a456-24c4453397aa" ], "Date": [ - "Thu, 20 Jan 2022 11:55:38 GMT" + "Mon, 12 Dec 2022 08:52:03 GMT" ], "Content-Length": [ - "538" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6086/providers/Microsoft.Network/trafficManagerProfiles/ps1334/externalEndpoints/ps3062\",\r\n \"name\": \"ps3062\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5764/providers/Microsoft.Network/trafficManagerProfiles/ps6282/externalEndpoints/ps2181\",\r\n \"name\": \"ps2181\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6086/providers/Microsoft.Network/trafficmanagerprofiles/ps1334/ExternalEndpoints/ps3062?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjA4Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczEzMzQvRXh0ZXJuYWxFbmRwb2ludHMvcHMzMDYyP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5764/providers/Microsoft.Network/trafficmanagerprofiles/ps6282/ExternalEndpoints/ps2181?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTc2NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYyODIvRXh0ZXJuYWxFbmRwb2ludHMvcHMyMTgxP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2509eba0-210c-4945-82c0-f4adb1526380" + "4f27378f-29a3-44bb-8142-be6f7186a857" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -351,7 +351,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2509eba0-210c-4945-82c0-f4adb1526380" + "4f27378f-29a3-44bb-8142-be6f7186a857" ], "Server": [ "Microsoft-IIS/10.0" @@ -362,45 +362,44 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "6199efa5-d8df-40eb-b374-c2e50fe180e9" + "e5556191-8370-4b99-a0d5-e774ade850a6" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115541Z:6199efa5-d8df-40eb-b374-c2e50fe180e9" + "JIOINDIACENTRAL:20221212T085211Z:e5556191-8370-4b99-a0d5-e774ade850a6" ], "Date": [ - "Thu, 20 Jan 2022 11:55:40 GMT" + "Mon, 12 Dec 2022 08:52:10 GMT" ], "Content-Length": [ - "531" + "556" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6086/providers/Microsoft.Network/trafficManagerProfiles/ps1334/externalEndpoints/ps3062\",\r\n \"name\": \"ps3062\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5764/providers/Microsoft.Network/trafficManagerProfiles/ps6282/externalEndpoints/ps2181\",\r\n \"name\": \"ps2181\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6086/providers/Microsoft.Network/trafficmanagerprofiles/ps1334/ExternalEndpoints/ps3062?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjA4Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczEzMzQvRXh0ZXJuYWxFbmRwb2ludHMvcHMzMDYyP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5764/providers/Microsoft.Network/trafficmanagerprofiles/ps6282/ExternalEndpoints/ps2181?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTc2NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYyODIvRXh0ZXJuYWxFbmRwb2ludHMvcHMyMTgxP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps3062\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3772f627-9d59-43b5-93d9-7839277d2110" + "b6eb24d4-2144-462f-8201-4215f5980d69" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -409,6 +408,7 @@ "230" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps2181\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -420,7 +420,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3772f627-9d59-43b5-93d9-7839277d2110" + "b6eb24d4-2144-462f-8201-4215f5980d69" ], "Server": [ "Microsoft-IIS/10.0" @@ -431,45 +431,44 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "fa17aac3-49a7-4a93-98e2-7861e7b1bfcb" + "6e092520-6ca0-4ed8-bcd8-cae22121b752" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115537Z:fa17aac3-49a7-4a93-98e2-7861e7b1bfcb" + "CENTRALINDIA:20221212T085202Z:6e092520-6ca0-4ed8-bcd8-cae22121b752" ], "Date": [ - "Thu, 20 Jan 2022 11:55:36 GMT" + "Mon, 12 Dec 2022 08:52:01 GMT" ], "Content-Length": [ - "538" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6086/providers/Microsoft.Network/trafficManagerProfiles/ps1334/externalEndpoints/ps3062\",\r\n \"name\": \"ps3062\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5764/providers/Microsoft.Network/trafficManagerProfiles/ps6282/externalEndpoints/ps2181\",\r\n \"name\": \"ps2181\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6086/providers/Microsoft.Network/trafficmanagerprofiles/ps1334/ExternalEndpoints/ps3062?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjA4Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczEzMzQvRXh0ZXJuYWxFbmRwb2ludHMvcHMzMDYyP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5764/providers/Microsoft.Network/trafficmanagerprofiles/ps6282/ExternalEndpoints/ps2181?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTc2NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYyODIvRXh0ZXJuYWxFbmRwb2ludHMvcHMyMTgxP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\"\r\n },\r\n \"name\": \"ps3062\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8e46388b-3227-4cc0-a9c3-c4730e93b35c" + "587d3f51-76cf-4888-9e0d-225c2c84bd76" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -478,6 +477,7 @@ "156" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\"\r\n },\r\n \"name\": \"ps2181\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -489,7 +489,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8e46388b-3227-4cc0-a9c3-c4730e93b35c" + "587d3f51-76cf-4888-9e0d-225c2c84bd76" ], "Server": [ "Microsoft-IIS/10.0" @@ -500,47 +500,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "bd5310a6-387f-4f0b-9816-2cfae582dbe4" + "550afe8a-1285-48df-adad-5c29fa7bba6a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115540Z:bd5310a6-387f-4f0b-9816-2cfae582dbe4" + "CENTRALINDIA:20221212T085209Z:550afe8a-1285-48df-adad-5c29fa7bba6a" ], "Date": [ - "Thu, 20 Jan 2022 11:55:39 GMT" + "Mon, 12 Dec 2022 08:52:09 GMT" ], "Content-Length": [ - "531" + "556" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6086/providers/Microsoft.Network/trafficManagerProfiles/ps1334/externalEndpoints/ps3062\",\r\n \"name\": \"ps3062\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5764/providers/Microsoft.Network/trafficManagerProfiles/ps6282/externalEndpoints/ps2181\",\r\n \"name\": \"ps2181\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps6086?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNjA4Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps5764?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNTc2ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2a900463-182c-46bb-bca9-bf5bd9b86a53" + "177cc8fb-c27f-4309-adb9-07071390ae71" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -549,22 +549,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14992" ], "x-ms-request-id": [ - "7830569b-fb89-4b31-b8b3-df86d705deb9" + "630f74f4-e7af-44ec-8000-dbe92a1e44cf" ], "x-ms-correlation-request-id": [ - "7830569b-fb89-4b31-b8b3-df86d705deb9" + "630f74f4-e7af-44ec-8000-dbe92a1e44cf" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115544Z:7830569b-fb89-4b31-b8b3-df86d705deb9" + "JIOINDIACENTRAL:20221212T085215Z:630f74f4-e7af-44ec-8000-dbe92a1e44cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -573,7 +573,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:55:43 GMT" + "Mon, 12 Dec 2022 08:52:14 GMT" ], "Expires": [ "-1" @@ -586,75 +586,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd09EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM05qUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "26f291e7-0f33-4981-8317-a048902a5b95" - ], - "x-ms-correlation-request-id": [ - "26f291e7-0f33-4981-8317-a048902a5b95" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115600Z:26f291e7-0f33-4981-8317-a048902a5b95" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 11:56:00 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd09EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -663,22 +606,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11967" ], "x-ms-request-id": [ - "836362b8-f9f5-423b-ad20-7a0fac7d820c" + "d58c2532-33ff-4f8b-bcfe-ac877b4de1fa" ], "x-ms-correlation-request-id": [ - "836362b8-f9f5-423b-ad20-7a0fac7d820c" + "d58c2532-33ff-4f8b-bcfe-ac877b4de1fa" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115615Z:836362b8-f9f5-423b-ad20-7a0fac7d820c" + "JIOINDIACENTRAL:20221212T085230Z:d58c2532-33ff-4f8b-bcfe-ac877b4de1fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -687,7 +630,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:56:15 GMT" + "Mon, 12 Dec 2022 08:52:29 GMT" ], "Expires": [ "-1" @@ -700,75 +643,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd09EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM05qUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "8bb936de-6811-4ccc-9b0f-7e1f1f54c55b" - ], - "x-ms-correlation-request-id": [ - "8bb936de-6811-4ccc-9b0f-7e1f1f54c55b" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115631Z:8bb936de-6811-4ccc-9b0f-7e1f1f54c55b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 11:56:30 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd09EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -777,22 +663,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11966" ], "x-ms-request-id": [ - "f05d02d6-bc22-4309-b117-3bd818a5ed75" + "d0449543-84df-4c8f-bd32-b730ba26cfde" ], "x-ms-correlation-request-id": [ - "f05d02d6-bc22-4309-b117-3bd818a5ed75" + "d0449543-84df-4c8f-bd32-b730ba26cfde" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115646Z:f05d02d6-bc22-4309-b117-3bd818a5ed75" + "JIOINDIACENTRAL:20221212T085246Z:d0449543-84df-4c8f-bd32-b730ba26cfde" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -801,7 +687,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:56:46 GMT" + "Mon, 12 Dec 2022 08:52:46 GMT" ], "Expires": [ "-1" @@ -814,75 +700,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd09EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM05qUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "973401cc-2e41-43b5-abe7-6281034ed861" - ], - "x-ms-correlation-request-id": [ - "973401cc-2e41-43b5-abe7-6281034ed861" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115702Z:973401cc-2e41-43b5-abe7-6281034ed861" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 11:57:01 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd09EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -891,22 +720,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11965" ], "x-ms-request-id": [ - "39f2f25f-caa1-4d00-8259-c9f9f896d1e9" + "e3e1f044-ab01-4c06-8eb3-f6136515df04" ], "x-ms-correlation-request-id": [ - "39f2f25f-caa1-4d00-8259-c9f9f896d1e9" + "e3e1f044-ab01-4c06-8eb3-f6136515df04" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115718Z:39f2f25f-caa1-4d00-8259-c9f9f896d1e9" + "JIOINDIACENTRAL:20221212T085301Z:e3e1f044-ab01-4c06-8eb3-f6136515df04" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -915,7 +744,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:57:18 GMT" + "Mon, 12 Dec 2022 08:53:01 GMT" ], "Expires": [ "-1" @@ -928,75 +757,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd09EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM05qUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-request-id": [ - "b97789ee-5e7f-4139-ab68-5d244d5573ec" - ], - "x-ms-correlation-request-id": [ - "b97789ee-5e7f-4139-ab68-5d244d5573ec" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115733Z:b97789ee-5e7f-4139-ab68-5d244d5573ec" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 11:57:33 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd09EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1005,22 +777,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11964" ], "x-ms-request-id": [ - "f0e7ec75-5bcf-4999-9630-e7222d6478ca" + "2efd692a-858d-42f4-bade-dbf4577c5662" ], "x-ms-correlation-request-id": [ - "f0e7ec75-5bcf-4999-9630-e7222d6478ca" + "2efd692a-858d-42f4-bade-dbf4577c5662" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115749Z:f0e7ec75-5bcf-4999-9630-e7222d6478ca" + "JIOINDIACENTRAL:20221212T085317Z:2efd692a-858d-42f4-bade-dbf4577c5662" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1029,7 +801,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:57:48 GMT" + "Mon, 12 Dec 2022 08:53:16 GMT" ], "Expires": [ "-1" @@ -1042,75 +814,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd09EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM05qUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-request-id": [ - "a3dff92f-8d2a-4c44-a7d4-bb81d1e5400a" - ], - "x-ms-correlation-request-id": [ - "a3dff92f-8d2a-4c44-a7d4-bb81d1e5400a" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115804Z:a3dff92f-8d2a-4c44-a7d4-bb81d1e5400a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 11:58:04 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd09EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1118,23 +833,17 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11963" ], "x-ms-request-id": [ - "3540944b-0a38-4645-85cc-73f2a56b5928" + "98d9ea4a-0505-4a56-854c-3df10264a1a0" ], "x-ms-correlation-request-id": [ - "3540944b-0a38-4645-85cc-73f2a56b5928" + "98d9ea4a-0505-4a56-854c-3df10264a1a0" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115820Z:3540944b-0a38-4645-85cc-73f2a56b5928" + "JIOINDIACENTRAL:20221212T085332Z:98d9ea4a-0505-4a56-854c-3df10264a1a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1143,115 +852,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:58:19 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd09EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-request-id": [ - "ed42954d-6eea-4d3b-a538-76d4894c3950" - ], - "x-ms-correlation-request-id": [ - "ed42954d-6eea-4d3b-a538-76d4894c3950" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115836Z:ed42954d-6eea-4d3b-a538-76d4894c3950" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 11:58:36 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd09EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "x-ms-request-id": [ - "747f7385-e6b1-41f8-a03d-1bad50823342" - ], - "x-ms-correlation-request-id": [ - "747f7385-e6b1-41f8-a03d-1bad50823342" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115851Z:747f7385-e6b1-41f8-a03d-1bad50823342" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 11:58:51 GMT" + "Mon, 12 Dec 2022 08:53:32 GMT" ], "Expires": [ "-1" @@ -1264,18 +865,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd09EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM05qUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1284,16 +885,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11962" ], "x-ms-request-id": [ - "bb388164-0c21-4b37-90f2-576e3617458b" + "c7444987-001a-4a41-b743-14fd290b5ffe" ], "x-ms-correlation-request-id": [ - "bb388164-0c21-4b37-90f2-576e3617458b" + "c7444987-001a-4a41-b743-14fd290b5ffe" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115852Z:bb388164-0c21-4b37-90f2-576e3617458b" + "JIOINDIACENTRAL:20221212T085333Z:c7444987-001a-4a41-b743-14fd290b5ffe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1302,7 +903,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:58:51 GMT" + "Mon, 12 Dec 2022 08:53:33 GMT" ], "Expires": [ "-1" @@ -1317,13 +918,13 @@ ], "Names": { "Test-DisableEndpoint": [ - "ps3062", - "ps1334", - "ps6086", - "ps8791" + "ps2181", + "ps6282", + "ps5764", + "ps9368" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestDisableEndpointUsingPiping.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestDisableEndpointUsingPiping.json index c0be83e10669..b55ac0ce2670 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestDisableEndpointUsingPiping.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestDisableEndpointUsingPiping.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps2972?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzMjk3Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps2284?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMjI4ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5217e3d5-554b-4862-83b7-ab7c18098f95" + "ac41a331-381d-4616-baae-0de9d3ff2365" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -36,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "7460fab9-f10c-4eb6-9aaa-ea4d1524d3ab" + "2dc1a176-9de2-45ab-ad04-3dfd60478948" ], "x-ms-correlation-request-id": [ - "7460fab9-f10c-4eb6-9aaa-ea4d1524d3ab" + "2dc1a176-9de2-45ab-ad04-3dfd60478948" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090637Z:7460fab9-f10c-4eb6-9aaa-ea4d1524d3ab" + "JIOINDIACENTRAL:20221212T082738Z:2dc1a176-9de2-45ab-ad04-3dfd60478948" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:06:36 GMT" + "Mon, 12 Dec 2022 08:27:37 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2972\",\r\n \"name\": \"ps2972\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2284\",\r\n \"name\": \"ps2284\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2972/providers/Microsoft.Network/trafficmanagerprofiles/ps7293?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjk3Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcyOTM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2284/providers/Microsoft.Network/trafficmanagerprofiles/ps5614?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjI4NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU2MTQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a2a7c8a1-8b88-44c8-8655-c18468e62d22" + "28ec577e-119f-4600-a61a-beb70a32004f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "f938281e-15f8-43ff-afd9-f950f6b9be0c" + "d6b5a1ae-2c9c-4d57-85c1-dd230b03c222" ], "x-ms-correlation-request-id": [ - "f938281e-15f8-43ff-afd9-f950f6b9be0c" + "d6b5a1ae-2c9c-4d57-85c1-dd230b03c222" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090638Z:f938281e-15f8-43ff-afd9-f950f6b9be0c" + "JIOINDIACENTRAL:20221212T082739Z:d6b5a1ae-2c9c-4d57-85c1-dd230b03c222" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:06:37 GMT" + "Mon, 12 Dec 2022 08:27:38 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,34 +123,34 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps7293' under resource group 'ps2972' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps5614' under resource group 'ps2284' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2972/providers/Microsoft.Network/trafficmanagerprofiles/ps7293?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjk3Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcyOTM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2284/providers/Microsoft.Network/trafficmanagerprofiles/ps5614?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjI4NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU2MTQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps316\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps7293\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a2a7c8a1-8b88-44c8-8655-c18468e62d22" + "28ec577e-119f-4600-a61a-beb70a32004f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "333" + "334" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5778\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps5614\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a2a7c8a1-8b88-44c8-8655-c18468e62d22" + "28ec577e-119f-4600-a61a-beb70a32004f" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,46 +174,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "3c8d02cf-84b7-4f1e-9cd7-6312a9853c86" + "b82608ed-feaa-41fd-b508-885d69e2b5fb" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090647Z:3c8d02cf-84b7-4f1e-9cd7-6312a9853c86" + "JIOINDIACENTRAL:20221212T082746Z:b82608ed-feaa-41fd-b508-885d69e2b5fb" ], "Date": [ - "Thu, 20 Jan 2022 09:06:46 GMT" + "Mon, 12 Dec 2022 08:27:46 GMT" ], "Content-Length": [ - "642" + "644" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2972/providers/Microsoft.Network/trafficManagerProfiles/ps7293\",\r\n \"name\": \"ps7293\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps316\",\r\n \"fqdn\": \"ps316.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2284/providers/Microsoft.Network/trafficManagerProfiles/ps5614\",\r\n \"name\": \"ps5614\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5778\",\r\n \"fqdn\": \"ps5778.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2972/providers/Microsoft.Network/trafficmanagerprofiles/ps7293/ExternalEndpoints/ps5290?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjk3Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcyOTMvRXh0ZXJuYWxFbmRwb2ludHMvcHM1MjkwP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2284/providers/Microsoft.Network/trafficmanagerprofiles/ps5614/ExternalEndpoints/ps5333?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjI4NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU2MTQvRXh0ZXJuYWxFbmRwb2ludHMvcHM1MzMzP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b3b840f-ae3a-4405-9556-4a0841943b4d" + "6beff99a-eab8-4827-936c-959174d08620" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4b3b840f-ae3a-4405-9556-4a0841943b4d" + "6beff99a-eab8-4827-936c-959174d08620" ], "Server": [ "Microsoft-IIS/10.0" @@ -236,17 +236,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "248" ], "x-ms-correlation-request-id": [ - "5a8d5d20-1bd0-4938-8827-5f6faae652a0" + "792d0ac3-9e7f-4eaf-9cdd-98a1fa5c77e7" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090647Z:5a8d5d20-1bd0-4938-8827-5f6faae652a0" + "JIOINDIACENTRAL:20221212T082748Z:792d0ac3-9e7f-4eaf-9cdd-98a1fa5c77e7" ], "Date": [ - "Thu, 20 Jan 2022 09:06:46 GMT" + "Mon, 12 Dec 2022 08:27:48 GMT" ], "Content-Length": [ "121" @@ -255,28 +255,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps5290' of type 'externalendpoints' does not exist in the profile 'ps7293'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps5333' of type 'externalendpoints' does not exist in the profile 'ps5614'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2972/providers/Microsoft.Network/trafficmanagerprofiles/ps7293/ExternalEndpoints/ps5290?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjk3Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcyOTMvRXh0ZXJuYWxFbmRwb2ludHMvcHM1MjkwP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2284/providers/Microsoft.Network/trafficmanagerprofiles/ps5614/ExternalEndpoints/ps5333?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjI4NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU2MTQvRXh0ZXJuYWxFbmRwb2ludHMvcHM1MzMzP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "40959f17-ddd2-49c9-b814-32e446d1d0ff" + "581025a4-8835-46b4-885d-aa31f0fc9d9d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -288,7 +288,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "40959f17-ddd2-49c9-b814-32e446d1d0ff" + "581025a4-8835-46b4-885d-aa31f0fc9d9d" ], "Server": [ "Microsoft-IIS/10.0" @@ -299,47 +299,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "248" ], "x-ms-correlation-request-id": [ - "2017825a-51fd-45fc-9f93-f2d06827c018" + "555c9262-d672-4535-8f67-c47b5b77a483" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090651Z:2017825a-51fd-45fc-9f93-f2d06827c018" + "JIOINDIACENTRAL:20221212T082751Z:555c9262-d672-4535-8f67-c47b5b77a483" ], "Date": [ - "Thu, 20 Jan 2022 09:06:51 GMT" + "Mon, 12 Dec 2022 08:27:51 GMT" ], "Content-Length": [ - "538" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2972/providers/Microsoft.Network/trafficManagerProfiles/ps7293/externalEndpoints/ps5290\",\r\n \"name\": \"ps5290\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2284/providers/Microsoft.Network/trafficManagerProfiles/ps5614/externalEndpoints/ps5333\",\r\n \"name\": \"ps5333\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2972/providers/Microsoft.Network/trafficmanagerprofiles/ps7293/ExternalEndpoints/ps5290?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjk3Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcyOTMvRXh0ZXJuYWxFbmRwb2ludHMvcHM1MjkwP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2284/providers/Microsoft.Network/trafficmanagerprofiles/ps5614/ExternalEndpoints/ps5333?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjI4NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU2MTQvRXh0ZXJuYWxFbmRwb2ludHMvcHM1MzMzP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a865ad29-8cfa-4291-8da5-496724e40e18" + "ed6c2197-e447-4dd1-915c-4a89e2201dde" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -351,7 +351,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a865ad29-8cfa-4291-8da5-496724e40e18" + "ed6c2197-e447-4dd1-915c-4a89e2201dde" ], "Server": [ "Microsoft-IIS/10.0" @@ -362,45 +362,44 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "247" ], "x-ms-correlation-request-id": [ - "a2902140-0b7a-4136-bd4e-59a6c07b3c9b" + "c4cde377-f878-413d-856f-86f1af1363bc" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090654Z:a2902140-0b7a-4136-bd4e-59a6c07b3c9b" + "JIOINDIACENTRAL:20221212T082754Z:c4cde377-f878-413d-856f-86f1af1363bc" ], "Date": [ - "Thu, 20 Jan 2022 09:06:54 GMT" + "Mon, 12 Dec 2022 08:27:53 GMT" ], "Content-Length": [ - "531" + "556" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2972/providers/Microsoft.Network/trafficManagerProfiles/ps7293/externalEndpoints/ps5290\",\r\n \"name\": \"ps5290\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2284/providers/Microsoft.Network/trafficManagerProfiles/ps5614/externalEndpoints/ps5333\",\r\n \"name\": \"ps5333\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2972/providers/Microsoft.Network/trafficmanagerprofiles/ps7293/ExternalEndpoints/ps5290?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjk3Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcyOTMvRXh0ZXJuYWxFbmRwb2ludHMvcHM1MjkwP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2284/providers/Microsoft.Network/trafficmanagerprofiles/ps5614/ExternalEndpoints/ps5333?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjI4NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU2MTQvRXh0ZXJuYWxFbmRwb2ludHMvcHM1MzMzP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps5290\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4b3b840f-ae3a-4405-9556-4a0841943b4d" + "6beff99a-eab8-4827-936c-959174d08620" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -409,6 +408,7 @@ "230" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps5333\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -420,7 +420,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4b3b840f-ae3a-4405-9556-4a0841943b4d" + "6beff99a-eab8-4827-936c-959174d08620" ], "Server": [ "Microsoft-IIS/10.0" @@ -431,45 +431,44 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "6c715a5d-3d91-4c3f-ac6b-28aba03ca6b0" + "47518063-00cc-4b2a-9f96-85fd56178c9d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090648Z:6c715a5d-3d91-4c3f-ac6b-28aba03ca6b0" + "JIOINDIACENTRAL:20221212T082750Z:47518063-00cc-4b2a-9f96-85fd56178c9d" ], "Date": [ - "Thu, 20 Jan 2022 09:06:48 GMT" + "Mon, 12 Dec 2022 08:27:50 GMT" ], "Content-Length": [ - "538" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2972/providers/Microsoft.Network/trafficManagerProfiles/ps7293/externalEndpoints/ps5290\",\r\n \"name\": \"ps5290\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2284/providers/Microsoft.Network/trafficManagerProfiles/ps5614/externalEndpoints/ps5333\",\r\n \"name\": \"ps5333\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2972/providers/Microsoft.Network/trafficmanagerprofiles/ps7293/ExternalEndpoints/ps5290?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjk3Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcyOTMvRXh0ZXJuYWxFbmRwb2ludHMvcHM1MjkwP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2284/providers/Microsoft.Network/trafficmanagerprofiles/ps5614/ExternalEndpoints/ps5333?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjI4NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU2MTQvRXh0ZXJuYWxFbmRwb2ludHMvcHM1MzMzP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\"\r\n },\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2972/providers/Microsoft.Network/trafficManagerProfiles/ps7293/externalEndpoints/ps5290\",\r\n \"name\": \"ps5290\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "37fb5594-f6e5-4ec9-8067-fc9e8112e84a" + "06122dcc-6824-451f-aa87-cc678d2f0887" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -478,6 +477,7 @@ "325" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\"\r\n },\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2284/providers/Microsoft.Network/trafficManagerProfiles/ps5614/externalEndpoints/ps5333\",\r\n \"name\": \"ps5333\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -489,10 +489,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "37fb5594-f6e5-4ec9-8067-fc9e8112e84a" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "06122dcc-6824-451f-aa87-cc678d2f0887" ], "Server": [ "Microsoft-IIS/10.0" @@ -503,44 +500,47 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" + ], "x-ms-correlation-request-id": [ - "686b6837-338f-423a-9068-e9ca0aea8e9d" + "00984e7d-8ea7-43ac-8684-aeec32a3c2c8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090652Z:686b6837-338f-423a-9068-e9ca0aea8e9d" + "JIOINDIACENTRAL:20221212T082753Z:00984e7d-8ea7-43ac-8684-aeec32a3c2c8" ], "Date": [ - "Thu, 20 Jan 2022 09:06:52 GMT" + "Mon, 12 Dec 2022 08:27:53 GMT" ], "Content-Length": [ - "531" + "556" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2972/providers/Microsoft.Network/trafficManagerProfiles/ps7293/externalEndpoints/ps5290\",\r\n \"name\": \"ps5290\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2284/providers/Microsoft.Network/trafficManagerProfiles/ps5614/externalEndpoints/ps5333\",\r\n \"name\": \"ps5333\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps2972?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzMjk3Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps2284?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMjI4ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88f44f8d-ff74-4afd-9912-f799060e443c" + "6f98bbc1-8f1e-4c48-ab4d-4a381b2e1164" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -549,22 +549,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14996" ], "x-ms-request-id": [ - "32c47a2c-0687-42e7-b33f-69d5924033e6" + "2e87a715-5d2a-4e63-b3bc-4e55f2a8fd7a" ], "x-ms-correlation-request-id": [ - "32c47a2c-0687-42e7-b33f-69d5924033e6" + "2e87a715-5d2a-4e63-b3bc-4e55f2a8fd7a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090658Z:32c47a2c-0687-42e7-b33f-69d5924033e6" + "JIOINDIACENTRAL:20221212T082757Z:2e87a715-5d2a-4e63-b3bc-4e55f2a8fd7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -573,7 +573,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:06:57 GMT" + "Mon, 12 Dec 2022 08:27:57 GMT" ], "Expires": [ "-1" @@ -586,75 +586,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeU9EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "f3b56c3d-53f5-4b26-8783-ff085becbb0a" - ], - "x-ms-correlation-request-id": [ - "f3b56c3d-53f5-4b26-8783-ff085becbb0a" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090713Z:f3b56c3d-53f5-4b26-8783-ff085becbb0a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:07:12 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -663,22 +606,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11993" ], "x-ms-request-id": [ - "580a0c01-1be3-4145-963a-b6310caff175" + "9cff81e0-8d22-4098-b3fc-a0c17069a15f" ], "x-ms-correlation-request-id": [ - "580a0c01-1be3-4145-963a-b6310caff175" + "9cff81e0-8d22-4098-b3fc-a0c17069a15f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090729Z:580a0c01-1be3-4145-963a-b6310caff175" + "JIOINDIACENTRAL:20221212T082812Z:9cff81e0-8d22-4098-b3fc-a0c17069a15f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -687,7 +630,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:07:29 GMT" + "Mon, 12 Dec 2022 08:28:12 GMT" ], "Expires": [ "-1" @@ -700,75 +643,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeU9EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "f6db1e5a-90cb-4c7b-93b1-35cf89387bb4" - ], - "x-ms-correlation-request-id": [ - "f6db1e5a-90cb-4c7b-93b1-35cf89387bb4" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090744Z:f6db1e5a-90cb-4c7b-93b1-35cf89387bb4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:07:44 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -777,22 +663,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "67f41949-fa17-46c5-a03b-8b0db887a9bd" + "0f8dad6c-f102-41dd-80b6-7275234d6562" ], "x-ms-correlation-request-id": [ - "67f41949-fa17-46c5-a03b-8b0db887a9bd" + "0f8dad6c-f102-41dd-80b6-7275234d6562" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090800Z:67f41949-fa17-46c5-a03b-8b0db887a9bd" + "JIOINDIACENTRAL:20221212T082828Z:0f8dad6c-f102-41dd-80b6-7275234d6562" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -801,7 +687,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:07:59 GMT" + "Mon, 12 Dec 2022 08:28:27 GMT" ], "Expires": [ "-1" @@ -814,75 +700,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeU9EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "864c9ca5-b9ab-430f-9720-8ad63eb848cb" - ], - "x-ms-correlation-request-id": [ - "864c9ca5-b9ab-430f-9720-8ad63eb848cb" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090815Z:864c9ca5-b9ab-430f-9720-8ad63eb848cb" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:08:15 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -891,22 +720,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11991" ], "x-ms-request-id": [ - "934a45e1-4602-45b6-b131-64016163caed" + "fb4b799c-8a00-448e-8d2d-56bd364e88c8" ], "x-ms-correlation-request-id": [ - "934a45e1-4602-45b6-b131-64016163caed" + "fb4b799c-8a00-448e-8d2d-56bd364e88c8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090831Z:934a45e1-4602-45b6-b131-64016163caed" + "JIOINDIACENTRAL:20221212T082843Z:fb4b799c-8a00-448e-8d2d-56bd364e88c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -915,7 +744,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:08:30 GMT" + "Mon, 12 Dec 2022 08:28:43 GMT" ], "Expires": [ "-1" @@ -928,18 +757,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeU9EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -948,22 +777,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11990" ], "x-ms-request-id": [ - "a375b8fc-bb5f-4e90-b1a8-32b5dac5c10e" + "c5a913d7-8b5a-4900-afa2-40df715a86d8" ], "x-ms-correlation-request-id": [ - "a375b8fc-bb5f-4e90-b1a8-32b5dac5c10e" + "c5a913d7-8b5a-4900-afa2-40df715a86d8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090847Z:a375b8fc-bb5f-4e90-b1a8-32b5dac5c10e" + "JIOINDIACENTRAL:20221212T082859Z:c5a913d7-8b5a-4900-afa2-40df715a86d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -972,7 +801,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:08:46 GMT" + "Mon, 12 Dec 2022 08:28:58 GMT" ], "Expires": [ "-1" @@ -985,18 +814,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeU9EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1005,22 +834,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11989" ], "x-ms-request-id": [ - "ec20d4a5-8076-4250-b02e-40177cfcc1e0" + "eeba8f75-efbd-4481-b762-0cd00957e0ff" ], "x-ms-correlation-request-id": [ - "ec20d4a5-8076-4250-b02e-40177cfcc1e0" + "eeba8f75-efbd-4481-b762-0cd00957e0ff" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090902Z:ec20d4a5-8076-4250-b02e-40177cfcc1e0" + "JIOINDIACENTRAL:20221212T082914Z:eeba8f75-efbd-4481-b762-0cd00957e0ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1029,7 +858,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:09:02 GMT" + "Mon, 12 Dec 2022 08:29:14 GMT" ], "Expires": [ "-1" @@ -1042,18 +871,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeU9EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1062,22 +891,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11988" ], "x-ms-request-id": [ - "cbfb2788-2a61-47a8-b610-b59e467f9b6a" + "9f21486b-72d1-4c4f-ba65-9cbc3e30aa0d" ], "x-ms-correlation-request-id": [ - "cbfb2788-2a61-47a8-b610-b59e467f9b6a" + "9f21486b-72d1-4c4f-ba65-9cbc3e30aa0d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090917Z:cbfb2788-2a61-47a8-b610-b59e467f9b6a" + "JIOINDIACENTRAL:20221212T082930Z:9f21486b-72d1-4c4f-ba65-9cbc3e30aa0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1086,7 +915,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:09:17 GMT" + "Mon, 12 Dec 2022 08:29:29 GMT" ], "Expires": [ "-1" @@ -1099,18 +928,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeU9EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1119,22 +948,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11987" ], "x-ms-request-id": [ - "070afc7f-31c3-4fa2-97ed-085f74dcb3c1" + "874e7797-970b-4e4c-ac00-f9106a659a4d" ], "x-ms-correlation-request-id": [ - "070afc7f-31c3-4fa2-97ed-085f74dcb3c1" + "874e7797-970b-4e4c-ac00-f9106a659a4d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090933Z:070afc7f-31c3-4fa2-97ed-085f74dcb3c1" + "JIOINDIACENTRAL:20221212T082945Z:874e7797-970b-4e4c-ac00-f9106a659a4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1143,7 +972,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:09:32 GMT" + "Mon, 12 Dec 2022 08:29:45 GMT" ], "Expires": [ "-1" @@ -1156,18 +985,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeU9EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1176,22 +1005,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11986" ], "x-ms-request-id": [ - "6354c658-7437-441a-807d-866f482e9e87" + "db0ead99-b6f3-4848-bdbd-f695b60fd293" ], "x-ms-correlation-request-id": [ - "6354c658-7437-441a-807d-866f482e9e87" + "db0ead99-b6f3-4848-bdbd-f695b60fd293" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090949Z:6354c658-7437-441a-807d-866f482e9e87" + "JIOINDIACENTRAL:20221212T083001Z:db0ead99-b6f3-4848-bdbd-f695b60fd293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1200,7 +1029,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:09:48 GMT" + "Mon, 12 Dec 2022 08:30:01 GMT" ], "Expires": [ "-1" @@ -1213,18 +1042,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeU9EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1233,16 +1062,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11985" ], "x-ms-request-id": [ - "f875ad76-5447-463c-80e4-b9b6e93bc6a7" + "9b31959c-2ef4-4e1d-bf69-df3273fb7930" ], "x-ms-correlation-request-id": [ - "f875ad76-5447-463c-80e4-b9b6e93bc6a7" + "9b31959c-2ef4-4e1d-bf69-df3273fb7930" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091004Z:f875ad76-5447-463c-80e4-b9b6e93bc6a7" + "JIOINDIACENTRAL:20221212T083016Z:9b31959c-2ef4-4e1d-bf69-df3273fb7930" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1251,7 +1080,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:10:04 GMT" + "Mon, 12 Dec 2022 08:30:16 GMT" ], "Expires": [ "-1" @@ -1264,18 +1093,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeU9EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1284,16 +1113,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11984" ], "x-ms-request-id": [ - "51cd1832-f4f0-42a0-b973-af52a0cb33f4" + "582a046e-da54-4ebf-83c2-bb2b260d910d" ], "x-ms-correlation-request-id": [ - "51cd1832-f4f0-42a0-b973-af52a0cb33f4" + "582a046e-da54-4ebf-83c2-bb2b260d910d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091005Z:51cd1832-f4f0-42a0-b973-af52a0cb33f4" + "JIOINDIACENTRAL:20221212T083017Z:582a046e-da54-4ebf-83c2-bb2b260d910d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1302,7 +1131,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:10:05 GMT" + "Mon, 12 Dec 2022 08:30:17 GMT" ], "Expires": [ "-1" @@ -1317,13 +1146,13 @@ ], "Names": { "Test-DisableEndpointUsingPiping": [ - "ps5290", - "ps7293", - "ps2972", - "ps316" + "ps5333", + "ps5614", + "ps2284", + "ps5778" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestDisableNonExistingEndpoint.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestDisableNonExistingEndpoint.json index a13492c89112..3dde77a5aa28 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestDisableNonExistingEndpoint.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestDisableNonExistingEndpoint.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps7589?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzU4OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps1989?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMTk4OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "946155f7-ab17-4cc8-abd6-35efae05dd62" + "de3c4f11-e854-4d63-a606-df2f060ee27c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "ae7f7100-d0e6-4a17-99c0-f4e6ad5cce36" + "57de663e-f612-4e9a-a183-fe55221b15e7" ], "x-ms-correlation-request-id": [ - "ae7f7100-d0e6-4a17-99c0-f4e6ad5cce36" + "57de663e-f612-4e9a-a183-fe55221b15e7" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085554Z:ae7f7100-d0e6-4a17-99c0-f4e6ad5cce36" + "CENTRALINDIA:20221212T082012Z:57de663e-f612-4e9a-a183-fe55221b15e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:55:54 GMT" + "Mon, 12 Dec 2022 08:20:11 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7589\",\r\n \"name\": \"ps7589\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1989\",\r\n \"name\": \"ps1989\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7589/providers/Microsoft.Network/trafficmanagerprofiles/ps608?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzU4OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYwOD9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1989/providers/Microsoft.Network/trafficmanagerprofiles/ps7231?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTk4OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcyMzE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13026732-ae64-49a9-9a67-ea90741155da" + "63c68bda-304b-49af-bdce-66dadcd387c9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "552845ae-c8e9-4ce9-aaf8-e3c5472db8b8" + "b192c3c1-5a7d-4655-ab82-8ef69f5bb2da" ], "x-ms-correlation-request-id": [ - "552845ae-c8e9-4ce9-aaf8-e3c5472db8b8" + "b192c3c1-5a7d-4655-ab82-8ef69f5bb2da" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085555Z:552845ae-c8e9-4ce9-aaf8-e3c5472db8b8" + "CENTRALINDIA:20221212T082013Z:b192c3c1-5a7d-4655-ab82-8ef69f5bb2da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:55:55 GMT" + "Mon, 12 Dec 2022 08:20:12 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,37 +120,37 @@ "-1" ], "Content-Length": [ - "224" + "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps608' under resource group 'ps7589' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps7231' under resource group 'ps1989' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7589/providers/Microsoft.Network/trafficmanagerprofiles/ps608?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzU4OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYwOD9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1989/providers/Microsoft.Network/trafficmanagerprofiles/ps7231?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTk4OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcyMzE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4751\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps608\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "13026732-ae64-49a9-9a67-ea90741155da" + "63c68bda-304b-49af-bdce-66dadcd387c9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "336" + "337" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps6221\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps7231\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "13026732-ae64-49a9-9a67-ea90741155da" + "63c68bda-304b-49af-bdce-66dadcd387c9" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,46 +174,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "dfaaa460-ccae-4292-9cb2-6b7dd4f3b895" + "ac18e0bf-9926-4093-a54a-a5f6155ddd5a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085603Z:dfaaa460-ccae-4292-9cb2-6b7dd4f3b895" + "CENTRALINDIA:20221212T082020Z:ac18e0bf-9926-4093-a54a-a5f6155ddd5a" ], "Date": [ - "Thu, 20 Jan 2022 08:56:03 GMT" + "Mon, 12 Dec 2022 08:20:20 GMT" ], "Content-Length": [ - "645" + "647" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7589/providers/Microsoft.Network/trafficManagerProfiles/ps608\",\r\n \"name\": \"ps608\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4751\",\r\n \"fqdn\": \"ps4751.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1989/providers/Microsoft.Network/trafficManagerProfiles/ps7231\",\r\n \"name\": \"ps7231\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps6221\",\r\n \"fqdn\": \"ps6221.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps7589?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzU4OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps1989?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMTk4OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bcf018e1-9a28-4f28-af91-debb1fced7e0" + "8a67a282-8882-4567-8d66-0279e9b691d8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -222,22 +222,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14999" ], "x-ms-request-id": [ - "198d1ade-ec12-48e0-b6ad-0f8d24ea37be" + "1356d958-4c09-4b85-a996-68518afacc7c" ], "x-ms-correlation-request-id": [ - "198d1ade-ec12-48e0-b6ad-0f8d24ea37be" + "1356d958-4c09-4b85-a996-68518afacc7c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085604Z:198d1ade-ec12-48e0-b6ad-0f8d24ea37be" + "CENTRALINDIA:20221212T082029Z:1356d958-4c09-4b85-a996-68518afacc7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,7 +246,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:56:04 GMT" + "Mon, 12 Dec 2022 08:20:29 GMT" ], "Expires": [ "-1" @@ -259,75 +259,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], - "x-ms-request-id": [ - "fa4533e1-d31e-46bc-ae18-f455519e9c98" - ], - "x-ms-correlation-request-id": [ - "fa4533e1-d31e-46bc-ae18-f455519e9c98" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085620Z:fa4533e1-d31e-46bc-ae18-f455519e9c98" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 08:56:19 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -336,22 +279,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11999" ], "x-ms-request-id": [ - "cd9cde76-ce4e-4f87-b14e-d6551d96b31e" + "31890ac1-fe70-4331-aa4f-e99c5ce53cf3" ], "x-ms-correlation-request-id": [ - "cd9cde76-ce4e-4f87-b14e-d6551d96b31e" + "31890ac1-fe70-4331-aa4f-e99c5ce53cf3" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085635Z:cd9cde76-ce4e-4f87-b14e-d6551d96b31e" + "CENTRALINDIA:20221212T082045Z:31890ac1-fe70-4331-aa4f-e99c5ce53cf3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -360,7 +303,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:56:34 GMT" + "Mon, 12 Dec 2022 08:20:45 GMT" ], "Expires": [ "-1" @@ -373,75 +316,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], - "x-ms-request-id": [ - "15f1927b-a2f0-4f18-8939-02b3d8cca981" - ], - "x-ms-correlation-request-id": [ - "15f1927b-a2f0-4f18-8939-02b3d8cca981" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085651Z:15f1927b-a2f0-4f18-8939-02b3d8cca981" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 08:56:50 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -450,22 +336,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11998" ], "x-ms-request-id": [ - "71501cdf-4103-4ac8-b18d-207ab0a26575" + "47827cd2-c0ea-462f-96fd-831978613fe5" ], "x-ms-correlation-request-id": [ - "71501cdf-4103-4ac8-b18d-207ab0a26575" + "47827cd2-c0ea-462f-96fd-831978613fe5" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085706Z:71501cdf-4103-4ac8-b18d-207ab0a26575" + "CENTRALINDIA:20221212T082100Z:47827cd2-c0ea-462f-96fd-831978613fe5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -474,7 +360,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:57:06 GMT" + "Mon, 12 Dec 2022 08:21:00 GMT" ], "Expires": [ "-1" @@ -487,75 +373,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" - ], - "x-ms-request-id": [ - "8bafb20e-03d1-484e-854d-baccfaf0f318" - ], - "x-ms-correlation-request-id": [ - "8bafb20e-03d1-484e-854d-baccfaf0f318" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085722Z:8bafb20e-03d1-484e-854d-baccfaf0f318" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 08:57:22 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -564,22 +393,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11997" ], "x-ms-request-id": [ - "94db25a3-7bed-46a3-b317-7420c9b4c1f3" + "55387b67-1c15-46c8-8483-175612eff012" ], "x-ms-correlation-request-id": [ - "94db25a3-7bed-46a3-b317-7420c9b4c1f3" + "55387b67-1c15-46c8-8483-175612eff012" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085738Z:94db25a3-7bed-46a3-b317-7420c9b4c1f3" + "CENTRALINDIA:20221212T082116Z:55387b67-1c15-46c8-8483-175612eff012" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -588,7 +417,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:57:37 GMT" + "Mon, 12 Dec 2022 08:21:16 GMT" ], "Expires": [ "-1" @@ -601,18 +430,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -621,22 +450,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11996" ], "x-ms-request-id": [ - "7502c2c2-3a2f-4ed5-85a8-94ac7b2b4775" + "c2c7e5ea-4b8c-4137-af21-d35159625e4e" ], "x-ms-correlation-request-id": [ - "7502c2c2-3a2f-4ed5-85a8-94ac7b2b4775" + "c2c7e5ea-4b8c-4137-af21-d35159625e4e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085753Z:7502c2c2-3a2f-4ed5-85a8-94ac7b2b4775" + "CENTRALINDIA:20221212T082131Z:c2c7e5ea-4b8c-4137-af21-d35159625e4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -645,7 +474,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:57:52 GMT" + "Mon, 12 Dec 2022 08:21:31 GMT" ], "Expires": [ "-1" @@ -658,18 +487,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -678,22 +507,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11995" ], "x-ms-request-id": [ - "b74bc3fe-2e9a-4fb5-9953-7de9a18f9343" + "bb79efba-1682-422c-91f1-301517b247df" ], "x-ms-correlation-request-id": [ - "b74bc3fe-2e9a-4fb5-9953-7de9a18f9343" + "bb79efba-1682-422c-91f1-301517b247df" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085809Z:b74bc3fe-2e9a-4fb5-9953-7de9a18f9343" + "CENTRALINDIA:20221212T082147Z:bb79efba-1682-422c-91f1-301517b247df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -702,7 +531,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:58:09 GMT" + "Mon, 12 Dec 2022 08:21:46 GMT" ], "Expires": [ "-1" @@ -715,18 +544,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -735,22 +564,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11994" ], "x-ms-request-id": [ - "eff25ff5-842b-45f9-8321-49416611567c" + "d1abaaf0-3751-43f1-bfbf-bf83c98a47ff" ], "x-ms-correlation-request-id": [ - "eff25ff5-842b-45f9-8321-49416611567c" + "d1abaaf0-3751-43f1-bfbf-bf83c98a47ff" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085824Z:eff25ff5-842b-45f9-8321-49416611567c" + "CENTRALINDIA:20221212T082202Z:d1abaaf0-3751-43f1-bfbf-bf83c98a47ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -759,7 +588,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:58:24 GMT" + "Mon, 12 Dec 2022 08:22:02 GMT" ], "Expires": [ "-1" @@ -772,18 +601,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -792,22 +621,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11993" ], "x-ms-request-id": [ - "1c651039-1a14-4f1c-a554-56896fca305d" + "cb8803fd-4e4c-4f27-9748-4f9e712b8bea" ], "x-ms-correlation-request-id": [ - "1c651039-1a14-4f1c-a554-56896fca305d" + "cb8803fd-4e4c-4f27-9748-4f9e712b8bea" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085840Z:1c651039-1a14-4f1c-a554-56896fca305d" + "CENTRALINDIA:20221212T082218Z:cb8803fd-4e4c-4f27-9748-4f9e712b8bea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -816,7 +645,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:58:39 GMT" + "Mon, 12 Dec 2022 08:22:17 GMT" ], "Expires": [ "-1" @@ -829,18 +658,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -849,22 +678,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11992" ], "x-ms-request-id": [ - "cd36064c-45d7-4458-bdee-f2e8c946cdb4" + "b230acc6-696b-47ed-823d-d98ad8b9d3b1" ], "x-ms-correlation-request-id": [ - "cd36064c-45d7-4458-bdee-f2e8c946cdb4" + "b230acc6-696b-47ed-823d-d98ad8b9d3b1" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085855Z:cd36064c-45d7-4458-bdee-f2e8c946cdb4" + "CENTRALINDIA:20221212T082233Z:b230acc6-696b-47ed-823d-d98ad8b9d3b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -873,7 +702,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:58:54 GMT" + "Mon, 12 Dec 2022 08:22:33 GMT" ], "Expires": [ "-1" @@ -886,18 +715,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -906,16 +735,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11991" ], "x-ms-request-id": [ - "a5845a19-dc46-4e06-afb3-c9d6009ad5f6" + "6afca491-4144-4c03-9414-64326fab0f24" ], "x-ms-correlation-request-id": [ - "a5845a19-dc46-4e06-afb3-c9d6009ad5f6" + "6afca491-4144-4c03-9414-64326fab0f24" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085911Z:a5845a19-dc46-4e06-afb3-c9d6009ad5f6" + "CENTRALINDIA:20221212T082249Z:6afca491-4144-4c03-9414-64326fab0f24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -924,7 +753,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:59:11 GMT" + "Mon, 12 Dec 2022 08:22:48 GMT" ], "Expires": [ "-1" @@ -937,18 +766,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5ODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -957,16 +786,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11990" ], "x-ms-request-id": [ - "4fdbee10-2c90-424f-a6df-e39d51dd7c61" + "6fbbc8ce-3968-4913-beb5-08106b6083c4" ], "x-ms-correlation-request-id": [ - "4fdbee10-2c90-424f-a6df-e39d51dd7c61" + "6fbbc8ce-3968-4913-beb5-08106b6083c4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085911Z:4fdbee10-2c90-424f-a6df-e39d51dd7c61" + "CENTRALINDIA:20221212T082249Z:6fbbc8ce-3968-4913-beb5-08106b6083c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -975,7 +804,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:59:11 GMT" + "Mon, 12 Dec 2022 08:22:48 GMT" ], "Expires": [ "-1" @@ -990,13 +819,13 @@ ], "Names": { "Test-DisableNonExistingEndpoint": [ - "ps1523", - "ps608", - "ps7589", - "ps4751" + "ps7014", + "ps7231", + "ps1989", + "ps6221" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEnableEndpoint.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEnableEndpoint.json index 8a24a78cd949..fc67ef2ab2ee 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEnableEndpoint.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEnableEndpoint.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps6246?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNjI0Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps7339?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNzMzOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "951df6e3-ff63-4f3d-9fe6-ea01a93b1b83" + "f893fdcf-ddaa-49f8-99aa-fe2ce5097d00" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-request-id": [ - "297de704-cd87-45c4-9b61-3a8c53f70b49" + "1e038e2c-9f8c-4b9a-8a9d-9736e3637b6a" ], "x-ms-correlation-request-id": [ - "297de704-cd87-45c4-9b61-3a8c53f70b49" + "1e038e2c-9f8c-4b9a-8a9d-9736e3637b6a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092701Z:297de704-cd87-45c4-9b61-3a8c53f70b49" + "JIOINDIACENTRAL:20221212T084425Z:1e038e2c-9f8c-4b9a-8a9d-9736e3637b6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:27:01 GMT" + "Mon, 12 Dec 2022 08:44:25 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6246\",\r\n \"name\": \"ps6246\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps7339\",\r\n \"name\": \"ps7339\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6246/providers/Microsoft.Network/trafficmanagerprofiles/ps6804?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4MDQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps7339/providers/Microsoft.Network/trafficmanagerprofiles/ps9717?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNzMzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MTc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b208267d-4526-4aeb-a286-6b70c544cd4c" + "b943544d-6729-4755-a8b8-20ce79617ec3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "aed9ac68-ec2e-4e5d-a2d3-43f858d44087" + "5019d3e0-6107-440f-8745-c4b1ecab9140" ], "x-ms-correlation-request-id": [ - "aed9ac68-ec2e-4e5d-a2d3-43f858d44087" + "5019d3e0-6107-440f-8745-c4b1ecab9140" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092703Z:aed9ac68-ec2e-4e5d-a2d3-43f858d44087" + "JIOINDIACENTRAL:20221212T084426Z:5019d3e0-6107-440f-8745-c4b1ecab9140" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:27:03 GMT" + "Mon, 12 Dec 2022 08:44:25 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,34 +123,34 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps6804' under resource group 'ps6246' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps9717' under resource group 'ps7339' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6246/providers/Microsoft.Network/trafficmanagerprofiles/ps6804?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4MDQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps7339/providers/Microsoft.Network/trafficmanagerprofiles/ps9717?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNzMzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MTc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps446\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps6804\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b208267d-4526-4aeb-a286-6b70c544cd4c" + "b943544d-6729-4755-a8b8-20ce79617ec3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "333" + "334" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps2303\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps9717\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b208267d-4526-4aeb-a286-6b70c544cd4c" + "b943544d-6729-4755-a8b8-20ce79617ec3" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,46 +174,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "4499" ], "x-ms-correlation-request-id": [ - "f0033c2b-a52b-4d17-8b3a-f762ad9bd394" + "2328aca3-3634-4dfa-b9d1-37592a0e5b32" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092711Z:f0033c2b-a52b-4d17-8b3a-f762ad9bd394" + "JIOINDIACENTRAL:20221212T084432Z:2328aca3-3634-4dfa-b9d1-37592a0e5b32" ], "Date": [ - "Thu, 20 Jan 2022 09:27:11 GMT" + "Mon, 12 Dec 2022 08:44:31 GMT" ], "Content-Length": [ - "642" + "644" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6246/providers/Microsoft.Network/trafficManagerProfiles/ps6804\",\r\n \"name\": \"ps6804\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps446\",\r\n \"fqdn\": \"ps446.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps7339/providers/Microsoft.Network/trafficManagerProfiles/ps9717\",\r\n \"name\": \"ps9717\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps2303\",\r\n \"fqdn\": \"ps2303.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6246/providers/Microsoft.Network/trafficmanagerprofiles/ps6804/ExternalEndpoints/ps5914?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4MDQvRXh0ZXJuYWxFbmRwb2ludHMvcHM1OTE0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps7339/providers/Microsoft.Network/trafficmanagerprofiles/ps9717/ExternalEndpoints/ps3633?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNzMzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MTcvRXh0ZXJuYWxFbmRwb2ludHMvcHMzNjMzP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "65718b18-3ce7-4435-a610-70fcd9853e8b" + "c4e1ff84-f112-46d7-b075-fcdc0c3c0fd4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "65718b18-3ce7-4435-a610-70fcd9853e8b" + "c4e1ff84-f112-46d7-b075-fcdc0c3c0fd4" ], "Server": [ "Microsoft-IIS/10.0" @@ -236,17 +236,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "bc780007-6cd0-4cf7-abb9-1902c8398530" + "06e449bf-5249-40bc-bd2c-6537c1bd7456" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092712Z:bc780007-6cd0-4cf7-abb9-1902c8398530" + "JIOINDIACENTRAL:20221212T084432Z:06e449bf-5249-40bc-bd2c-6537c1bd7456" ], "Date": [ - "Thu, 20 Jan 2022 09:27:12 GMT" + "Mon, 12 Dec 2022 08:44:31 GMT" ], "Content-Length": [ "121" @@ -255,28 +255,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps5914' of type 'externalendpoints' does not exist in the profile 'ps6804'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps3633' of type 'externalendpoints' does not exist in the profile 'ps9717'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6246/providers/Microsoft.Network/trafficmanagerprofiles/ps6804/ExternalEndpoints/ps5914?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4MDQvRXh0ZXJuYWxFbmRwb2ludHMvcHM1OTE0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps7339/providers/Microsoft.Network/trafficmanagerprofiles/ps9717/ExternalEndpoints/ps3633?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNzMzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MTcvRXh0ZXJuYWxFbmRwb2ludHMvcHMzNjMzP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2f11a1e9-d171-497c-933a-b4f84b392857" + "31bc4314-3f40-47b5-99a8-81686cebb6ff" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -288,7 +288,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2f11a1e9-d171-497c-933a-b4f84b392857" + "31bc4314-3f40-47b5-99a8-81686cebb6ff" ], "Server": [ "Microsoft-IIS/10.0" @@ -299,47 +299,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "248" ], "x-ms-correlation-request-id": [ - "b26b5d12-2611-48b0-a458-050ea7092747" + "eb70844e-df2a-4cd8-89a1-a6e0a48bad30" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092714Z:b26b5d12-2611-48b0-a458-050ea7092747" + "JIOINDIACENTRAL:20221212T084434Z:eb70844e-df2a-4cd8-89a1-a6e0a48bad30" ], "Date": [ - "Thu, 20 Jan 2022 09:27:14 GMT" + "Mon, 12 Dec 2022 08:44:34 GMT" ], "Content-Length": [ - "531" + "556" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6246/providers/Microsoft.Network/trafficManagerProfiles/ps6804/externalEndpoints/ps5914\",\r\n \"name\": \"ps5914\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps7339/providers/Microsoft.Network/trafficManagerProfiles/ps9717/externalEndpoints/ps3633\",\r\n \"name\": \"ps3633\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6246/providers/Microsoft.Network/trafficmanagerprofiles/ps6804/ExternalEndpoints/ps5914?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4MDQvRXh0ZXJuYWxFbmRwb2ludHMvcHM1OTE0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps7339/providers/Microsoft.Network/trafficmanagerprofiles/ps9717/ExternalEndpoints/ps3633?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNzMzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MTcvRXh0ZXJuYWxFbmRwb2ludHMvcHMzNjMzP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85e2264e-633b-4d7e-bead-39e4ffc438cb" + "04311a6a-7eeb-45f6-a24e-03a681414c62" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -351,7 +351,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "85e2264e-633b-4d7e-bead-39e4ffc438cb" + "04311a6a-7eeb-45f6-a24e-03a681414c62" ], "Server": [ "Microsoft-IIS/10.0" @@ -362,45 +362,44 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "248" ], "x-ms-correlation-request-id": [ - "012e62ef-bdab-4fef-95f1-7d379e6b9b85" + "2effa4d6-7190-40ad-9fca-612bdcdae926" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092716Z:012e62ef-bdab-4fef-95f1-7d379e6b9b85" + "JIOINDIACENTRAL:20221212T084439Z:2effa4d6-7190-40ad-9fca-612bdcdae926" ], "Date": [ - "Thu, 20 Jan 2022 09:27:16 GMT" + "Mon, 12 Dec 2022 08:44:38 GMT" ], "Content-Length": [ - "538" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6246/providers/Microsoft.Network/trafficManagerProfiles/ps6804/externalEndpoints/ps5914\",\r\n \"name\": \"ps5914\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps7339/providers/Microsoft.Network/trafficManagerProfiles/ps9717/externalEndpoints/ps3633\",\r\n \"name\": \"ps3633\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6246/providers/Microsoft.Network/trafficmanagerprofiles/ps6804/ExternalEndpoints/ps5914?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4MDQvRXh0ZXJuYWxFbmRwb2ludHMvcHM1OTE0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps7339/providers/Microsoft.Network/trafficmanagerprofiles/ps9717/ExternalEndpoints/ps3633?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNzMzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MTcvRXh0ZXJuYWxFbmRwb2ludHMvcHMzNjMzP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps5914\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "65718b18-3ce7-4435-a610-70fcd9853e8b" + "c4e1ff84-f112-46d7-b075-fcdc0c3c0fd4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -409,6 +408,7 @@ "231" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps3633\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -420,7 +420,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "65718b18-3ce7-4435-a610-70fcd9853e8b" + "c4e1ff84-f112-46d7-b075-fcdc0c3c0fd4" ], "Server": [ "Microsoft-IIS/10.0" @@ -431,45 +431,44 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "248" ], "x-ms-correlation-request-id": [ - "4c779be4-68e8-48d1-b9d0-c97c06af7596" + "a9efe320-dc56-4b22-a5ac-01cac2175c86" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092713Z:4c779be4-68e8-48d1-b9d0-c97c06af7596" + "JIOINDIACENTRAL:20221212T084434Z:a9efe320-dc56-4b22-a5ac-01cac2175c86" ], "Date": [ - "Thu, 20 Jan 2022 09:27:13 GMT" + "Mon, 12 Dec 2022 08:44:34 GMT" ], "Content-Length": [ - "531" + "556" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6246/providers/Microsoft.Network/trafficManagerProfiles/ps6804/externalEndpoints/ps5914\",\r\n \"name\": \"ps5914\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps7339/providers/Microsoft.Network/trafficManagerProfiles/ps9717/externalEndpoints/ps3633\",\r\n \"name\": \"ps3633\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6246/providers/Microsoft.Network/trafficmanagerprofiles/ps6804/ExternalEndpoints/ps5914?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4MDQvRXh0ZXJuYWxFbmRwb2ludHMvcHM1OTE0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps7339/providers/Microsoft.Network/trafficmanagerprofiles/ps9717/ExternalEndpoints/ps3633?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNzMzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MTcvRXh0ZXJuYWxFbmRwb2ludHMvcHMzNjMzP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\"\r\n },\r\n \"name\": \"ps5914\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3d68905a-dbe4-4fc3-a209-dfe7d5d10b29" + "c875e2cb-fdad-4a1c-81b9-129d834443cc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -478,6 +477,7 @@ "155" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\"\r\n },\r\n \"name\": \"ps3633\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -489,7 +489,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3d68905a-dbe4-4fc3-a209-dfe7d5d10b29" + "c875e2cb-fdad-4a1c-81b9-129d834443cc" ], "Server": [ "Microsoft-IIS/10.0" @@ -500,161 +500,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "247" ], "x-ms-correlation-request-id": [ - "5688cc23-13de-481c-85ed-fc7c66321e9c" + "16c20ef1-417a-4d7c-be24-f2a289186d47" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092715Z:5688cc23-13de-481c-85ed-fc7c66321e9c" + "JIOINDIACENTRAL:20221212T084435Z:16c20ef1-417a-4d7c-be24-f2a289186d47" ], "Date": [ - "Thu, 20 Jan 2022 09:27:15 GMT" + "Mon, 12 Dec 2022 08:44:35 GMT" ], "Content-Length": [ - "538" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6246/providers/Microsoft.Network/trafficManagerProfiles/ps6804/externalEndpoints/ps5914\",\r\n \"name\": \"ps5914\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps7339/providers/Microsoft.Network/trafficManagerProfiles/ps9717/externalEndpoints/ps3633\",\r\n \"name\": \"ps3633\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps6246?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNjI0Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps7339?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNzMzOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "47f07918-091e-49e3-a54e-083eb517cbeb" + "a7181999-04e6-4a5d-8103-d3d1c8824484" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-request-id": [ - "c45c46db-c96d-4bb3-82e6-e4c803ba0e38" - ], - "x-ms-correlation-request-id": [ - "c45c46db-c96d-4bb3-82e6-e4c803ba0e38" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092720Z:c45c46db-c96d-4bb3-82e6-e4c803ba0e38" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:27:20 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "a175202e-4eae-46b8-9816-abc0f664c826" - ], - "x-ms-correlation-request-id": [ - "a175202e-4eae-46b8-9816-abc0f664c826" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092736Z:a175202e-4eae-46b8-9816-abc0f664c826" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:27:35 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -663,22 +549,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" ], "x-ms-request-id": [ - "e75a93a9-5f54-4b6b-9c17-d0b91c9b8b23" + "58bab4dd-852d-45f5-8d8e-fd2b628547b7" ], "x-ms-correlation-request-id": [ - "e75a93a9-5f54-4b6b-9c17-d0b91c9b8b23" + "58bab4dd-852d-45f5-8d8e-fd2b628547b7" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092751Z:e75a93a9-5f54-4b6b-9c17-d0b91c9b8b23" + "JIOINDIACENTRAL:20221212T084443Z:58bab4dd-852d-45f5-8d8e-fd2b628547b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -687,7 +573,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:27:50 GMT" + "Mon, 12 Dec 2022 08:44:42 GMT" ], "Expires": [ "-1" @@ -700,75 +586,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek16a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "0483210b-567b-498d-9a07-81ffe28078e8" - ], - "x-ms-correlation-request-id": [ - "0483210b-567b-498d-9a07-81ffe28078e8" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092807Z:0483210b-567b-498d-9a07-81ffe28078e8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:28:06 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -777,22 +606,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11980" ], "x-ms-request-id": [ - "68d07275-3c9d-42d8-9323-ca2158faad50" + "f272f366-d831-4b2e-917c-2d28f84d6f47" ], "x-ms-correlation-request-id": [ - "68d07275-3c9d-42d8-9323-ca2158faad50" + "f272f366-d831-4b2e-917c-2d28f84d6f47" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092822Z:68d07275-3c9d-42d8-9323-ca2158faad50" + "JIOINDIACENTRAL:20221212T084458Z:f272f366-d831-4b2e-917c-2d28f84d6f47" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -801,7 +630,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:28:22 GMT" + "Mon, 12 Dec 2022 08:44:58 GMT" ], "Expires": [ "-1" @@ -814,75 +643,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek16a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "6a339375-8f8b-4262-acbe-97a60ab17913" - ], - "x-ms-correlation-request-id": [ - "6a339375-8f8b-4262-acbe-97a60ab17913" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092838Z:6a339375-8f8b-4262-acbe-97a60ab17913" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:28:38 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -891,22 +663,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11979" ], "x-ms-request-id": [ - "a2bf8ed3-d8de-4071-8be6-c9a6eb1acbf3" + "c6c99872-4de3-462a-af54-a506ae03ee82" ], "x-ms-correlation-request-id": [ - "a2bf8ed3-d8de-4071-8be6-c9a6eb1acbf3" + "c6c99872-4de3-462a-af54-a506ae03ee82" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092853Z:a2bf8ed3-d8de-4071-8be6-c9a6eb1acbf3" + "JIOINDIACENTRAL:20221212T084514Z:c6c99872-4de3-462a-af54-a506ae03ee82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -915,7 +687,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:28:53 GMT" + "Mon, 12 Dec 2022 08:45:13 GMT" ], "Expires": [ "-1" @@ -928,75 +700,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek16a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-request-id": [ - "29b7c8ea-a545-46ff-acea-572120e4077c" - ], - "x-ms-correlation-request-id": [ - "29b7c8ea-a545-46ff-acea-572120e4077c" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092909Z:29b7c8ea-a545-46ff-acea-572120e4077c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:29:08 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1005,22 +720,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11978" ], "x-ms-request-id": [ - "95100fd7-0dad-4519-af0e-30c2943aa4bb" + "827a4443-c4d2-4327-94fb-875af679ef39" ], "x-ms-correlation-request-id": [ - "95100fd7-0dad-4519-af0e-30c2943aa4bb" + "827a4443-c4d2-4327-94fb-875af679ef39" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092924Z:95100fd7-0dad-4519-af0e-30c2943aa4bb" + "JIOINDIACENTRAL:20221212T084529Z:827a4443-c4d2-4327-94fb-875af679ef39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1029,7 +744,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:29:24 GMT" + "Mon, 12 Dec 2022 08:45:29 GMT" ], "Expires": [ "-1" @@ -1042,75 +757,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek16a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-request-id": [ - "1ecbebab-9e90-48f9-8386-5b1a919c9743" - ], - "x-ms-correlation-request-id": [ - "1ecbebab-9e90-48f9-8386-5b1a919c9743" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092940Z:1ecbebab-9e90-48f9-8386-5b1a919c9743" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:29:40 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1119,22 +777,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11977" ], "x-ms-request-id": [ - "1395ca77-baeb-4c8b-87de-a930f7bcf9fe" + "21ee7476-bbe0-4d04-a815-289cc4dd7ab7" ], "x-ms-correlation-request-id": [ - "1395ca77-baeb-4c8b-87de-a930f7bcf9fe" + "21ee7476-bbe0-4d04-a815-289cc4dd7ab7" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092956Z:1395ca77-baeb-4c8b-87de-a930f7bcf9fe" + "JIOINDIACENTRAL:20221212T084545Z:21ee7476-bbe0-4d04-a815-289cc4dd7ab7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1143,7 +801,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:29:56 GMT" + "Mon, 12 Dec 2022 08:45:44 GMT" ], "Expires": [ "-1" @@ -1156,75 +814,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek16a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-request-id": [ - "3e522fe0-dcbf-4938-9a87-6a4bd34119a9" - ], - "x-ms-correlation-request-id": [ - "3e522fe0-dcbf-4938-9a87-6a4bd34119a9" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T093011Z:3e522fe0-dcbf-4938-9a87-6a4bd34119a9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:30:11 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1233,16 +834,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11976" ], "x-ms-request-id": [ - "6b67438f-5c24-41d1-8275-d31a9519beb1" + "35942987-1327-448c-87d0-93035f55f029" ], "x-ms-correlation-request-id": [ - "6b67438f-5c24-41d1-8275-d31a9519beb1" + "35942987-1327-448c-87d0-93035f55f029" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T093027Z:6b67438f-5c24-41d1-8275-d31a9519beb1" + "JIOINDIACENTRAL:20221212T084600Z:35942987-1327-448c-87d0-93035f55f029" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1251,7 +852,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:30:27 GMT" + "Mon, 12 Dec 2022 08:46:00 GMT" ], "Expires": [ "-1" @@ -1264,18 +865,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek16a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1284,16 +885,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11975" ], "x-ms-request-id": [ - "56b2e638-f447-4a93-b9f2-955e30567aef" + "0789a002-157d-45ac-9b10-937ff80c2da0" ], "x-ms-correlation-request-id": [ - "56b2e638-f447-4a93-b9f2-955e30567aef" + "0789a002-157d-45ac-9b10-937ff80c2da0" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T093028Z:56b2e638-f447-4a93-b9f2-955e30567aef" + "JIOINDIACENTRAL:20221212T084601Z:0789a002-157d-45ac-9b10-937ff80c2da0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1302,7 +903,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:30:27 GMT" + "Mon, 12 Dec 2022 08:46:00 GMT" ], "Expires": [ "-1" @@ -1317,13 +918,13 @@ ], "Names": { "Test-EnableEndpoint": [ - "ps5914", - "ps6804", - "ps6246", - "ps446" + "ps3633", + "ps9717", + "ps7339", + "ps2303" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEnableEndpointUsingPiping.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEnableEndpointUsingPiping.json index bab990d22cad..1c6470b1d67f 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEnableEndpointUsingPiping.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEnableEndpointUsingPiping.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps3827?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzMzgyNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps424?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNDI0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "618b296e-c195-4d14-afba-4b88ff231526" + "6748050b-46d4-428b-abb2-7ece80f6b43f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-request-id": [ - "b90e2330-0afb-470d-a84f-dbad75a88fe8" + "5034d9ed-6373-4c4d-9fa9-949575f0215f" ], "x-ms-correlation-request-id": [ - "b90e2330-0afb-470d-a84f-dbad75a88fe8" + "5034d9ed-6373-4c4d-9fa9-949575f0215f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120026Z:b90e2330-0afb-470d-a84f-dbad75a88fe8" + "JIOINDIACENTRAL:20221212T085509Z:5034d9ed-6373-4c4d-9fa9-949575f0215f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,10 +51,10 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:00:25 GMT" + "Mon, 12 Dec 2022 08:55:09 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3827\",\r\n \"name\": \"ps3827\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps424\",\r\n \"name\": \"ps424\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3827/providers/Microsoft.Network/trafficmanagerprofiles/ps7396?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMzgyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczczOTY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps424/providers/Microsoft.Network/trafficmanagerprofiles/ps3590?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMzU5MD9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "201d8109-e17b-4637-bd3b-804cc4aac6e7" + "5e27541f-aced-4084-b496-69032c33154b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "14692f69-1a15-4d7f-89ef-3d476bf3e096" + "d243ec44-9842-4fc3-8214-0669700b78d9" ], "x-ms-correlation-request-id": [ - "14692f69-1a15-4d7f-89ef-3d476bf3e096" + "d243ec44-9842-4fc3-8214-0669700b78d9" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120027Z:14692f69-1a15-4d7f-89ef-3d476bf3e096" + "JIOINDIACENTRAL:20221212T085509Z:d243ec44-9842-4fc3-8214-0669700b78d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:00:27 GMT" + "Mon, 12 Dec 2022 08:55:09 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,29 +120,28 @@ "-1" ], "Content-Length": [ - "225" + "224" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps7396' under resource group 'ps3827' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps3590' under resource group 'ps424' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3827/providers/Microsoft.Network/trafficmanagerprofiles/ps7396?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMzgyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczczOTY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps424/providers/Microsoft.Network/trafficmanagerprofiles/ps3590?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMzU5MD9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps2686\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps7396\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "201d8109-e17b-4637-bd3b-804cc4aac6e7" + "5e27541f-aced-4084-b496-69032c33154b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -151,6 +150,7 @@ "334" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps2406\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps3590\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "201d8109-e17b-4637-bd3b-804cc4aac6e7" + "5e27541f-aced-4084-b496-69032c33154b" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,46 +174,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "7443e58e-ae7e-4b34-8859-dc19019bbb4c" + "73ef2008-9aa3-4fb5-ba91-29ff33c6ca00" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120036Z:7443e58e-ae7e-4b34-8859-dc19019bbb4c" + "JIOINDIACENTRAL:20221212T085516Z:73ef2008-9aa3-4fb5-ba91-29ff33c6ca00" ], "Date": [ - "Thu, 20 Jan 2022 12:00:35 GMT" + "Mon, 12 Dec 2022 08:55:16 GMT" ], "Content-Length": [ - "644" + "643" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3827/providers/Microsoft.Network/trafficManagerProfiles/ps7396\",\r\n \"name\": \"ps7396\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps2686\",\r\n \"fqdn\": \"ps2686.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps424/providers/Microsoft.Network/trafficManagerProfiles/ps3590\",\r\n \"name\": \"ps3590\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps2406\",\r\n \"fqdn\": \"ps2406.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3827/providers/Microsoft.Network/trafficmanagerprofiles/ps7396/ExternalEndpoints/ps7931?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMzgyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczczOTYvRXh0ZXJuYWxFbmRwb2ludHMvcHM3OTMxP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps424/providers/Microsoft.Network/trafficmanagerprofiles/ps3590/ExternalEndpoints/ps4931?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMzU5MC9FeHRlcm5hbEVuZHBvaW50cy9wczQ5MzE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e3fcf7f-5247-427e-bbe0-4c1a86d25b6b" + "f0729ffc-05fd-4558-b793-f6e21501c5ec" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7e3fcf7f-5247-427e-bbe0-4c1a86d25b6b" + "f0729ffc-05fd-4558-b793-f6e21501c5ec" ], "Server": [ "Microsoft-IIS/10.0" @@ -236,17 +236,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "de76ea0d-5de9-4609-88bb-22412d3bf89d" + "aadfcbfc-51c3-4ddb-b3b5-7a030cff7d39" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120036Z:de76ea0d-5de9-4609-88bb-22412d3bf89d" + "JIOINDIACENTRAL:20221212T085518Z:aadfcbfc-51c3-4ddb-b3b5-7a030cff7d39" ], "Date": [ - "Thu, 20 Jan 2022 12:00:36 GMT" + "Mon, 12 Dec 2022 08:55:18 GMT" ], "Content-Length": [ "121" @@ -255,28 +255,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps7931' of type 'externalendpoints' does not exist in the profile 'ps7396'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps4931' of type 'externalendpoints' does not exist in the profile 'ps3590'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3827/providers/Microsoft.Network/trafficmanagerprofiles/ps7396/ExternalEndpoints/ps7931?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMzgyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczczOTYvRXh0ZXJuYWxFbmRwb2ludHMvcHM3OTMxP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps424/providers/Microsoft.Network/trafficmanagerprofiles/ps3590/ExternalEndpoints/ps4931?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMzU5MC9FeHRlcm5hbEVuZHBvaW50cy9wczQ5MzE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01826293-e0fa-490a-b741-7f154defb961" + "408b03a6-0d68-4c2e-a030-f0a3f501208b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -288,7 +288,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "01826293-e0fa-490a-b741-7f154defb961" + "408b03a6-0d68-4c2e-a030-f0a3f501208b" ], "Server": [ "Microsoft-IIS/10.0" @@ -299,47 +299,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "485719ba-6329-4e86-bcd1-c08533b443f4" + "d2fb241b-ee2d-4cb7-b39a-74924a1a6b0e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120038Z:485719ba-6329-4e86-bcd1-c08533b443f4" + "JIOINDIACENTRAL:20221212T085522Z:d2fb241b-ee2d-4cb7-b39a-74924a1a6b0e" ], "Date": [ - "Thu, 20 Jan 2022 12:00:37 GMT" + "Mon, 12 Dec 2022 08:55:21 GMT" ], "Content-Length": [ - "531" + "555" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3827/providers/Microsoft.Network/trafficManagerProfiles/ps7396/externalEndpoints/ps7931\",\r\n \"name\": \"ps7931\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps424/providers/Microsoft.Network/trafficManagerProfiles/ps3590/externalEndpoints/ps4931\",\r\n \"name\": \"ps4931\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3827/providers/Microsoft.Network/trafficmanagerprofiles/ps7396/ExternalEndpoints/ps7931?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMzgyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczczOTYvRXh0ZXJuYWxFbmRwb2ludHMvcHM3OTMxP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps424/providers/Microsoft.Network/trafficmanagerprofiles/ps3590/ExternalEndpoints/ps4931?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMzU5MC9FeHRlcm5hbEVuZHBvaW50cy9wczQ5MzE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "61802820-9070-4b3d-a153-2cf997d26cab" + "49028625-5ddc-45ec-a3b8-4bdb00da7af7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -351,7 +351,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "61802820-9070-4b3d-a153-2cf997d26cab" + "49028625-5ddc-45ec-a3b8-4bdb00da7af7" ], "Server": [ "Microsoft-IIS/10.0" @@ -362,45 +362,44 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "248" ], "x-ms-correlation-request-id": [ - "37421805-a5ca-4cbb-bb5d-7a7ca5c2a1c0" + "ab8daf07-3f8f-438f-a23e-75a6a7c62246" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120039Z:37421805-a5ca-4cbb-bb5d-7a7ca5c2a1c0" + "JIOINDIACENTRAL:20221212T085524Z:ab8daf07-3f8f-438f-a23e-75a6a7c62246" ], "Date": [ - "Thu, 20 Jan 2022 12:00:38 GMT" + "Mon, 12 Dec 2022 08:55:23 GMT" ], "Content-Length": [ - "538" + "562" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3827/providers/Microsoft.Network/trafficManagerProfiles/ps7396/externalEndpoints/ps7931\",\r\n \"name\": \"ps7931\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps424/providers/Microsoft.Network/trafficManagerProfiles/ps3590/externalEndpoints/ps4931\",\r\n \"name\": \"ps4931\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3827/providers/Microsoft.Network/trafficmanagerprofiles/ps7396/ExternalEndpoints/ps7931?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMzgyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczczOTYvRXh0ZXJuYWxFbmRwb2ludHMvcHM3OTMxP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps424/providers/Microsoft.Network/trafficmanagerprofiles/ps3590/ExternalEndpoints/ps4931?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMzU5MC9FeHRlcm5hbEVuZHBvaW50cy9wczQ5MzE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps7931\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7e3fcf7f-5247-427e-bbe0-4c1a86d25b6b" + "f0729ffc-05fd-4558-b793-f6e21501c5ec" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -409,6 +408,7 @@ "231" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps4931\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -420,7 +420,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7e3fcf7f-5247-427e-bbe0-4c1a86d25b6b" + "f0729ffc-05fd-4558-b793-f6e21501c5ec" ], "Server": [ "Microsoft-IIS/10.0" @@ -431,53 +431,53 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "99ebe0ec-d3c0-4536-90a5-21b202411213" + "0b7e7238-8dac-40a2-a16d-9ac69394b4b4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120037Z:99ebe0ec-d3c0-4536-90a5-21b202411213" + "JIOINDIACENTRAL:20221212T085519Z:0b7e7238-8dac-40a2-a16d-9ac69394b4b4" ], "Date": [ - "Thu, 20 Jan 2022 12:00:37 GMT" + "Mon, 12 Dec 2022 08:55:19 GMT" ], "Content-Length": [ - "531" + "555" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3827/providers/Microsoft.Network/trafficManagerProfiles/ps7396/externalEndpoints/ps7931\",\r\n \"name\": \"ps7931\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps424/providers/Microsoft.Network/trafficManagerProfiles/ps3590/externalEndpoints/ps4931\",\r\n \"name\": \"ps4931\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3827/providers/Microsoft.Network/trafficmanagerprofiles/ps7396/ExternalEndpoints/ps7931?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMzgyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczczOTYvRXh0ZXJuYWxFbmRwb2ludHMvcHM3OTMxP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps424/providers/Microsoft.Network/trafficmanagerprofiles/ps3590/ExternalEndpoints/ps4931?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMzU5MC9FeHRlcm5hbEVuZHBvaW50cy9wczQ5MzE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\"\r\n },\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3827/providers/Microsoft.Network/trafficManagerProfiles/ps7396/externalEndpoints/ps7931\",\r\n \"name\": \"ps7931\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bc2cfdfb-f684-4d38-aff5-4259e4573dff" + "90392a3f-1206-4065-8b15-563498b696d4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "324" + "323" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\"\r\n },\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps424/providers/Microsoft.Network/trafficManagerProfiles/ps3590/externalEndpoints/ps4931\",\r\n \"name\": \"ps4931\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -489,7 +489,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bc2cfdfb-f684-4d38-aff5-4259e4573dff" + "90392a3f-1206-4065-8b15-563498b696d4" ], "Server": [ "Microsoft-IIS/10.0" @@ -500,47 +500,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "248" ], "x-ms-correlation-request-id": [ - "0df0b9c0-fdcd-40ad-9418-4daaaae7f93a" + "077fef08-094c-49e8-bb6e-6d85d857908d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120038Z:0df0b9c0-fdcd-40ad-9418-4daaaae7f93a" + "JIOINDIACENTRAL:20221212T085523Z:077fef08-094c-49e8-bb6e-6d85d857908d" ], "Date": [ - "Thu, 20 Jan 2022 12:00:38 GMT" + "Mon, 12 Dec 2022 08:55:22 GMT" ], "Content-Length": [ - "538" + "562" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3827/providers/Microsoft.Network/trafficManagerProfiles/ps7396/externalEndpoints/ps7931\",\r\n \"name\": \"ps7931\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps424/providers/Microsoft.Network/trafficManagerProfiles/ps3590/externalEndpoints/ps4931\",\r\n \"name\": \"ps4931\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps3827?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzMzgyNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps424?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNDI0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d948574-bdd9-42d0-8387-3172b3130d90" + "e9075115-63c4-4f26-bce9-bfa570045edf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -549,22 +549,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14990" ], "x-ms-request-id": [ - "43c830e6-d3b2-408d-ac2a-159dd2b8f275" + "9cc1c675-4d3d-490a-8598-e36cc3331ccd" ], "x-ms-correlation-request-id": [ - "43c830e6-d3b2-408d-ac2a-159dd2b8f275" + "9cc1c675-4d3d-490a-8598-e36cc3331ccd" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120043Z:43c830e6-d3b2-408d-ac2a-159dd2b8f275" + "JIOINDIACENTRAL:20221212T085527Z:9cc1c675-4d3d-490a-8598-e36cc3331ccd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -573,7 +573,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:00:42 GMT" + "Mon, 12 Dec 2022 08:55:27 GMT" ], "Expires": [ "-1" @@ -586,18 +586,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU5DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -606,22 +606,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11961" ], "x-ms-request-id": [ - "c82eac77-bea7-4d86-9ea3-c246a45b9578" + "569f1a16-51cc-4bb5-b438-d1b3544aaa7e" ], "x-ms-correlation-request-id": [ - "c82eac77-bea7-4d86-9ea3-c246a45b9578" + "569f1a16-51cc-4bb5-b438-d1b3544aaa7e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120058Z:c82eac77-bea7-4d86-9ea3-c246a45b9578" + "JIOINDIACENTRAL:20221212T085543Z:569f1a16-51cc-4bb5-b438-d1b3544aaa7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -630,7 +630,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:00:57 GMT" + "Mon, 12 Dec 2022 08:55:42 GMT" ], "Expires": [ "-1" @@ -643,18 +643,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU5DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -663,22 +663,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11960" ], "x-ms-request-id": [ - "380a044a-c587-405d-9199-4ee8fbf195c4" + "646bb394-8528-4301-8062-9d74cf774071" ], "x-ms-correlation-request-id": [ - "380a044a-c587-405d-9199-4ee8fbf195c4" + "646bb394-8528-4301-8062-9d74cf774071" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120114Z:380a044a-c587-405d-9199-4ee8fbf195c4" + "JIOINDIACENTRAL:20221212T085558Z:646bb394-8528-4301-8062-9d74cf774071" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -687,7 +687,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:01:14 GMT" + "Mon, 12 Dec 2022 08:55:58 GMT" ], "Expires": [ "-1" @@ -700,18 +700,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU5DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -720,22 +720,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11959" ], "x-ms-request-id": [ - "92550879-0f9b-455d-a66f-73f4570e665e" + "4b107db9-3a77-4cb4-a109-c0e635a4beb1" ], "x-ms-correlation-request-id": [ - "92550879-0f9b-455d-a66f-73f4570e665e" + "4b107db9-3a77-4cb4-a109-c0e635a4beb1" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120129Z:92550879-0f9b-455d-a66f-73f4570e665e" + "JIOINDIACENTRAL:20221212T085614Z:4b107db9-3a77-4cb4-a109-c0e635a4beb1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -744,7 +744,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:01:29 GMT" + "Mon, 12 Dec 2022 08:56:13 GMT" ], "Expires": [ "-1" @@ -757,18 +757,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU5DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -777,22 +777,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11958" ], "x-ms-request-id": [ - "971eee25-fb79-4325-9ffa-c98fa12066ad" + "710758ac-57aa-4bb6-96f0-5225ef33934a" ], "x-ms-correlation-request-id": [ - "971eee25-fb79-4325-9ffa-c98fa12066ad" + "710758ac-57aa-4bb6-96f0-5225ef33934a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120145Z:971eee25-fb79-4325-9ffa-c98fa12066ad" + "JIOINDIACENTRAL:20221212T085629Z:710758ac-57aa-4bb6-96f0-5225ef33934a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -801,7 +801,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:01:44 GMT" + "Mon, 12 Dec 2022 08:56:29 GMT" ], "Expires": [ "-1" @@ -814,18 +814,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU5DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -834,22 +834,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11957" ], "x-ms-request-id": [ - "ceab2d37-d008-4ab9-a84a-ae6e4376ae7d" + "914b51fd-194c-4331-a7e6-cafc1fba31a8" ], "x-ms-correlation-request-id": [ - "ceab2d37-d008-4ab9-a84a-ae6e4376ae7d" + "914b51fd-194c-4331-a7e6-cafc1fba31a8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120200Z:ceab2d37-d008-4ab9-a84a-ae6e4376ae7d" + "JIOINDIACENTRAL:20221212T085645Z:914b51fd-194c-4331-a7e6-cafc1fba31a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -858,7 +858,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:02:00 GMT" + "Mon, 12 Dec 2022 08:56:44 GMT" ], "Expires": [ "-1" @@ -871,18 +871,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU5DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -891,22 +891,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11956" ], "x-ms-request-id": [ - "b6eb7ae3-ec83-4893-b788-0b89d647a60a" + "51cd86dc-5758-40e0-bbde-63a6b6c579be" ], "x-ms-correlation-request-id": [ - "b6eb7ae3-ec83-4893-b788-0b89d647a60a" + "51cd86dc-5758-40e0-bbde-63a6b6c579be" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120216Z:b6eb7ae3-ec83-4893-b788-0b89d647a60a" + "JIOINDIACENTRAL:20221212T085700Z:51cd86dc-5758-40e0-bbde-63a6b6c579be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -915,7 +915,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:02:15 GMT" + "Mon, 12 Dec 2022 08:57:00 GMT" ], "Expires": [ "-1" @@ -928,18 +928,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU5DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -948,22 +948,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11955" ], "x-ms-request-id": [ - "cb3b65da-edf8-4f0e-b255-7201192801f1" + "d2062027-e4ac-41d1-9a4a-480f313fdf19" ], "x-ms-correlation-request-id": [ - "cb3b65da-edf8-4f0e-b255-7201192801f1" + "d2062027-e4ac-41d1-9a4a-480f313fdf19" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120232Z:cb3b65da-edf8-4f0e-b255-7201192801f1" + "JIOINDIACENTRAL:20221212T085716Z:d2062027-e4ac-41d1-9a4a-480f313fdf19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -972,7 +972,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:02:31 GMT" + "Mon, 12 Dec 2022 08:57:15 GMT" ], "Expires": [ "-1" @@ -985,18 +985,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU5DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1005,22 +1005,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11954" ], "x-ms-request-id": [ - "dee52e93-c306-4cef-a1f7-dd4a02929c54" + "03ac6d81-b9a9-4b6d-bb9c-0a6b29bce5ff" ], "x-ms-correlation-request-id": [ - "dee52e93-c306-4cef-a1f7-dd4a02929c54" + "03ac6d81-b9a9-4b6d-bb9c-0a6b29bce5ff" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120247Z:dee52e93-c306-4cef-a1f7-dd4a02929c54" + "JIOINDIACENTRAL:20221212T085731Z:03ac6d81-b9a9-4b6d-bb9c-0a6b29bce5ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1029,7 +1029,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:02:46 GMT" + "Mon, 12 Dec 2022 08:57:31 GMT" ], "Expires": [ "-1" @@ -1042,18 +1042,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU5DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1062,16 +1062,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11953" ], "x-ms-request-id": [ - "0f2aa91b-5f6d-4540-9119-9a3e816fb76b" + "13d7a614-7c90-4a8a-93f0-5a4cfb425b4f" ], "x-ms-correlation-request-id": [ - "0f2aa91b-5f6d-4540-9119-9a3e816fb76b" + "13d7a614-7c90-4a8a-93f0-5a4cfb425b4f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120303Z:0f2aa91b-5f6d-4540-9119-9a3e816fb76b" + "JIOINDIACENTRAL:20221212T085747Z:13d7a614-7c90-4a8a-93f0-5a4cfb425b4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1080,7 +1080,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:03:02 GMT" + "Mon, 12 Dec 2022 08:57:47 GMT" ], "Expires": [ "-1" @@ -1093,18 +1093,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU5DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1113,16 +1113,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11952" ], "x-ms-request-id": [ - "f873292b-a578-49d8-b783-442a24075f53" + "09abc20f-cd29-40bd-9a77-0f14e6e63afd" ], "x-ms-correlation-request-id": [ - "f873292b-a578-49d8-b783-442a24075f53" + "09abc20f-cd29-40bd-9a77-0f14e6e63afd" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120303Z:f873292b-a578-49d8-b783-442a24075f53" + "JIOINDIACENTRAL:20221212T085747Z:09abc20f-cd29-40bd-9a77-0f14e6e63afd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1131,7 +1131,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:03:02 GMT" + "Mon, 12 Dec 2022 08:57:47 GMT" ], "Expires": [ "-1" @@ -1146,13 +1146,13 @@ ], "Names": { "Test-EnableEndpointUsingPiping": [ - "ps7931", - "ps7396", - "ps3827", - "ps2686" + "ps4931", + "ps3590", + "ps424", + "ps2406" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEnableEndpointUsingPipingFromGetProfile.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEnableEndpointUsingPipingFromGetProfile.json index 7bc0fe0b75c2..20f7895ff916 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEnableEndpointUsingPipingFromGetProfile.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEnableEndpointUsingPipingFromGetProfile.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps4510?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNDUxMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps358?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMzU4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f670cea4-6d80-4392-9988-a4049ddb18a0" + "ecac9357-305d-4c66-a16e-d1e9833ccc71" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-request-id": [ - "c4b9a35a-e2ff-4053-808d-bf36985c2402" + "a82e33cc-ac4e-4de9-9355-656d0a7b5439" ], "x-ms-correlation-request-id": [ - "c4b9a35a-e2ff-4053-808d-bf36985c2402" + "a82e33cc-ac4e-4de9-9355-656d0a7b5439" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115005Z:c4b9a35a-e2ff-4053-808d-bf36985c2402" + "JIOINDIACENTRAL:20221212T084837Z:a82e33cc-ac4e-4de9-9355-656d0a7b5439" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,10 +51,10 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:50:04 GMT" + "Mon, 12 Dec 2022 08:48:37 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4510\",\r\n \"name\": \"ps4510\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps358\",\r\n \"name\": \"ps358\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4510/providers/Microsoft.Network/trafficmanagerprofiles/ps4195?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNDUxMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQxOTU/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps358/providers/Microsoft.Network/trafficmanagerprofiles/ps3919?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMzkxOT9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72c0442e-998c-42cf-87c6-0fbccbd9c610" + "50ebb51a-b945-43f4-a1f9-17de997352c3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "26014ff3-9773-4e25-8cdf-4decf7b515f5" + "6b05c27f-e71a-4b18-900c-b3c0ecb4e38a" ], "x-ms-correlation-request-id": [ - "26014ff3-9773-4e25-8cdf-4decf7b515f5" + "6b05c27f-e71a-4b18-900c-b3c0ecb4e38a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115007Z:26014ff3-9773-4e25-8cdf-4decf7b515f5" + "JIOINDIACENTRAL:20221212T084838Z:6b05c27f-e71a-4b18-900c-b3c0ecb4e38a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:50:06 GMT" + "Mon, 12 Dec 2022 08:48:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,31 +120,31 @@ "-1" ], "Content-Length": [ - "225" + "224" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps4195' under resource group 'ps4510' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps3919' under resource group 'ps358' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4510/providers/Microsoft.Network/trafficmanagerprofiles/ps4195?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNDUxMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQxOTU/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps358/providers/Microsoft.Network/trafficmanagerprofiles/ps3919?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMzkxOT9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "078ef536-2991-49c4-ab98-d52d371bfaae" + "67d623f8-120f-41ec-9913-bb44c76e45ca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -156,7 +156,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "078ef536-2991-49c4-ab98-d52d371bfaae" + "67d623f8-120f-41ec-9913-bb44c76e45ca" ], "Server": [ "Microsoft-IIS/10.0" @@ -168,44 +168,43 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "1999" ], "x-ms-correlation-request-id": [ - "06c59616-2f2b-43af-88b4-74bb8e077bea" + "0d7a9e6b-f0a3-4afd-b136-471ecdf362b3" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115017Z:06c59616-2f2b-43af-88b4-74bb8e077bea" + "JIOINDIACENTRAL:20221212T084847Z:0d7a9e6b-f0a3-4afd-b136-471ecdf362b3" ], "Date": [ - "Thu, 20 Jan 2022 11:50:16 GMT" + "Mon, 12 Dec 2022 08:48:46 GMT" ], "Content-Length": [ - "1185" + "1208" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4510/providers/Microsoft.Network/trafficManagerProfiles/ps4195\",\r\n \"name\": \"ps4195\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9889\",\r\n \"fqdn\": \"ps9889.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4510/providers/Microsoft.Network/trafficManagerProfiles/ps4195/externalEndpoints/ps7752\",\r\n \"name\": \"ps7752\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps358/providers/Microsoft.Network/trafficManagerProfiles/ps3919\",\r\n \"name\": \"ps3919\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps6480\",\r\n \"fqdn\": \"ps6480.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps358/providers/Microsoft.Network/trafficManagerProfiles/ps3919/externalEndpoints/ps2800\",\r\n \"name\": \"ps2800\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4510/providers/Microsoft.Network/trafficmanagerprofiles/ps4195?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNDUxMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQxOTU/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps358/providers/Microsoft.Network/trafficmanagerprofiles/ps3919?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMzkxOT9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9889\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps4195\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "72c0442e-998c-42cf-87c6-0fbccbd9c610" + "50ebb51a-b945-43f4-a1f9-17de997352c3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -214,6 +213,7 @@ "334" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps6480\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps3919\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "72c0442e-998c-42cf-87c6-0fbccbd9c610" + "50ebb51a-b945-43f4-a1f9-17de997352c3" ], "Server": [ "Microsoft-IIS/10.0" @@ -237,46 +237,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4498" ], "x-ms-correlation-request-id": [ - "02c39c52-722a-4aa8-abfd-078215b29bbb" + "c2fde7aa-a92d-40c5-9a52-53ed579df887" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115015Z:02c39c52-722a-4aa8-abfd-078215b29bbb" + "JIOINDIACENTRAL:20221212T084842Z:c2fde7aa-a92d-40c5-9a52-53ed579df887" ], "Date": [ - "Thu, 20 Jan 2022 11:50:14 GMT" + "Mon, 12 Dec 2022 08:48:41 GMT" ], "Content-Length": [ - "644" + "643" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4510/providers/Microsoft.Network/trafficManagerProfiles/ps4195\",\r\n \"name\": \"ps4195\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9889\",\r\n \"fqdn\": \"ps9889.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps358/providers/Microsoft.Network/trafficManagerProfiles/ps3919\",\r\n \"name\": \"ps3919\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps6480\",\r\n \"fqdn\": \"ps6480.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4510/providers/Microsoft.Network/trafficmanagerprofiles/ps4195/ExternalEndpoints/ps7752?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNDUxMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQxOTUvRXh0ZXJuYWxFbmRwb2ludHMvcHM3NzUyP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps358/providers/Microsoft.Network/trafficmanagerprofiles/ps3919/ExternalEndpoints/ps2800?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMzkxOS9FeHRlcm5hbEVuZHBvaW50cy9wczI4MDA/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a209fe08-7db6-470c-b1e0-96d081019617" + "ac3cf31f-bd30-468a-afa5-fa92ec7da83d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -288,7 +288,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a209fe08-7db6-470c-b1e0-96d081019617" + "ac3cf31f-bd30-468a-afa5-fa92ec7da83d" ], "Server": [ "Microsoft-IIS/10.0" @@ -299,17 +299,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "247" ], "x-ms-correlation-request-id": [ - "0c7469c6-dcfb-4310-964c-a4924856dee3" + "34589f87-66ef-4d2f-820b-745e2539fcdc" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115016Z:0c7469c6-dcfb-4310-964c-a4924856dee3" + "JIOINDIACENTRAL:20221212T084844Z:34589f87-66ef-4d2f-820b-745e2539fcdc" ], "Date": [ - "Thu, 20 Jan 2022 11:50:15 GMT" + "Mon, 12 Dec 2022 08:48:44 GMT" ], "Content-Length": [ "121" @@ -318,28 +318,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps7752' of type 'externalendpoints' does not exist in the profile 'ps4195'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps2800' of type 'externalendpoints' does not exist in the profile 'ps3919'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4510/providers/Microsoft.Network/trafficmanagerprofiles/ps4195/ExternalEndpoints/ps7752?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNDUxMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQxOTUvRXh0ZXJuYWxFbmRwb2ludHMvcHM3NzUyP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps358/providers/Microsoft.Network/trafficmanagerprofiles/ps3919/ExternalEndpoints/ps2800?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMzkxOS9FeHRlcm5hbEVuZHBvaW50cy9wczI4MDA/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "69e81b83-c408-4ba8-af75-230285bf874d" + "ca97709e-4e7b-467f-a3cf-8679509e69c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -351,7 +351,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "69e81b83-c408-4ba8-af75-230285bf874d" + "ca97709e-4e7b-467f-a3cf-8679509e69c7" ], "Server": [ "Microsoft-IIS/10.0" @@ -362,45 +362,44 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "248" ], "x-ms-correlation-request-id": [ - "666ac0b4-d0b2-4b26-9b6a-1a844c53f852" + "b55e33fe-adca-4b6b-a508-0c2d0fe1778f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115018Z:666ac0b4-d0b2-4b26-9b6a-1a844c53f852" + "JIOINDIACENTRAL:20221212T084849Z:b55e33fe-adca-4b6b-a508-0c2d0fe1778f" ], "Date": [ - "Thu, 20 Jan 2022 11:50:18 GMT" + "Mon, 12 Dec 2022 08:48:48 GMT" ], "Content-Length": [ - "538" + "562" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4510/providers/Microsoft.Network/trafficManagerProfiles/ps4195/externalEndpoints/ps7752\",\r\n \"name\": \"ps7752\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps358/providers/Microsoft.Network/trafficManagerProfiles/ps3919/externalEndpoints/ps2800\",\r\n \"name\": \"ps2800\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4510/providers/Microsoft.Network/trafficmanagerprofiles/ps4195/ExternalEndpoints/ps7752?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNDUxMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQxOTUvRXh0ZXJuYWxFbmRwb2ludHMvcHM3NzUyP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps358/providers/Microsoft.Network/trafficmanagerprofiles/ps3919/ExternalEndpoints/ps2800?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMzkxOS9FeHRlcm5hbEVuZHBvaW50cy9wczI4MDA/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps7752\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a209fe08-7db6-470c-b1e0-96d081019617" + "ac3cf31f-bd30-468a-afa5-fa92ec7da83d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -409,6 +408,7 @@ "231" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps2800\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -420,7 +420,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a209fe08-7db6-470c-b1e0-96d081019617" + "ac3cf31f-bd30-468a-afa5-fa92ec7da83d" ], "Server": [ "Microsoft-IIS/10.0" @@ -431,53 +431,53 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "247" ], "x-ms-correlation-request-id": [ - "83f354dd-4c89-488e-9a5f-90062112cfdd" + "c122f884-0599-4a54-b329-219e18a286b6" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115017Z:83f354dd-4c89-488e-9a5f-90062112cfdd" + "JIOINDIACENTRAL:20221212T084845Z:c122f884-0599-4a54-b329-219e18a286b6" ], "Date": [ - "Thu, 20 Jan 2022 11:50:16 GMT" + "Mon, 12 Dec 2022 08:48:45 GMT" ], "Content-Length": [ - "531" + "555" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4510/providers/Microsoft.Network/trafficManagerProfiles/ps4195/externalEndpoints/ps7752\",\r\n \"name\": \"ps7752\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps358/providers/Microsoft.Network/trafficManagerProfiles/ps3919/externalEndpoints/ps2800\",\r\n \"name\": \"ps2800\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4510/providers/Microsoft.Network/trafficmanagerprofiles/ps4195/externalEndpoints/ps7752?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNDUxMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQxOTUvZXh0ZXJuYWxFbmRwb2ludHMvcHM3NzUyP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps358/providers/Microsoft.Network/trafficmanagerprofiles/ps3919/externalEndpoints/ps2800?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMzkxOS9leHRlcm5hbEVuZHBvaW50cy9wczI4MDA/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\"\r\n },\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4510/providers/Microsoft.Network/trafficManagerProfiles/ps4195/externalEndpoints/ps7752\",\r\n \"name\": \"ps7752\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "56f5cbba-f0c6-4668-b024-ba5aa3d79cea" + "4d59ec65-371b-4529-a70a-d12ea60eab11" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "324" + "323" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\"\r\n },\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps358/providers/Microsoft.Network/trafficManagerProfiles/ps3919/externalEndpoints/ps2800\",\r\n \"name\": \"ps2800\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -489,7 +489,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "56f5cbba-f0c6-4668-b024-ba5aa3d79cea" + "4d59ec65-371b-4529-a70a-d12ea60eab11" ], "Server": [ "Microsoft-IIS/10.0" @@ -500,47 +500,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "246" ], "x-ms-correlation-request-id": [ - "5b1610b8-aa4d-4571-8894-2b093a52ca4f" + "89570dda-43ed-414a-92ad-c57736f821bf" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115018Z:5b1610b8-aa4d-4571-8894-2b093a52ca4f" + "JIOINDIACENTRAL:20221212T084848Z:89570dda-43ed-414a-92ad-c57736f821bf" ], "Date": [ - "Thu, 20 Jan 2022 11:50:17 GMT" + "Mon, 12 Dec 2022 08:48:48 GMT" ], "Content-Length": [ - "538" + "562" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4510/providers/Microsoft.Network/trafficManagerProfiles/ps4195/externalEndpoints/ps7752\",\r\n \"name\": \"ps7752\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps358/providers/Microsoft.Network/trafficManagerProfiles/ps3919/externalEndpoints/ps2800\",\r\n \"name\": \"ps2800\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps4510?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNDUxMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps358?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMzU4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8564e798-a7c9-4617-8e83-19a7a89a7f4d" + "d36c7901-56b0-4c5f-b010-4f15697d0f20" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -549,22 +549,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14996" ], "x-ms-request-id": [ - "6be3f160-40eb-48bb-aa88-c9b34c2658ec" + "ae65bd8b-ae88-4e65-b029-1a0dda08e70b" ], "x-ms-correlation-request-id": [ - "6be3f160-40eb-48bb-aa88-c9b34c2658ec" + "ae65bd8b-ae88-4e65-b029-1a0dda08e70b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115022Z:6be3f160-40eb-48bb-aa88-c9b34c2658ec" + "JIOINDIACENTRAL:20221212T084853Z:ae65bd8b-ae88-4e65-b029-1a0dda08e70b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -573,7 +573,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:50:22 GMT" + "Mon, 12 Dec 2022 08:48:53 GMT" ], "Expires": [ "-1" @@ -586,75 +586,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "165ccdbc-7db6-4ecc-af1c-4cb71841e8ae" - ], - "x-ms-correlation-request-id": [ - "165ccdbc-7db6-4ecc-af1c-4cb71841e8ae" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115038Z:165ccdbc-7db6-4ecc-af1c-4cb71841e8ae" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 11:50:37 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -663,22 +606,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11990" ], "x-ms-request-id": [ - "67d2b13b-8703-47f3-ba36-740589f940d6" + "b265912c-ca46-44a9-83a8-35a141d6af43" ], "x-ms-correlation-request-id": [ - "67d2b13b-8703-47f3-ba36-740589f940d6" + "b265912c-ca46-44a9-83a8-35a141d6af43" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115105Z:67d2b13b-8703-47f3-ba36-740589f940d6" + "JIOINDIACENTRAL:20221212T084909Z:b265912c-ca46-44a9-83a8-35a141d6af43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -687,7 +630,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:51:04 GMT" + "Mon, 12 Dec 2022 08:49:08 GMT" ], "Expires": [ "-1" @@ -700,75 +643,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "2e5d5234-eb35-4103-8336-cc45870ff55a" - ], - "x-ms-correlation-request-id": [ - "2e5d5234-eb35-4103-8336-cc45870ff55a" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115121Z:2e5d5234-eb35-4103-8336-cc45870ff55a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 11:51:21 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -777,22 +663,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11989" ], "x-ms-request-id": [ - "c8578102-c2da-4728-800a-3f916cf24944" + "86e8095f-0f0a-4744-9492-6a27f610307f" ], "x-ms-correlation-request-id": [ - "c8578102-c2da-4728-800a-3f916cf24944" + "86e8095f-0f0a-4744-9492-6a27f610307f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115136Z:c8578102-c2da-4728-800a-3f916cf24944" + "JIOINDIACENTRAL:20221212T084924Z:86e8095f-0f0a-4744-9492-6a27f610307f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -801,7 +687,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:51:36 GMT" + "Mon, 12 Dec 2022 08:49:24 GMT" ], "Expires": [ "-1" @@ -814,75 +700,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "013cb520-8708-4e29-a6ed-53f01fb504fa" - ], - "x-ms-correlation-request-id": [ - "013cb520-8708-4e29-a6ed-53f01fb504fa" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115152Z:013cb520-8708-4e29-a6ed-53f01fb504fa" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 11:51:51 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -891,22 +720,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11988" ], "x-ms-request-id": [ - "4ea596a5-cb14-421f-a6ed-d0d677c23d85" + "5911557b-9c3d-4380-9068-b116ec93dca0" ], "x-ms-correlation-request-id": [ - "4ea596a5-cb14-421f-a6ed-d0d677c23d85" + "5911557b-9c3d-4380-9068-b116ec93dca0" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115207Z:4ea596a5-cb14-421f-a6ed-d0d677c23d85" + "JIOINDIACENTRAL:20221212T084940Z:5911557b-9c3d-4380-9068-b116ec93dca0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -915,7 +744,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:52:07 GMT" + "Mon, 12 Dec 2022 08:49:40 GMT" ], "Expires": [ "-1" @@ -928,18 +757,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -948,22 +777,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11987" ], "x-ms-request-id": [ - "12b40f81-90a7-499f-8bc1-12aa4f56512d" + "51c65873-e658-44a8-bb75-40cf0c30e999" ], "x-ms-correlation-request-id": [ - "12b40f81-90a7-499f-8bc1-12aa4f56512d" + "51c65873-e658-44a8-bb75-40cf0c30e999" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115223Z:12b40f81-90a7-499f-8bc1-12aa4f56512d" + "JIOINDIACENTRAL:20221212T084955Z:51c65873-e658-44a8-bb75-40cf0c30e999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -972,7 +801,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:52:23 GMT" + "Mon, 12 Dec 2022 08:49:55 GMT" ], "Expires": [ "-1" @@ -985,18 +814,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1005,16 +834,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11986" ], "x-ms-request-id": [ - "64ee50bf-cb2d-44a2-bede-de2278054942" + "f7805adf-5756-4f27-8aef-7010bf7e4544" ], "x-ms-correlation-request-id": [ - "64ee50bf-cb2d-44a2-bede-de2278054942" + "f7805adf-5756-4f27-8aef-7010bf7e4544" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115239Z:64ee50bf-cb2d-44a2-bede-de2278054942" + "JIOINDIACENTRAL:20221212T085011Z:f7805adf-5756-4f27-8aef-7010bf7e4544" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1023,7 +852,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:52:38 GMT" + "Mon, 12 Dec 2022 08:50:10 GMT" ], "Expires": [ "-1" @@ -1036,18 +865,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1056,16 +885,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11985" ], "x-ms-request-id": [ - "acc7d54b-071f-433d-a35a-fa97f24f6cbd" + "bce17bf7-5312-43b7-9c75-e544e796c742" ], "x-ms-correlation-request-id": [ - "acc7d54b-071f-433d-a35a-fa97f24f6cbd" + "bce17bf7-5312-43b7-9c75-e544e796c742" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115239Z:acc7d54b-071f-433d-a35a-fa97f24f6cbd" + "JIOINDIACENTRAL:20221212T085011Z:bce17bf7-5312-43b7-9c75-e544e796c742" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1074,7 +903,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:52:38 GMT" + "Mon, 12 Dec 2022 08:50:11 GMT" ], "Expires": [ "-1" @@ -1089,13 +918,13 @@ ], "Names": { "Test-EnableEndpointUsingPipingFromGetProfile": [ - "ps7752", - "ps4195", - "ps4510", - "ps9889" + "ps2800", + "ps3919", + "ps358", + "ps6480" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEnableNonExistingEndpoint.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEnableNonExistingEndpoint.json index 003ebbfc8ae8..85f9b1c3ce59 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEnableNonExistingEndpoint.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEnableNonExistingEndpoint.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps7136?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzEzNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps5153?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNTE1Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "59b014dd-6309-4d8e-bad8-7ab8a37ebb7e" + "0785b8e1-f902-4945-a7d5-25ce457b629d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-request-id": [ - "d3e9306f-a1e5-42e1-8028-67a11cdb2364" + "fb40a22d-b8b1-45af-be5c-a476ad0a2557" ], "x-ms-correlation-request-id": [ - "d3e9306f-a1e5-42e1-8028-67a11cdb2364" + "fb40a22d-b8b1-45af-be5c-a476ad0a2557" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092322Z:d3e9306f-a1e5-42e1-8028-67a11cdb2364" + "JIOINDIACENTRAL:20221212T084201Z:fb40a22d-b8b1-45af-be5c-a476ad0a2557" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:23:22 GMT" + "Mon, 12 Dec 2022 08:42:00 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7136\",\r\n \"name\": \"ps7136\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5153\",\r\n \"name\": \"ps5153\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7136/providers/Microsoft.Network/trafficmanagerprofiles/ps8966?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzEzNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczg5NjY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5153/providers/Microsoft.Network/trafficmanagerprofiles/ps6293?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTE1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYyOTM/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca42881a-af58-4a70-95bb-2b70b97c4a7a" + "6210151d-1d0f-48bf-ab3f-5593643e3c14" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "a502dd6a-448e-40c6-872a-e2aae1a351d3" + "be5061c5-ab59-46e1-86b4-f7b27e5b56da" ], "x-ms-correlation-request-id": [ - "a502dd6a-448e-40c6-872a-e2aae1a351d3" + "be5061c5-ab59-46e1-86b4-f7b27e5b56da" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092325Z:a502dd6a-448e-40c6-872a-e2aae1a351d3" + "JIOINDIACENTRAL:20221212T084201Z:be5061c5-ab59-46e1-86b4-f7b27e5b56da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:23:24 GMT" + "Mon, 12 Dec 2022 08:42:01 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,26 +123,25 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps8966' under resource group 'ps7136' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps6293' under resource group 'ps5153' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7136/providers/Microsoft.Network/trafficmanagerprofiles/ps8966?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzEzNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczg5NjY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5153/providers/Microsoft.Network/trafficmanagerprofiles/ps6293?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTE1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYyOTM/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps1754\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps8966\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ca42881a-af58-4a70-95bb-2b70b97c4a7a" + "6210151d-1d0f-48bf-ab3f-5593643e3c14" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -151,6 +150,7 @@ "337" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3632\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps6293\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ca42881a-af58-4a70-95bb-2b70b97c4a7a" + "6210151d-1d0f-48bf-ab3f-5593643e3c14" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,16 +174,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "4498" ], "x-ms-correlation-request-id": [ - "0ad6c8f7-4739-49b9-ab59-91e21b400ad7" + "e47be6aa-94fa-46a2-a5e3-a73174889e19" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092332Z:0ad6c8f7-4739-49b9-ab59-91e21b400ad7" + "JIOINDIACENTRAL:20221212T084205Z:e47be6aa-94fa-46a2-a5e3-a73174889e19" ], "Date": [ - "Thu, 20 Jan 2022 09:23:31 GMT" + "Mon, 12 Dec 2022 08:42:05 GMT" ], "Content-Length": [ "647" @@ -192,26 +192,25 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7136/providers/Microsoft.Network/trafficManagerProfiles/ps8966\",\r\n \"name\": \"ps8966\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps1754\",\r\n \"fqdn\": \"ps1754.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5153/providers/Microsoft.Network/trafficManagerProfiles/ps6293\",\r\n \"name\": \"ps6293\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3632\",\r\n \"fqdn\": \"ps3632.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7136/providers/Microsoft.Network/trafficmanagerprofiles/ps8966/ExternalEndpoints/ps9533?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzEzNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczg5NjYvRXh0ZXJuYWxFbmRwb2ludHMvcHM5NTMzP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5153/providers/Microsoft.Network/trafficmanagerprofiles/ps6293/ExternalEndpoints/ps1881?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTE1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYyOTMvRXh0ZXJuYWxFbmRwb2ludHMvcHMxODgxP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\"\r\n },\r\n \"name\": \"ps9533\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b960fefb-3d1e-4013-b311-1bc1c7da37d1" + "4baa7dcc-46d3-4da3-9244-01d695ec5f64" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -220,6 +219,7 @@ "155" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\"\r\n },\r\n \"name\": \"ps1881\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -231,7 +231,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b960fefb-3d1e-4013-b311-1bc1c7da37d1" + "4baa7dcc-46d3-4da3-9244-01d695ec5f64" ], "Server": [ "Microsoft-IIS/10.0" @@ -242,17 +242,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "247" ], "x-ms-correlation-request-id": [ - "a6ec56db-3f3e-44c4-bd38-984c190260d9" + "f78f3051-ed70-4461-9fe4-0fef06a9bb6b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092333Z:a6ec56db-3f3e-44c4-bd38-984c190260d9" + "JIOINDIACENTRAL:20221212T084207Z:f78f3051-ed70-4461-9fe4-0fef06a9bb6b" ], "Date": [ - "Thu, 20 Jan 2022 09:23:32 GMT" + "Mon, 12 Dec 2022 08:42:07 GMT" ], "Content-Length": [ "121" @@ -261,28 +261,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps9533' of type 'externalendpoints' does not exist in the profile 'ps8966'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps1881' of type 'externalendpoints' does not exist in the profile 'ps6293'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps7136?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzEzNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps5153?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNTE1Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "abcc62ee-f40e-4cdc-be78-8e4a8e018686" + "ce5e4793-fdde-4d3e-ac81-1b13243f3589" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -291,22 +291,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14998" ], "x-ms-request-id": [ - "1b94c025-2afa-4c8c-b02e-c3f3b81cf1f5" + "b6e35ea7-d18d-420c-b551-45756a967ea5" ], "x-ms-correlation-request-id": [ - "1b94c025-2afa-4c8c-b02e-c3f3b81cf1f5" + "b6e35ea7-d18d-420c-b551-45756a967ea5" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092338Z:1b94c025-2afa-4c8c-b02e-c3f3b81cf1f5" + "JIOINDIACENTRAL:20221212T084215Z:b6e35ea7-d18d-420c-b551-45756a967ea5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,7 +315,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:23:37 GMT" + "Mon, 12 Dec 2022 08:42:15 GMT" ], "Expires": [ "-1" @@ -328,75 +328,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-request-id": [ - "2b37e488-0153-442b-9d44-6aad7407c695" - ], - "x-ms-correlation-request-id": [ - "2b37e488-0153-442b-9d44-6aad7407c695" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092354Z:2b37e488-0153-442b-9d44-6aad7407c695" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:23:53 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -405,22 +348,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11999" ], "x-ms-request-id": [ - "73f32edc-feca-4638-8efa-834b100f3cd5" + "821db67a-e3cb-4a88-a742-60c78b62a338" ], "x-ms-correlation-request-id": [ - "73f32edc-feca-4638-8efa-834b100f3cd5" + "821db67a-e3cb-4a88-a742-60c78b62a338" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092409Z:73f32edc-feca-4638-8efa-834b100f3cd5" + "JIOINDIACENTRAL:20221212T084231Z:821db67a-e3cb-4a88-a742-60c78b62a338" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -429,7 +372,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:24:09 GMT" + "Mon, 12 Dec 2022 08:42:31 GMT" ], "Expires": [ "-1" @@ -442,75 +385,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-request-id": [ - "0264c82a-2333-4112-b0b6-74891d811766" - ], - "x-ms-correlation-request-id": [ - "0264c82a-2333-4112-b0b6-74891d811766" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092425Z:0264c82a-2333-4112-b0b6-74891d811766" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:24:25 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -519,22 +405,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11998" ], "x-ms-request-id": [ - "41bf89a2-aaaf-43d2-a5a9-2f8cee13858a" + "ef47d7ca-75af-41b0-b31f-5cbfc495c504" ], "x-ms-correlation-request-id": [ - "41bf89a2-aaaf-43d2-a5a9-2f8cee13858a" + "ef47d7ca-75af-41b0-b31f-5cbfc495c504" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092441Z:41bf89a2-aaaf-43d2-a5a9-2f8cee13858a" + "JIOINDIACENTRAL:20221212T084247Z:ef47d7ca-75af-41b0-b31f-5cbfc495c504" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -543,7 +429,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:24:40 GMT" + "Mon, 12 Dec 2022 08:42:46 GMT" ], "Expires": [ "-1" @@ -556,75 +442,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-request-id": [ - "869be7f0-a48a-4a0b-a5ae-0b821607a251" - ], - "x-ms-correlation-request-id": [ - "869be7f0-a48a-4a0b-a5ae-0b821607a251" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092457Z:869be7f0-a48a-4a0b-a5ae-0b821607a251" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:24:56 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -633,22 +462,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11997" ], "x-ms-request-id": [ - "1cacbce8-6fb4-41fe-8159-a9e52aa70484" + "75b4f5f5-6e84-49d7-b06a-37e4bb0411d2" ], "x-ms-correlation-request-id": [ - "1cacbce8-6fb4-41fe-8159-a9e52aa70484" + "75b4f5f5-6e84-49d7-b06a-37e4bb0411d2" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092513Z:1cacbce8-6fb4-41fe-8159-a9e52aa70484" + "JIOINDIACENTRAL:20221212T084302Z:75b4f5f5-6e84-49d7-b06a-37e4bb0411d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -657,7 +486,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:25:12 GMT" + "Mon, 12 Dec 2022 08:43:02 GMT" ], "Expires": [ "-1" @@ -670,75 +499,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-request-id": [ - "9b166424-981e-4c64-9504-b5ab3400ba19" - ], - "x-ms-correlation-request-id": [ - "9b166424-981e-4c64-9504-b5ab3400ba19" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092528Z:9b166424-981e-4c64-9504-b5ab3400ba19" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:25:28 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -747,22 +519,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11996" ], "x-ms-request-id": [ - "d538ccfb-cc87-4410-85a0-5470f2bdd3e3" + "3ddb22c7-f79a-4690-b387-57156b1b1d9e" ], "x-ms-correlation-request-id": [ - "d538ccfb-cc87-4410-85a0-5470f2bdd3e3" + "3ddb22c7-f79a-4690-b387-57156b1b1d9e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092544Z:d538ccfb-cc87-4410-85a0-5470f2bdd3e3" + "JIOINDIACENTRAL:20221212T084318Z:3ddb22c7-f79a-4690-b387-57156b1b1d9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -771,7 +543,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:25:44 GMT" + "Mon, 12 Dec 2022 08:43:17 GMT" ], "Expires": [ "-1" @@ -784,18 +556,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -804,22 +576,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11995" ], "x-ms-request-id": [ - "bd1eb8d0-cac1-442b-b3b7-13edd8b8ed93" + "6e9b1bd5-0f6d-489b-bc2d-60c8eb012ba3" ], "x-ms-correlation-request-id": [ - "bd1eb8d0-cac1-442b-b3b7-13edd8b8ed93" + "6e9b1bd5-0f6d-489b-bc2d-60c8eb012ba3" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092600Z:bd1eb8d0-cac1-442b-b3b7-13edd8b8ed93" + "JIOINDIACENTRAL:20221212T084333Z:6e9b1bd5-0f6d-489b-bc2d-60c8eb012ba3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -828,7 +600,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:25:59 GMT" + "Mon, 12 Dec 2022 08:43:33 GMT" ], "Expires": [ "-1" @@ -841,18 +613,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -861,22 +633,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11994" ], "x-ms-request-id": [ - "86d919e5-2396-46ee-ae5b-78bd5904edde" + "22b97265-e921-45bf-a06f-b12c82e7339c" ], "x-ms-correlation-request-id": [ - "86d919e5-2396-46ee-ae5b-78bd5904edde" + "22b97265-e921-45bf-a06f-b12c82e7339c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092616Z:86d919e5-2396-46ee-ae5b-78bd5904edde" + "JIOINDIACENTRAL:20221212T084349Z:22b97265-e921-45bf-a06f-b12c82e7339c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -885,7 +657,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:26:15 GMT" + "Mon, 12 Dec 2022 08:43:48 GMT" ], "Expires": [ "-1" @@ -898,18 +670,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -918,22 +690,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11993" ], "x-ms-request-id": [ - "70dfa28c-3de3-443a-b771-4c0c645af4f0" + "5ee87eab-33d4-4c7b-8dde-0b2c36c51f28" ], "x-ms-correlation-request-id": [ - "70dfa28c-3de3-443a-b771-4c0c645af4f0" + "5ee87eab-33d4-4c7b-8dde-0b2c36c51f28" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092631Z:70dfa28c-3de3-443a-b771-4c0c645af4f0" + "JIOINDIACENTRAL:20221212T084404Z:5ee87eab-33d4-4c7b-8dde-0b2c36c51f28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -942,7 +714,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:26:31 GMT" + "Mon, 12 Dec 2022 08:44:04 GMT" ], "Expires": [ "-1" @@ -955,18 +727,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -975,16 +747,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11992" ], "x-ms-request-id": [ - "4c657813-5e6a-4557-9972-708061625917" + "655d0823-3b89-4429-b207-7ee1ee76d3c2" ], "x-ms-correlation-request-id": [ - "4c657813-5e6a-4557-9972-708061625917" + "655d0823-3b89-4429-b207-7ee1ee76d3c2" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092647Z:4c657813-5e6a-4557-9972-708061625917" + "JIOINDIACENTRAL:20221212T084420Z:655d0823-3b89-4429-b207-7ee1ee76d3c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -993,7 +765,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:26:46 GMT" + "Mon, 12 Dec 2022 08:44:19 GMT" ], "Expires": [ "-1" @@ -1006,18 +778,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1026,16 +798,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11991" ], "x-ms-request-id": [ - "fc736502-b4fe-476a-a97a-28fa7fc5acb9" + "c75d63f8-dd30-41c1-bfd6-10ecb504e073" ], "x-ms-correlation-request-id": [ - "fc736502-b4fe-476a-a97a-28fa7fc5acb9" + "c75d63f8-dd30-41c1-bfd6-10ecb504e073" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092648Z:fc736502-b4fe-476a-a97a-28fa7fc5acb9" + "JIOINDIACENTRAL:20221212T084420Z:c75d63f8-dd30-41c1-bfd6-10ecb504e073" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1044,7 +816,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:26:47 GMT" + "Mon, 12 Dec 2022 08:44:19 GMT" ], "Expires": [ "-1" @@ -1059,13 +831,13 @@ ], "Names": { "Test-EnableNonExistingEndpoint": [ - "ps9533", - "ps8966", - "ps7136", - "ps1754" + "ps1881", + "ps6293", + "ps5153", + "ps3632" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEndpointCrud.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEndpointCrud.json index c9452db12b74..56a61b480ef5 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEndpointCrud.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEndpointCrud.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps5787?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNTc4Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps9222?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzOTIyMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "84eae029-ed94-4c82-ac75-c186a15f66a6" + "551aa641-c02b-47de-b010-c21d121635ca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -36,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "0bf3b781-a4d1-4b54-9c49-932e58764e33" + "180c6df6-bcf8-40e6-93e8-9420350460ec" ], "x-ms-correlation-request-id": [ - "0bf3b781-a4d1-4b54-9c49-932e58764e33" + "180c6df6-bcf8-40e6-93e8-9420350460ec" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090304Z:0bf3b781-a4d1-4b54-9c49-932e58764e33" + "JIOINDIACENTRAL:20221212T082555Z:180c6df6-bcf8-40e6-93e8-9420350460ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:03:04 GMT" + "Mon, 12 Dec 2022 08:25:55 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5787\",\r\n \"name\": \"ps5787\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9222\",\r\n \"name\": \"ps9222\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5787/providers/Microsoft.Network/trafficmanagerprofiles/ps5753?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTc4Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU3NTM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9222/providers/Microsoft.Network/trafficmanagerprofiles/ps9878?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTIyMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4Nzg/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b0dda29-5399-484d-a26a-9c23a6149cad" + "49c51c6a-720a-4e46-ad24-68a608615d42" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "a57f3eff-c5aa-459b-94d9-11af75c6cb74" + "e089dc97-be08-4c1f-8cfc-ec0ff03a00ae" ], "x-ms-correlation-request-id": [ - "a57f3eff-c5aa-459b-94d9-11af75c6cb74" + "e089dc97-be08-4c1f-8cfc-ec0ff03a00ae" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090307Z:a57f3eff-c5aa-459b-94d9-11af75c6cb74" + "JIOINDIACENTRAL:20221212T082556Z:e089dc97-be08-4c1f-8cfc-ec0ff03a00ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:03:06 GMT" + "Mon, 12 Dec 2022 08:25:56 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,26 +123,25 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps5753' under resource group 'ps5787' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps9878' under resource group 'ps9222' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5787/providers/Microsoft.Network/trafficmanagerprofiles/ps5753?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTc4Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU3NTM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9222/providers/Microsoft.Network/trafficmanagerprofiles/ps9878?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTIyMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4Nzg/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3811\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps5753\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0b0dda29-5399-484d-a26a-9c23a6149cad" + "49c51c6a-720a-4e46-ad24-68a608615d42" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -151,6 +150,7 @@ "337" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3394\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps9878\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0b0dda29-5399-484d-a26a-9c23a6149cad" + "49c51c6a-720a-4e46-ad24-68a608615d42" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,16 +174,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "8883e727-3b93-47a0-8bb4-d0bff9b1cc7a" + "ef89bf11-e915-470b-82ed-dc6356268adb" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090315Z:8883e727-3b93-47a0-8bb4-d0bff9b1cc7a" + "JIOINDIACENTRAL:20221212T082602Z:ef89bf11-e915-470b-82ed-dc6356268adb" ], "Date": [ - "Thu, 20 Jan 2022 09:03:14 GMT" + "Mon, 12 Dec 2022 08:26:01 GMT" ], "Content-Length": [ "647" @@ -192,28 +192,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5787/providers/Microsoft.Network/trafficManagerProfiles/ps5753\",\r\n \"name\": \"ps5753\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3811\",\r\n \"fqdn\": \"ps3811.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9222/providers/Microsoft.Network/trafficManagerProfiles/ps9878\",\r\n \"name\": \"ps9878\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3394\",\r\n \"fqdn\": \"ps3394.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5787/providers/Microsoft.Network/trafficmanagerprofiles/ps5753/ExternalEndpoints/ps7394?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTc4Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU3NTMvRXh0ZXJuYWxFbmRwb2ludHMvcHM3Mzk0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9222/providers/Microsoft.Network/trafficmanagerprofiles/ps9878/ExternalEndpoints/ps5239?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTIyMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4NzgvRXh0ZXJuYWxFbmRwb2ludHMvcHM1MjM5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eb6a347c-ad0a-4c8f-9e48-3e88727ea679" + "f36f98f2-b055-4135-b7bf-ab8cb2a6cbba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eb6a347c-ad0a-4c8f-9e48-3e88727ea679" + "f36f98f2-b055-4135-b7bf-ab8cb2a6cbba" ], "Server": [ "Microsoft-IIS/10.0" @@ -236,17 +236,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "68fcbeff-1bec-4b61-9e9a-29db3bd685bc" + "93c008c8-951f-4f06-a0ac-d8512a4dcd5a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090315Z:68fcbeff-1bec-4b61-9e9a-29db3bd685bc" + "JIOINDIACENTRAL:20221212T082603Z:93c008c8-951f-4f06-a0ac-d8512a4dcd5a" ], "Date": [ - "Thu, 20 Jan 2022 09:03:14 GMT" + "Mon, 12 Dec 2022 08:26:03 GMT" ], "Content-Length": [ "121" @@ -255,28 +255,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps7394' of type 'externalendpoints' does not exist in the profile 'ps5753'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps5239' of type 'externalendpoints' does not exist in the profile 'ps9878'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5787/providers/Microsoft.Network/trafficmanagerprofiles/ps5753/ExternalEndpoints/ps7394?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTc4Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU3NTMvRXh0ZXJuYWxFbmRwb2ludHMvcHM3Mzk0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9222/providers/Microsoft.Network/trafficmanagerprofiles/ps9878/ExternalEndpoints/ps5239?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTIyMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4NzgvRXh0ZXJuYWxFbmRwb2ludHMvcHM1MjM5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5249884e-db1b-4560-9cd4-ff5ee5162efc" + "0771699d-ec0c-4a14-bbd7-e29df3727bb9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -288,7 +288,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5249884e-db1b-4560-9cd4-ff5ee5162efc" + "0771699d-ec0c-4a14-bbd7-e29df3727bb9" ], "Server": [ "Microsoft-IIS/10.0" @@ -299,47 +299,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "0ae44ba4-e7cf-4b4b-9fb7-a508197987d1" + "886bc7f8-64ee-4132-a9f1-6a4cbc023303" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090317Z:0ae44ba4-e7cf-4b4b-9fb7-a508197987d1" + "JIOINDIACENTRAL:20221212T082606Z:886bc7f8-64ee-4132-a9f1-6a4cbc023303" ], "Date": [ - "Thu, 20 Jan 2022 09:03:17 GMT" + "Mon, 12 Dec 2022 08:26:06 GMT" ], "Content-Length": [ - "538" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5787/providers/Microsoft.Network/trafficManagerProfiles/ps5753/externalEndpoints/ps7394\",\r\n \"name\": \"ps7394\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9222/providers/Microsoft.Network/trafficManagerProfiles/ps9878/externalEndpoints/ps5239\",\r\n \"name\": \"ps5239\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5787/providers/Microsoft.Network/trafficmanagerprofiles/ps5753/ExternalEndpoints/ps7394?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTc4Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU3NTMvRXh0ZXJuYWxFbmRwb2ludHMvcHM3Mzk0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9222/providers/Microsoft.Network/trafficmanagerprofiles/ps9878/ExternalEndpoints/ps5239?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTIyMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4NzgvRXh0ZXJuYWxFbmRwb2ludHMvcHM1MjM5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a99087a-d7c8-4852-94ce-b47c32822833" + "2fb6b603-56b7-4edc-aee4-3a4d581aa046" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -351,7 +351,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7a99087a-d7c8-4852-94ce-b47c32822833" + "2fb6b603-56b7-4edc-aee4-3a4d581aa046" ], "Server": [ "Microsoft-IIS/10.0" @@ -362,47 +362,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "248" ], "x-ms-correlation-request-id": [ - "912ea927-94c7-4f2d-84ad-2ee7c955753f" + "6a1b7f29-c823-4e0c-bd7d-d5c5bcfbcd18" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090319Z:912ea927-94c7-4f2d-84ad-2ee7c955753f" + "JIOINDIACENTRAL:20221212T082608Z:6a1b7f29-c823-4e0c-bd7d-d5c5bcfbcd18" ], "Date": [ - "Thu, 20 Jan 2022 09:03:19 GMT" + "Mon, 12 Dec 2022 08:26:08 GMT" ], "Content-Length": [ - "531" + "556" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5787/providers/Microsoft.Network/trafficManagerProfiles/ps5753/externalEndpoints/ps7394\",\r\n \"name\": \"ps7394\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9222/providers/Microsoft.Network/trafficManagerProfiles/ps9878/externalEndpoints/ps5239\",\r\n \"name\": \"ps5239\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5787/providers/Microsoft.Network/trafficmanagerprofiles/ps5753/ExternalEndpoints/ps7394?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTc4Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU3NTMvRXh0ZXJuYWxFbmRwb2ludHMvcHM3Mzk0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9222/providers/Microsoft.Network/trafficmanagerprofiles/ps9878/ExternalEndpoints/ps5239?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTIyMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4NzgvRXh0ZXJuYWxFbmRwb2ludHMvcHM1MjM5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b35d361e-b56b-4cfb-ac84-ca76757e690c" + "a129374a-e9fd-4080-83b2-0a0efea066ef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -414,7 +414,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b35d361e-b56b-4cfb-ac84-ca76757e690c" + "a129374a-e9fd-4080-83b2-0a0efea066ef" ], "Server": [ "Microsoft-IIS/10.0" @@ -425,17 +425,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "63aabc25-a155-4aba-b85f-7810c41c9643" + "2280a198-32e2-4e8d-a4e7-645ed7f0831f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090321Z:63aabc25-a155-4aba-b85f-7810c41c9643" + "JIOINDIACENTRAL:20221212T082611Z:2280a198-32e2-4e8d-a4e7-645ed7f0831f" ], "Date": [ - "Thu, 20 Jan 2022 09:03:21 GMT" + "Mon, 12 Dec 2022 08:26:11 GMT" ], "Content-Length": [ "121" @@ -444,26 +444,25 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps7394' of type 'externalendpoints' does not exist in the profile 'ps5753'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps5239' of type 'externalendpoints' does not exist in the profile 'ps9878'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5787/providers/Microsoft.Network/trafficmanagerprofiles/ps5753/ExternalEndpoints/ps7394?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTc4Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU3NTMvRXh0ZXJuYWxFbmRwb2ludHMvcHM3Mzk0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9222/providers/Microsoft.Network/trafficmanagerprofiles/ps9878/ExternalEndpoints/ps5239?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTIyMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4NzgvRXh0ZXJuYWxFbmRwb2ludHMvcHM1MjM5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps7394\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eb6a347c-ad0a-4c8f-9e48-3e88727ea679" + "f36f98f2-b055-4135-b7bf-ab8cb2a6cbba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -472,6 +471,7 @@ "230" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps5239\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -483,7 +483,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eb6a347c-ad0a-4c8f-9e48-3e88727ea679" + "f36f98f2-b055-4135-b7bf-ab8cb2a6cbba" ], "Server": [ "Microsoft-IIS/10.0" @@ -494,53 +494,53 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "2bd59a10-cc1e-4053-9dc0-c6ef93cc2f15" + "ce84f104-faf4-4161-a142-dce6f814bff6" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090316Z:2bd59a10-cc1e-4053-9dc0-c6ef93cc2f15" + "JIOINDIACENTRAL:20221212T082604Z:ce84f104-faf4-4161-a142-dce6f814bff6" ], "Date": [ - "Thu, 20 Jan 2022 09:03:15 GMT" + "Mon, 12 Dec 2022 08:26:04 GMT" ], "Content-Length": [ - "538" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5787/providers/Microsoft.Network/trafficManagerProfiles/ps5753/externalEndpoints/ps7394\",\r\n \"name\": \"ps7394\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9222/providers/Microsoft.Network/trafficManagerProfiles/ps9878/externalEndpoints/ps5239\",\r\n \"name\": \"ps5239\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5787/providers/Microsoft.Network/trafficmanagerprofiles/ps5753/ExternalEndpoints/ps7394?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTc4Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU3NTMvRXh0ZXJuYWxFbmRwb2ludHMvcHM3Mzk0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9222/providers/Microsoft.Network/trafficmanagerprofiles/ps9878/ExternalEndpoints/ps5239?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTIyMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4NzgvRXh0ZXJuYWxFbmRwb2ludHMvcHM1MjM5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Disabled\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5787/providers/Microsoft.Network/trafficManagerProfiles/ps5753/externalEndpoints/ps7394\",\r\n \"name\": \"ps7394\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "16e639d1-28ff-410d-ba51-c9ad91f7fa25" + "9793afb9-7d3a-4597-9a7f-cebce9eb9ed0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "438" + "470" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Disabled\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"alwaysServe\": \"Disabled\"\r\n },\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9222/providers/Microsoft.Network/trafficManagerProfiles/ps9878/externalEndpoints/ps5239\",\r\n \"name\": \"ps5239\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -552,7 +552,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "16e639d1-28ff-410d-ba51-c9ad91f7fa25" + "9793afb9-7d3a-4597-9a7f-cebce9eb9ed0" ], "Server": [ "Microsoft-IIS/10.0" @@ -563,47 +563,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "248" ], "x-ms-correlation-request-id": [ - "0a04953e-a927-4843-a32b-a82f3b804def" + "f0717045-cb2f-46c5-9ab7-018b05349560" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090318Z:0a04953e-a927-4843-a32b-a82f3b804def" + "JIOINDIACENTRAL:20221212T082608Z:f0717045-cb2f-46c5-9ab7-018b05349560" ], "Date": [ - "Thu, 20 Jan 2022 09:03:18 GMT" + "Mon, 12 Dec 2022 08:26:07 GMT" ], "Content-Length": [ - "531" + "556" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5787/providers/Microsoft.Network/trafficManagerProfiles/ps5753/externalEndpoints/ps7394\",\r\n \"name\": \"ps7394\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9222/providers/Microsoft.Network/trafficManagerProfiles/ps9878/externalEndpoints/ps5239\",\r\n \"name\": \"ps5239\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5787/providers/Microsoft.Network/trafficmanagerprofiles/ps5753/ExternalEndpoints/ps7394?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTc4Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU3NTMvRXh0ZXJuYWxFbmRwb2ludHMvcHM3Mzk0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9222/providers/Microsoft.Network/trafficmanagerprofiles/ps9878/ExternalEndpoints/ps5239?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTIyMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4NzgvRXh0ZXJuYWxFbmRwb2ludHMvcHM1MjM5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1af419b-764f-4d49-a3e0-704e3556d566" + "8ffeaee8-ac70-4769-a9bd-61001b5f5c80" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -615,7 +615,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e1af419b-764f-4d49-a3e0-704e3556d566" + "8ffeaee8-ac70-4769-a9bd-61001b5f5c80" ], "Server": [ "Microsoft-IIS/10.0" @@ -630,13 +630,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "c1f84bc8-3813-4c06-ab03-0dad1d646333" + "2e90deb7-f39c-45e1-8070-bb2c049c70ee" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090320Z:c1f84bc8-3813-4c06-ab03-0dad1d646333" + "JIOINDIACENTRAL:20221212T082609Z:2e90deb7-f39c-45e1-8070-bb2c049c70ee" ], "Date": [ - "Thu, 20 Jan 2022 09:03:20 GMT" + "Mon, 12 Dec 2022 08:26:09 GMT" ], "Content-Length": [ "0" @@ -646,24 +646,24 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps5787?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNTc4Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps9222?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzOTIyMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ef7dc48-5e94-46ae-9980-685ba0c4a124" + "9aa30e63-23eb-4a6f-b294-ca80b9fe15c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -672,22 +672,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyMjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14997" ], "x-ms-request-id": [ - "65becf5c-2e62-4f89-b135-a63734ad7586" + "7a1b983c-a2da-4ee4-9676-9f4ed39295f7" ], "x-ms-correlation-request-id": [ - "65becf5c-2e62-4f89-b135-a63734ad7586" + "7a1b983c-a2da-4ee4-9676-9f4ed39295f7" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090323Z:65becf5c-2e62-4f89-b135-a63734ad7586" + "JIOINDIACENTRAL:20221212T082616Z:7a1b983c-a2da-4ee4-9676-9f4ed39295f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -696,7 +696,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:03:23 GMT" + "Mon, 12 Dec 2022 08:26:16 GMT" ], "Expires": [ "-1" @@ -709,75 +709,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM09EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyMjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU1qSXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "00abaa9f-602c-4418-94ba-85c2fd3d8c1c" - ], - "x-ms-correlation-request-id": [ - "00abaa9f-602c-4418-94ba-85c2fd3d8c1c" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090339Z:00abaa9f-602c-4418-94ba-85c2fd3d8c1c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:03:39 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM09EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -786,79 +729,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyMjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-request-id": [ - "77fa6de0-ebdb-4b31-8151-5819c94456b0" - ], - "x-ms-correlation-request-id": [ - "77fa6de0-ebdb-4b31-8151-5819c94456b0" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090355Z:77fa6de0-ebdb-4b31-8151-5819c94456b0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:03:54 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM09EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "665f2449-e09b-40cb-804b-07bf579ca5b7" + "79abe998-1d46-4a7f-8caf-91f641997d2a" ], "x-ms-correlation-request-id": [ - "665f2449-e09b-40cb-804b-07bf579ca5b7" + "79abe998-1d46-4a7f-8caf-91f641997d2a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090410Z:665f2449-e09b-40cb-804b-07bf579ca5b7" + "JIOINDIACENTRAL:20221212T082632Z:79abe998-1d46-4a7f-8caf-91f641997d2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -867,7 +753,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:04:09 GMT" + "Mon, 12 Dec 2022 08:26:31 GMT" ], "Expires": [ "-1" @@ -880,75 +766,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM09EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyMjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU1qSXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-request-id": [ - "b20f8fc5-1767-4518-b833-6044107f6b14" - ], - "x-ms-correlation-request-id": [ - "b20f8fc5-1767-4518-b833-6044107f6b14" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090426Z:b20f8fc5-1767-4518-b833-6044107f6b14" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:04:26 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM09EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -957,79 +786,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyMjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "04edfc5b-1a28-4882-a543-0909e17f5392" - ], - "x-ms-correlation-request-id": [ - "04edfc5b-1a28-4882-a543-0909e17f5392" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090441Z:04edfc5b-1a28-4882-a543-0909e17f5392" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:04:41 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM09EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11998" ], "x-ms-request-id": [ - "c2c04bd0-09b7-474b-a376-fa6b84f84ea4" + "e14c3fe5-9d99-4afd-924f-f616d6c77883" ], "x-ms-correlation-request-id": [ - "c2c04bd0-09b7-474b-a376-fa6b84f84ea4" + "e14c3fe5-9d99-4afd-924f-f616d6c77883" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090457Z:c2c04bd0-09b7-474b-a376-fa6b84f84ea4" + "JIOINDIACENTRAL:20221212T082647Z:e14c3fe5-9d99-4afd-924f-f616d6c77883" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1038,7 +810,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:04:56 GMT" + "Mon, 12 Dec 2022 08:26:46 GMT" ], "Expires": [ "-1" @@ -1051,75 +823,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM09EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyMjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU1qSXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-request-id": [ - "538dfb82-73d3-492f-b2f7-6f10fbccad49" - ], - "x-ms-correlation-request-id": [ - "538dfb82-73d3-492f-b2f7-6f10fbccad49" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090512Z:538dfb82-73d3-492f-b2f7-6f10fbccad49" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:05:12 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM09EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1128,22 +843,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyMjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11997" ], "x-ms-request-id": [ - "5158d765-a5b5-458a-9eef-1b8dd5c7e379" + "293f364c-fd07-404f-8960-033ee12fbdb9" ], "x-ms-correlation-request-id": [ - "5158d765-a5b5-458a-9eef-1b8dd5c7e379" + "293f364c-fd07-404f-8960-033ee12fbdb9" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090528Z:5158d765-a5b5-458a-9eef-1b8dd5c7e379" + "JIOINDIACENTRAL:20221212T082703Z:293f364c-fd07-404f-8960-033ee12fbdb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1152,7 +867,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:05:27 GMT" + "Mon, 12 Dec 2022 08:27:03 GMT" ], "Expires": [ "-1" @@ -1165,75 +880,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM09EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyMjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU1qSXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-request-id": [ - "e2ba014e-7c8d-41d3-af60-2cd10a187577" - ], - "x-ms-correlation-request-id": [ - "e2ba014e-7c8d-41d3-af60-2cd10a187577" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090543Z:e2ba014e-7c8d-41d3-af60-2cd10a187577" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:05:43 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM09EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1242,22 +900,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyMjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11996" ], "x-ms-request-id": [ - "080ed98e-9a10-483f-804f-44e76faa4d88" + "c6792f39-c8aa-4b8b-a854-31794f331e19" ], "x-ms-correlation-request-id": [ - "080ed98e-9a10-483f-804f-44e76faa4d88" + "c6792f39-c8aa-4b8b-a854-31794f331e19" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090559Z:080ed98e-9a10-483f-804f-44e76faa4d88" + "JIOINDIACENTRAL:20221212T082718Z:c6792f39-c8aa-4b8b-a854-31794f331e19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1266,7 +924,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:05:58 GMT" + "Mon, 12 Dec 2022 08:27:18 GMT" ], "Expires": [ "-1" @@ -1279,75 +937,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM09EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyMjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU1qSXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-request-id": [ - "669ff272-c026-417d-a0d3-e5871f4d37b1" - ], - "x-ms-correlation-request-id": [ - "669ff272-c026-417d-a0d3-e5871f4d37b1" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090615Z:669ff272-c026-417d-a0d3-e5871f4d37b1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:06:14 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM09EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1356,16 +957,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-request-id": [ - "be44be5b-5374-45d1-9644-f79afeeed7f9" + "473a6b77-526a-4088-8417-b3d8b927ea35" ], "x-ms-correlation-request-id": [ - "be44be5b-5374-45d1-9644-f79afeeed7f9" + "473a6b77-526a-4088-8417-b3d8b927ea35" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090630Z:be44be5b-5374-45d1-9644-f79afeeed7f9" + "JIOINDIACENTRAL:20221212T082734Z:473a6b77-526a-4088-8417-b3d8b927ea35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1374,7 +975,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:06:30 GMT" + "Mon, 12 Dec 2022 08:27:33 GMT" ], "Expires": [ "-1" @@ -1387,18 +988,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM09EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyMjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU1qSXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1407,16 +1008,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-request-id": [ - "01dbdb2d-a58a-4c5f-b2eb-f2ea50a38c6f" + "38db1389-c94d-47b8-ab68-252cf037deef" ], "x-ms-correlation-request-id": [ - "01dbdb2d-a58a-4c5f-b2eb-f2ea50a38c6f" + "38db1389-c94d-47b8-ab68-252cf037deef" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T090631Z:01dbdb2d-a58a-4c5f-b2eb-f2ea50a38c6f" + "JIOINDIACENTRAL:20221212T082734Z:38db1389-c94d-47b8-ab68-252cf037deef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1425,7 +1026,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:06:31 GMT" + "Mon, 12 Dec 2022 08:27:33 GMT" ], "Expires": [ "-1" @@ -1440,13 +1041,13 @@ ], "Names": { "Test-EndpointCrud": [ - "ps7394", - "ps5753", - "ps5787", - "ps3811" + "ps5239", + "ps9878", + "ps9222", + "ps3394" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEndpointCrudGeo.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEndpointCrudGeo.json index 307d1eeb0f7f..241686e2b3e2 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEndpointCrudGeo.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEndpointCrudGeo.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps703?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzAzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps3846?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMzg0Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "519c0398-da97-4f07-9589-597c88f6ffc2" + "db474c58-dffb-4768-a977-f5c1bd8b735a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -36,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "0220f255-bdeb-425b-bf2f-f5c5c44dd671" + "473d5c04-cbe1-4fa8-83aa-34d369b4e853" ], "x-ms-correlation-request-id": [ - "0220f255-bdeb-425b-bf2f-f5c5c44dd671" + "473d5c04-cbe1-4fa8-83aa-34d369b4e853" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091316Z:0220f255-bdeb-425b-bf2f-f5c5c44dd671" + "CENTRALINDIA:20221212T083432Z:473d5c04-cbe1-4fa8-83aa-34d369b4e853" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,10 +51,10 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:13:15 GMT" + "Mon, 12 Dec 2022 08:34:32 GMT" ], "Content-Length": [ - "163" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps703\",\r\n \"name\": \"ps703\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3846\",\r\n \"name\": \"ps3846\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps703/providers/Microsoft.Network/trafficmanagerprofiles/ps5959?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzNTk1OT9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3846/providers/Microsoft.Network/trafficmanagerprofiles/ps6852?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzg0Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4NTI/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32aac323-d7ef-4c69-a6c7-ab55361c06e4" + "570c85eb-754e-4042-a0ba-de554bc13197" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "0e3dbd5c-7315-48b7-b62f-726a39e05494" + "cedb37ff-d16f-4d20-9d65-a51dbc4036d8" ], "x-ms-correlation-request-id": [ - "0e3dbd5c-7315-48b7-b62f-726a39e05494" + "cedb37ff-d16f-4d20-9d65-a51dbc4036d8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091318Z:0e3dbd5c-7315-48b7-b62f-726a39e05494" + "CENTRALINDIA:20221212T083434Z:cedb37ff-d16f-4d20-9d65-a51dbc4036d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:13:17 GMT" + "Mon, 12 Dec 2022 08:34:34 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,29 +120,28 @@ "-1" ], "Content-Length": [ - "224" + "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps5959' under resource group 'ps703' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps6852' under resource group 'ps3846' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps703/providers/Microsoft.Network/trafficmanagerprofiles/ps5959?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzNTk1OT9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3846/providers/Microsoft.Network/trafficmanagerprofiles/ps6852?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzg0Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4NTI/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Geographic\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps1689\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps5959\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "32aac323-d7ef-4c69-a6c7-ab55361c06e4" + "570c85eb-754e-4042-a0ba-de554bc13197" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -151,6 +150,7 @@ "336" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Geographic\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8676\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps6852\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "32aac323-d7ef-4c69-a6c7-ab55361c06e4" + "570c85eb-754e-4042-a0ba-de554bc13197" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,46 +174,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "91d88273-a50e-4b1e-8519-d37c71208080" + "12370c79-dc2f-44b8-a7b3-3604107fe57c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091327Z:91d88273-a50e-4b1e-8519-d37c71208080" + "CENTRALINDIA:20221212T083444Z:12370c79-dc2f-44b8-a7b3-3604107fe57c" ], "Date": [ - "Thu, 20 Jan 2022 09:13:27 GMT" + "Mon, 12 Dec 2022 08:34:43 GMT" ], "Content-Length": [ - "645" + "646" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps703/providers/Microsoft.Network/trafficManagerProfiles/ps5959\",\r\n \"name\": \"ps5959\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Geographic\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps1689\",\r\n \"fqdn\": \"ps1689.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3846/providers/Microsoft.Network/trafficManagerProfiles/ps6852\",\r\n \"name\": \"ps6852\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Geographic\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8676\",\r\n \"fqdn\": \"ps8676.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps703/providers/Microsoft.Network/trafficmanagerprofiles/ps5959/ExternalEndpoints/ps1503?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzNTk1OS9FeHRlcm5hbEVuZHBvaW50cy9wczE1MDM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3846/providers/Microsoft.Network/trafficmanagerprofiles/ps6852/ExternalEndpoints/ps6223?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzg0Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4NTIvRXh0ZXJuYWxFbmRwb2ludHMvcHM2MjIzP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "106ead20-efda-45d7-8438-148200f304dd" + "75fc049d-34f1-43ab-bbb6-536567e09b80" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "106ead20-efda-45d7-8438-148200f304dd" + "75fc049d-34f1-43ab-bbb6-536567e09b80" ], "Server": [ "Microsoft-IIS/10.0" @@ -236,17 +236,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "64b9c6ef-3696-4c36-837e-35c1051a1e10" + "e856998d-c858-4ef3-921c-b11535a57be3" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091328Z:64b9c6ef-3696-4c36-837e-35c1051a1e10" + "CENTRALINDIA:20221212T083446Z:e856998d-c858-4ef3-921c-b11535a57be3" ], "Date": [ - "Thu, 20 Jan 2022 09:13:28 GMT" + "Mon, 12 Dec 2022 08:34:45 GMT" ], "Content-Length": [ "121" @@ -255,28 +255,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps1503' of type 'externalendpoints' does not exist in the profile 'ps5959'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps6223' of type 'externalendpoints' does not exist in the profile 'ps6852'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps703/providers/Microsoft.Network/trafficmanagerprofiles/ps5959/ExternalEndpoints/ps1503?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzNTk1OS9FeHRlcm5hbEVuZHBvaW50cy9wczE1MDM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3846/providers/Microsoft.Network/trafficmanagerprofiles/ps6852/ExternalEndpoints/ps6223?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzg0Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4NTIvRXh0ZXJuYWxFbmRwb2ludHMvcHM2MjIzP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e97ab114-9f62-41dc-a683-4f852f78b35d" + "fa55796a-3d20-497a-95cd-077ddc633cde" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -288,7 +288,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e97ab114-9f62-41dc-a683-4f852f78b35d" + "fa55796a-3d20-497a-95cd-077ddc633cde" ], "Server": [ "Microsoft-IIS/10.0" @@ -299,47 +299,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "34af6933-3fe5-4902-8c92-5772fd349cc9" + "a9e3e807-4b69-4e9a-86e3-fe0a47fbf961" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091330Z:34af6933-3fe5-4902-8c92-5772fd349cc9" + "CENTRALINDIA:20221212T083450Z:a9e3e807-4b69-4e9a-86e3-fe0a47fbf961" ], "Date": [ - "Thu, 20 Jan 2022 09:13:29 GMT" + "Mon, 12 Dec 2022 08:34:50 GMT" ], "Content-Length": [ - "560" + "586" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps703/providers/Microsoft.Network/trafficManagerProfiles/ps5959/externalEndpoints/ps1503\",\r\n \"name\": \"ps1503\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"GEO-NA\",\r\n \"GEO-SA\"\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3846/providers/Microsoft.Network/trafficManagerProfiles/ps6852/externalEndpoints/ps6223\",\r\n \"name\": \"ps6223\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"GEO-NA\",\r\n \"GEO-SA\"\r\n ],\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps703/providers/Microsoft.Network/trafficmanagerprofiles/ps5959/ExternalEndpoints/ps1503?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzNTk1OS9FeHRlcm5hbEVuZHBvaW50cy9wczE1MDM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3846/providers/Microsoft.Network/trafficmanagerprofiles/ps6852/ExternalEndpoints/ps6223?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzg0Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4NTIvRXh0ZXJuYWxFbmRwb2ludHMvcHM2MjIzP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fedc7bf9-7217-498e-82a6-3c3e190d20e3" + "fba75f94-79d6-40ba-be6a-c1cfe7a2d7e7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -351,7 +351,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fedc7bf9-7217-498e-82a6-3c3e190d20e3" + "fba75f94-79d6-40ba-be6a-c1cfe7a2d7e7" ], "Server": [ "Microsoft-IIS/10.0" @@ -362,47 +362,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "3a86877d-d4a5-4e5e-bf71-240befcae32e" + "e0de10b6-843e-4c01-8d8a-03b6645559c3" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091331Z:3a86877d-d4a5-4e5e-bf71-240befcae32e" + "CENTRALINDIA:20221212T083457Z:e0de10b6-843e-4c01-8d8a-03b6645559c3" ], "Date": [ - "Thu, 20 Jan 2022 09:13:31 GMT" + "Mon, 12 Dec 2022 08:34:56 GMT" ], "Content-Length": [ - "569" + "595" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps703/providers/Microsoft.Network/trafficManagerProfiles/ps5959/externalEndpoints/ps1503\",\r\n \"name\": \"ps1503\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"GEO-NA\",\r\n \"GEO-SA\",\r\n \"GEO-AP\"\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3846/providers/Microsoft.Network/trafficManagerProfiles/ps6852/externalEndpoints/ps6223\",\r\n \"name\": \"ps6223\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"GEO-NA\",\r\n \"GEO-SA\",\r\n \"GEO-AP\"\r\n ],\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps703/providers/Microsoft.Network/trafficmanagerprofiles/ps5959/ExternalEndpoints/ps1503?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzNTk1OS9FeHRlcm5hbEVuZHBvaW50cy9wczE1MDM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3846/providers/Microsoft.Network/trafficmanagerprofiles/ps6852/ExternalEndpoints/ps6223?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzg0Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4NTIvRXh0ZXJuYWxFbmRwb2ludHMvcHM2MjIzP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d9a46a2-db6a-4221-a2c3-b2da7f6b708a" + "603a5353-48d1-4283-833c-b1b287556079" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -414,7 +414,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8d9a46a2-db6a-4221-a2c3-b2da7f6b708a" + "603a5353-48d1-4283-833c-b1b287556079" ], "Server": [ "Microsoft-IIS/10.0" @@ -425,17 +425,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "65445478-1686-4d1a-8c15-fa9f5daabc61" + "0abd40f2-2172-4f73-94e4-e11a88b71d5f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091333Z:65445478-1686-4d1a-8c15-fa9f5daabc61" + "JIOINDIACENTRAL:20221212T083502Z:0abd40f2-2172-4f73-94e4-e11a88b71d5f" ], "Date": [ - "Thu, 20 Jan 2022 09:13:32 GMT" + "Mon, 12 Dec 2022 08:35:01 GMT" ], "Content-Length": [ "121" @@ -444,26 +444,25 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps1503' of type 'externalendpoints' does not exist in the profile 'ps5959'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps6223' of type 'externalendpoints' does not exist in the profile 'ps6852'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps703/providers/Microsoft.Network/trafficmanagerprofiles/ps5959/ExternalEndpoints/ps1503?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzNTk1OS9FeHRlcm5hbEVuZHBvaW50cy9wczE1MDM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3846/providers/Microsoft.Network/trafficmanagerprofiles/ps6852/ExternalEndpoints/ps6223?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzg0Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4NTIvRXh0ZXJuYWxFbmRwb2ludHMvcHM2MjIzP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"geoMapping\": [\r\n \"GEO-NA\",\r\n \"GEO-SA\"\r\n ]\r\n },\r\n \"name\": \"ps1503\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "106ead20-efda-45d7-8438-148200f304dd" + "75fc049d-34f1-43ab-bbb6-536567e09b80" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -472,6 +471,7 @@ "251" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"geoMapping\": [\r\n \"GEO-NA\",\r\n \"GEO-SA\"\r\n ]\r\n },\r\n \"name\": \"ps6223\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -483,7 +483,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "106ead20-efda-45d7-8438-148200f304dd" + "75fc049d-34f1-43ab-bbb6-536567e09b80" ], "Server": [ "Microsoft-IIS/10.0" @@ -494,53 +494,53 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "81be1c5b-40c8-42ad-b4fb-74d96ee1c183" + "f4e15786-0cb9-46fc-849d-e0c985a577b6" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091329Z:81be1c5b-40c8-42ad-b4fb-74d96ee1c183" + "CENTRALINDIA:20221212T083448Z:f4e15786-0cb9-46fc-849d-e0c985a577b6" ], "Date": [ - "Thu, 20 Jan 2022 09:13:29 GMT" + "Mon, 12 Dec 2022 08:34:47 GMT" ], "Content-Length": [ - "560" + "586" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps703/providers/Microsoft.Network/trafficManagerProfiles/ps5959/externalEndpoints/ps1503\",\r\n \"name\": \"ps1503\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"GEO-NA\",\r\n \"GEO-SA\"\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3846/providers/Microsoft.Network/trafficManagerProfiles/ps6852/externalEndpoints/ps6223\",\r\n \"name\": \"ps6223\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"GEO-NA\",\r\n \"GEO-SA\"\r\n ],\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps703/providers/Microsoft.Network/trafficmanagerprofiles/ps5959/ExternalEndpoints/ps1503?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzNTk1OS9FeHRlcm5hbEVuZHBvaW50cy9wczE1MDM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3846/providers/Microsoft.Network/trafficmanagerprofiles/ps6852/ExternalEndpoints/ps6223?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzg0Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4NTIvRXh0ZXJuYWxFbmRwb2ludHMvcHM2MjIzP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"geoMapping\": [\r\n \"GEO-NA\",\r\n \"GEO-SA\",\r\n \"GEO-AP\"\r\n ]\r\n },\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps703/providers/Microsoft.Network/trafficManagerProfiles/ps5959/externalEndpoints/ps1503\",\r\n \"name\": \"ps1503\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2295117a-aec1-49f2-ae38-6c5e8556f681" + "c9aa6f13-4e0d-418d-8f04-249c22390f3f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "474" + "507" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"geoMapping\": [\r\n \"GEO-NA\",\r\n \"GEO-SA\",\r\n \"GEO-AP\"\r\n ],\r\n \"alwaysServe\": \"Disabled\"\r\n },\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3846/providers/Microsoft.Network/trafficManagerProfiles/ps6852/externalEndpoints/ps6223\",\r\n \"name\": \"ps6223\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -552,7 +552,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2295117a-aec1-49f2-ae38-6c5e8556f681" + "c9aa6f13-4e0d-418d-8f04-249c22390f3f" ], "Server": [ "Microsoft-IIS/10.0" @@ -563,47 +563,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "f597f0de-2a3e-4902-bd05-e8ecb6032a29" + "849e7a71-93f6-4133-aaed-a96daa6e9c7b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091331Z:f597f0de-2a3e-4902-bd05-e8ecb6032a29" + "CENTRALINDIA:20221212T083453Z:849e7a71-93f6-4133-aaed-a96daa6e9c7b" ], "Date": [ - "Thu, 20 Jan 2022 09:13:30 GMT" + "Mon, 12 Dec 2022 08:34:53 GMT" ], "Content-Length": [ - "569" + "595" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps703/providers/Microsoft.Network/trafficManagerProfiles/ps5959/externalEndpoints/ps1503\",\r\n \"name\": \"ps1503\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"GEO-NA\",\r\n \"GEO-SA\",\r\n \"GEO-AP\"\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3846/providers/Microsoft.Network/trafficManagerProfiles/ps6852/externalEndpoints/ps6223\",\r\n \"name\": \"ps6223\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"GEO-NA\",\r\n \"GEO-SA\",\r\n \"GEO-AP\"\r\n ],\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps703/providers/Microsoft.Network/trafficmanagerprofiles/ps5959/ExternalEndpoints/ps1503?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzNTk1OS9FeHRlcm5hbEVuZHBvaW50cy9wczE1MDM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3846/providers/Microsoft.Network/trafficmanagerprofiles/ps6852/ExternalEndpoints/ps6223?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzg0Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY4NTIvRXh0ZXJuYWxFbmRwb2ludHMvcHM2MjIzP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a62aad9d-03d2-4dd5-966e-138828612bb0" + "bbb2e25f-4884-402f-9128-7597f28913da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -615,7 +615,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a62aad9d-03d2-4dd5-966e-138828612bb0" + "bbb2e25f-4884-402f-9128-7597f28913da" ], "Server": [ "Microsoft-IIS/10.0" @@ -627,16 +627,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14995" ], "x-ms-correlation-request-id": [ - "ba0044ef-8ccb-4cdc-a118-bcfeb6f6dfc3" + "88e4eedc-0be2-4aa2-bdb9-eddaa4938e33" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091332Z:ba0044ef-8ccb-4cdc-a118-bcfeb6f6dfc3" + "JIOINDIACENTRAL:20221212T083459Z:88e4eedc-0be2-4aa2-bdb9-eddaa4938e33" ], "Date": [ - "Thu, 20 Jan 2022 09:13:32 GMT" + "Mon, 12 Dec 2022 08:34:59 GMT" ], "Content-Length": [ "0" @@ -646,24 +646,24 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps703?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzAzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps3846?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMzg0Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e2cd01-1a14-432a-ac50-279752d2c4ac" + "c80230b9-c0ec-44ef-a882-0cc5b137c483" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -672,22 +672,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14994" ], "x-ms-request-id": [ - "4fd3b9e4-4968-420d-8925-b0c0750f27d8" + "f8a956ee-346a-4d66-afad-714320323739" ], "x-ms-correlation-request-id": [ - "4fd3b9e4-4968-420d-8925-b0c0750f27d8" + "f8a956ee-346a-4d66-afad-714320323739" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091337Z:4fd3b9e4-4968-420d-8925-b0c0750f27d8" + "JIOINDIACENTRAL:20221212T083506Z:f8a956ee-346a-4d66-afad-714320323739" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -696,7 +696,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:13:37 GMT" + "Mon, 12 Dec 2022 08:35:06 GMT" ], "Expires": [ "-1" @@ -709,75 +709,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd015MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "187dc23c-f505-42f5-956c-8a6802395347" - ], - "x-ms-correlation-request-id": [ - "187dc23c-f505-42f5-956c-8a6802395347" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091353Z:187dc23c-f505-42f5-956c-8a6802395347" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:13:52 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd015MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -786,22 +729,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11983" ], "x-ms-request-id": [ - "b685679b-963d-4146-a706-ff95ca8f687d" + "49c5ccbb-7d17-4d0b-ad3b-e20b36ac38ab" ], "x-ms-correlation-request-id": [ - "b685679b-963d-4146-a706-ff95ca8f687d" + "49c5ccbb-7d17-4d0b-ad3b-e20b36ac38ab" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091408Z:b685679b-963d-4146-a706-ff95ca8f687d" + "JIOINDIACENTRAL:20221212T083521Z:49c5ccbb-7d17-4d0b-ad3b-e20b36ac38ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -810,7 +753,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:14:08 GMT" + "Mon, 12 Dec 2022 08:35:21 GMT" ], "Expires": [ "-1" @@ -823,75 +766,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd015MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "4171cd9f-1da7-4876-b6c3-86999a105516" - ], - "x-ms-correlation-request-id": [ - "4171cd9f-1da7-4876-b6c3-86999a105516" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091424Z:4171cd9f-1da7-4876-b6c3-86999a105516" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:14:23 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd015MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -900,22 +786,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11982" ], "x-ms-request-id": [ - "1e6f7ca9-98fc-43df-a01d-517ecb3c5c83" + "93994e91-b492-4a37-8cf4-f4aab1131b77" ], "x-ms-correlation-request-id": [ - "1e6f7ca9-98fc-43df-a01d-517ecb3c5c83" + "93994e91-b492-4a37-8cf4-f4aab1131b77" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091439Z:1e6f7ca9-98fc-43df-a01d-517ecb3c5c83" + "JIOINDIACENTRAL:20221212T083537Z:93994e91-b492-4a37-8cf4-f4aab1131b77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -924,7 +810,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:14:39 GMT" + "Mon, 12 Dec 2022 08:35:36 GMT" ], "Expires": [ "-1" @@ -937,75 +823,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd015MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "8aea0b89-ea57-4ae8-a217-75f542cf6382" - ], - "x-ms-correlation-request-id": [ - "8aea0b89-ea57-4ae8-a217-75f542cf6382" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091455Z:8aea0b89-ea57-4ae8-a217-75f542cf6382" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:14:54 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd015MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1014,22 +843,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11981" ], "x-ms-request-id": [ - "b4df8855-a8a7-41a0-84c5-28f7e45d9cb7" + "d9e76da7-83b1-42bf-8620-f4832d2ce2e3" ], "x-ms-correlation-request-id": [ - "b4df8855-a8a7-41a0-84c5-28f7e45d9cb7" + "d9e76da7-83b1-42bf-8620-f4832d2ce2e3" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091510Z:b4df8855-a8a7-41a0-84c5-28f7e45d9cb7" + "JIOINDIACENTRAL:20221212T083552Z:d9e76da7-83b1-42bf-8620-f4832d2ce2e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1038,7 +867,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:15:10 GMT" + "Mon, 12 Dec 2022 08:35:52 GMT" ], "Expires": [ "-1" @@ -1051,18 +880,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd015MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1071,22 +900,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11980" ], "x-ms-request-id": [ - "c392cef3-6c84-4e00-b77c-df8cbd559618" + "4d3eee14-d42f-498a-8842-b3113bf6f9f6" ], "x-ms-correlation-request-id": [ - "c392cef3-6c84-4e00-b77c-df8cbd559618" + "4d3eee14-d42f-498a-8842-b3113bf6f9f6" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091526Z:c392cef3-6c84-4e00-b77c-df8cbd559618" + "JIOINDIACENTRAL:20221212T083608Z:4d3eee14-d42f-498a-8842-b3113bf6f9f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1095,7 +924,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:15:26 GMT" + "Mon, 12 Dec 2022 08:36:07 GMT" ], "Expires": [ "-1" @@ -1108,18 +937,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd015MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1128,22 +957,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11979" ], "x-ms-request-id": [ - "9fc2eb56-2c05-4521-8b10-0e4fcfcb98f1" + "84114a0a-f8c6-46e9-84dd-78d1bd867b88" ], "x-ms-correlation-request-id": [ - "9fc2eb56-2c05-4521-8b10-0e4fcfcb98f1" + "84114a0a-f8c6-46e9-84dd-78d1bd867b88" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091541Z:9fc2eb56-2c05-4521-8b10-0e4fcfcb98f1" + "JIOINDIACENTRAL:20221212T083623Z:84114a0a-f8c6-46e9-84dd-78d1bd867b88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1152,7 +981,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:15:41 GMT" + "Mon, 12 Dec 2022 08:36:23 GMT" ], "Expires": [ "-1" @@ -1165,18 +994,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd015MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1185,22 +1014,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11978" ], "x-ms-request-id": [ - "fac92f55-bef9-4b31-b50b-f7ab28f57917" + "614fac73-2dff-4c7b-b147-28ed233dd0f4" ], "x-ms-correlation-request-id": [ - "fac92f55-bef9-4b31-b50b-f7ab28f57917" + "614fac73-2dff-4c7b-b147-28ed233dd0f4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091557Z:fac92f55-bef9-4b31-b50b-f7ab28f57917" + "JIOINDIACENTRAL:20221212T083639Z:614fac73-2dff-4c7b-b147-28ed233dd0f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1209,7 +1038,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:15:57 GMT" + "Mon, 12 Dec 2022 08:36:38 GMT" ], "Expires": [ "-1" @@ -1222,18 +1051,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd015MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1242,22 +1071,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11977" ], "x-ms-request-id": [ - "095b5da7-97ac-4625-a504-bdadf28b33bb" + "8c1071be-cda0-4b75-9d52-dcf27face40d" ], "x-ms-correlation-request-id": [ - "095b5da7-97ac-4625-a504-bdadf28b33bb" + "8c1071be-cda0-4b75-9d52-dcf27face40d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091613Z:095b5da7-97ac-4625-a504-bdadf28b33bb" + "JIOINDIACENTRAL:20221212T083654Z:8c1071be-cda0-4b75-9d52-dcf27face40d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1266,7 +1095,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:16:12 GMT" + "Mon, 12 Dec 2022 08:36:54 GMT" ], "Expires": [ "-1" @@ -1279,18 +1108,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd015MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1299,22 +1128,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11976" ], "x-ms-request-id": [ - "3751b46c-7e72-4c8e-ba2d-ac6d8106ba08" + "1ae597bc-d9ce-476f-8129-e95b503820c4" ], "x-ms-correlation-request-id": [ - "3751b46c-7e72-4c8e-ba2d-ac6d8106ba08" + "1ae597bc-d9ce-476f-8129-e95b503820c4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091628Z:3751b46c-7e72-4c8e-ba2d-ac6d8106ba08" + "JIOINDIACENTRAL:20221212T083710Z:1ae597bc-d9ce-476f-8129-e95b503820c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1323,7 +1152,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:16:27 GMT" + "Mon, 12 Dec 2022 08:37:09 GMT" ], "Expires": [ "-1" @@ -1336,18 +1165,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd015MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1356,16 +1185,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11975" ], "x-ms-request-id": [ - "6c035617-aeaa-49b6-8ec8-4ace768b8ad0" + "d6fab144-679a-408b-9fe4-a8f6c8ee2032" ], "x-ms-correlation-request-id": [ - "6c035617-aeaa-49b6-8ec8-4ace768b8ad0" + "d6fab144-679a-408b-9fe4-a8f6c8ee2032" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091644Z:6c035617-aeaa-49b6-8ec8-4ace768b8ad0" + "JIOINDIACENTRAL:20221212T083725Z:d6fab144-679a-408b-9fe4-a8f6c8ee2032" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1374,7 +1203,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:16:43 GMT" + "Mon, 12 Dec 2022 08:37:25 GMT" ], "Expires": [ "-1" @@ -1387,18 +1216,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd015MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1407,16 +1236,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11974" ], "x-ms-request-id": [ - "08c36329-27c1-4a0c-844c-6676f276c500" + "2784e5ea-dfdd-4b4d-b700-9576d3fa3775" ], "x-ms-correlation-request-id": [ - "08c36329-27c1-4a0c-844c-6676f276c500" + "2784e5ea-dfdd-4b4d-b700-9576d3fa3775" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091644Z:08c36329-27c1-4a0c-844c-6676f276c500" + "JIOINDIACENTRAL:20221212T083726Z:2784e5ea-dfdd-4b4d-b700-9576d3fa3775" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1425,7 +1254,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:16:43 GMT" + "Mon, 12 Dec 2022 08:37:25 GMT" ], "Expires": [ "-1" @@ -1440,13 +1269,13 @@ ], "Names": { "Test-EndpointCrudGeo": [ - "ps1503", - "ps5959", - "ps703", - "ps1689" + "ps6223", + "ps6852", + "ps3846", + "ps8676" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEndpointCrudPiping.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEndpointCrudPiping.json index faf091b75bea..39b619b89e10 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEndpointCrudPiping.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEndpointCrudPiping.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps9065?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzOTA2NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps9618?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzOTYxOD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "56c87f2a-c134-4776-92eb-0f978e3aba77" + "3634ab5b-9fec-44f2-8966-3df8ea8a5b1a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-request-id": [ - "49d00390-25cf-4084-aef4-cecc2c2e1531" + "bbace7e0-9eea-4cac-8b01-41616d1e85e8" ], "x-ms-correlation-request-id": [ - "49d00390-25cf-4084-aef4-cecc2c2e1531" + "bbace7e0-9eea-4cac-8b01-41616d1e85e8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120315Z:49d00390-25cf-4084-aef4-cecc2c2e1531" + "JIOINDIACENTRAL:20221212T085752Z:bbace7e0-9eea-4cac-8b01-41616d1e85e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:03:14 GMT" + "Mon, 12 Dec 2022 08:57:52 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9065\",\r\n \"name\": \"ps9065\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9618\",\r\n \"name\": \"ps9618\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9065/providers/Microsoft.Network/trafficmanagerprofiles/ps4734?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTA2NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQ3MzQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9618/providers/Microsoft.Network/trafficmanagerprofiles/ps3648?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTYxOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM2NDg/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5761cf45-1b22-470a-83f1-6370a5e4f42e" + "05274415-8313-4d55-bce3-ed9a7ce275c1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "9052245e-a7e5-4987-b0f2-9e25a58d52e4" + "0e900234-efed-45ac-9135-c25969908946" ], "x-ms-correlation-request-id": [ - "9052245e-a7e5-4987-b0f2-9e25a58d52e4" + "0e900234-efed-45ac-9135-c25969908946" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120319Z:9052245e-a7e5-4987-b0f2-9e25a58d52e4" + "JIOINDIACENTRAL:20221212T085753Z:0e900234-efed-45ac-9135-c25969908946" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:03:18 GMT" + "Mon, 12 Dec 2022 08:57:52 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,34 +123,34 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps4734' under resource group 'ps9065' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps3648' under resource group 'ps9618' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9065/providers/Microsoft.Network/trafficmanagerprofiles/ps4734?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTA2NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQ3MzQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9618/providers/Microsoft.Network/trafficmanagerprofiles/ps3648?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTYxOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM2NDg/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3437\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps4734\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5761cf45-1b22-470a-83f1-6370a5e4f42e" + "05274415-8313-4d55-bce3-ed9a7ce275c1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "337" + "336" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps403\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps3648\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5761cf45-1b22-470a-83f1-6370a5e4f42e" + "05274415-8313-4d55-bce3-ed9a7ce275c1" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,46 +174,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "ff83841e-ea82-4f7a-a8f3-ceb2ba2a3872" + "e04a2c99-a2c1-4fef-b480-3e25b9655468" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120327Z:ff83841e-ea82-4f7a-a8f3-ceb2ba2a3872" + "JIOINDIACENTRAL:20221212T085758Z:e04a2c99-a2c1-4fef-b480-3e25b9655468" ], "Date": [ - "Thu, 20 Jan 2022 12:03:26 GMT" + "Mon, 12 Dec 2022 08:57:58 GMT" ], "Content-Length": [ - "647" + "645" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9065/providers/Microsoft.Network/trafficManagerProfiles/ps4734\",\r\n \"name\": \"ps4734\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3437\",\r\n \"fqdn\": \"ps3437.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9618/providers/Microsoft.Network/trafficManagerProfiles/ps3648\",\r\n \"name\": \"ps3648\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps403\",\r\n \"fqdn\": \"ps403.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9065/providers/Microsoft.Network/trafficmanagerprofiles/ps4734/ExternalEndpoints/ps252?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTA2NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQ3MzQvRXh0ZXJuYWxFbmRwb2ludHMvcHMyNTI/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9618/providers/Microsoft.Network/trafficmanagerprofiles/ps3648/ExternalEndpoints/ps7119?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTYxOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM2NDgvRXh0ZXJuYWxFbmRwb2ludHMvcHM3MTE5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a424725c-d769-4eae-bac4-0adf1945831a" + "f587522c-0b69-43c1-afa0-379260572009" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a424725c-d769-4eae-bac4-0adf1945831a" + "f587522c-0b69-43c1-afa0-379260572009" ], "Server": [ "Microsoft-IIS/10.0" @@ -236,47 +236,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "b28791c8-19ad-468a-86ba-05edf43fa207" + "ce8d0653-8a8d-4657-86ce-9a617183a306" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120327Z:b28791c8-19ad-468a-86ba-05edf43fa207" + "JIOINDIACENTRAL:20221212T085800Z:ce8d0653-8a8d-4657-86ce-9a617183a306" ], "Date": [ - "Thu, 20 Jan 2022 12:03:27 GMT" + "Mon, 12 Dec 2022 08:58:00 GMT" ], "Content-Length": [ - "120" + "121" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps252' of type 'externalendpoints' does not exist in the profile 'ps4734'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps7119' of type 'externalendpoints' does not exist in the profile 'ps3648'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9065/providers/Microsoft.Network/trafficmanagerprofiles/ps4734/ExternalEndpoints/ps252?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTA2NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQ3MzQvRXh0ZXJuYWxFbmRwb2ludHMvcHMyNTI/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9618/providers/Microsoft.Network/trafficmanagerprofiles/ps3648/ExternalEndpoints/ps7119?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTYxOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM2NDgvRXh0ZXJuYWxFbmRwb2ludHMvcHM3MTE5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ea0c625-6bfa-4d16-bed2-e6c74bbec249" + "feab4d20-1ef2-440d-8650-a6e9145f4f42" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -288,7 +288,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2ea0c625-6bfa-4d16-bed2-e6c74bbec249" + "feab4d20-1ef2-440d-8650-a6e9145f4f42" ], "Server": [ "Microsoft-IIS/10.0" @@ -299,47 +299,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "248" ], "x-ms-correlation-request-id": [ - "4970cfd9-5547-4894-8211-40d53ec1acbf" + "0f96c2e0-dada-4e9d-b225-1be32a20e764" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120330Z:4970cfd9-5547-4894-8211-40d53ec1acbf" + "JIOINDIACENTRAL:20221212T085803Z:0f96c2e0-dada-4e9d-b225-1be32a20e764" ], "Date": [ - "Thu, 20 Jan 2022 12:03:29 GMT" + "Mon, 12 Dec 2022 08:58:02 GMT" ], "Content-Length": [ - "536" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9065/providers/Microsoft.Network/trafficManagerProfiles/ps4734/externalEndpoints/ps252\",\r\n \"name\": \"ps252\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9618/providers/Microsoft.Network/trafficManagerProfiles/ps3648/externalEndpoints/ps7119\",\r\n \"name\": \"ps7119\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9065/providers/Microsoft.Network/trafficmanagerprofiles/ps4734/ExternalEndpoints/ps252?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTA2NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQ3MzQvRXh0ZXJuYWxFbmRwb2ludHMvcHMyNTI/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9618/providers/Microsoft.Network/trafficmanagerprofiles/ps3648/ExternalEndpoints/ps7119?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTYxOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM2NDgvRXh0ZXJuYWxFbmRwb2ludHMvcHM3MTE5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "580dc92d-228f-46ba-a2e5-b331cab33181" + "a55766be-ffb0-40d7-944d-73e4b8a5fc56" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -351,7 +351,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "580dc92d-228f-46ba-a2e5-b331cab33181" + "a55766be-ffb0-40d7-944d-73e4b8a5fc56" ], "Server": [ "Microsoft-IIS/10.0" @@ -362,53 +362,53 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "247" ], "x-ms-correlation-request-id": [ - "3ac35995-40a8-4dec-8766-e8f05d02bdb7" + "40d33e28-687b-49bd-8a62-477ab334fa87" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120333Z:3ac35995-40a8-4dec-8766-e8f05d02bdb7" + "JIOINDIACENTRAL:20221212T085806Z:40d33e28-687b-49bd-8a62-477ab334fa87" ], "Date": [ - "Thu, 20 Jan 2022 12:03:32 GMT" + "Mon, 12 Dec 2022 08:58:05 GMT" ], "Content-Length": [ - "120" + "121" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps252' of type 'externalendpoints' does not exist in the profile 'ps4734'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps7119' of type 'externalendpoints' does not exist in the profile 'ps3648'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9065/providers/Microsoft.Network/trafficmanagerprofiles/ps4734/ExternalEndpoints/ps252?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTA2NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQ3MzQvRXh0ZXJuYWxFbmRwb2ludHMvcHMyNTI/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9618/providers/Microsoft.Network/trafficmanagerprofiles/ps3648/ExternalEndpoints/ps7119?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTYxOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM2NDgvRXh0ZXJuYWxFbmRwb2ludHMvcHM3MTE5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps252\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a424725c-d769-4eae-bac4-0adf1945831a" + "f587522c-0b69-43c1-afa0-379260572009" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "229" + "230" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps7119\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -420,7 +420,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a424725c-d769-4eae-bac4-0adf1945831a" + "f587522c-0b69-43c1-afa0-379260572009" ], "Server": [ "Microsoft-IIS/10.0" @@ -431,53 +431,53 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "12005d8a-8ad6-475e-a238-28d3c16fda07" + "ccf7435e-fd1a-46d5-b3fd-d1d69daa5491" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120329Z:12005d8a-8ad6-475e-a238-28d3c16fda07" + "JIOINDIACENTRAL:20221212T085802Z:ccf7435e-fd1a-46d5-b3fd-d1d69daa5491" ], "Date": [ - "Thu, 20 Jan 2022 12:03:28 GMT" + "Mon, 12 Dec 2022 08:58:01 GMT" ], "Content-Length": [ - "536" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9065/providers/Microsoft.Network/trafficManagerProfiles/ps4734/externalEndpoints/ps252\",\r\n \"name\": \"ps252\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9618/providers/Microsoft.Network/trafficManagerProfiles/ps3648/externalEndpoints/ps7119\",\r\n \"name\": \"ps7119\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9065/providers/Microsoft.Network/trafficmanagerprofiles/ps4734/ExternalEndpoints/ps252?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTA2NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQ3MzQvRXh0ZXJuYWxFbmRwb2ludHMvcHMyNTI/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9618/providers/Microsoft.Network/trafficmanagerprofiles/ps3648/ExternalEndpoints/ps7119?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTYxOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM2NDgvRXh0ZXJuYWxFbmRwb2ludHMvcHM3MTE5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9065/providers/Microsoft.Network/trafficManagerProfiles/ps4734/externalEndpoints/ps252\",\r\n \"name\": \"ps252\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2ea0c625-6bfa-4d16-bed2-e6c74bbec249" + "feab4d20-1ef2-440d-8650-a6e9145f4f42" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "435" + "469" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"alwaysServe\": \"Disabled\"\r\n },\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9618/providers/Microsoft.Network/trafficManagerProfiles/ps3648/externalEndpoints/ps7119\",\r\n \"name\": \"ps7119\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -489,7 +489,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2ea0c625-6bfa-4d16-bed2-e6c74bbec249" + "feab4d20-1ef2-440d-8650-a6e9145f4f42" ], "Server": [ "Microsoft-IIS/10.0" @@ -500,47 +500,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "248" ], "x-ms-correlation-request-id": [ - "51268853-ad14-49d9-8181-712332c8e665" + "fe1a1322-8df1-4654-b38a-3e88965c7485" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120331Z:51268853-ad14-49d9-8181-712332c8e665" + "JIOINDIACENTRAL:20221212T085804Z:fe1a1322-8df1-4654-b38a-3e88965c7485" ], "Date": [ - "Thu, 20 Jan 2022 12:03:30 GMT" + "Mon, 12 Dec 2022 08:58:03 GMT" ], "Content-Length": [ - "536" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9065/providers/Microsoft.Network/trafficManagerProfiles/ps4734/externalEndpoints/ps252\",\r\n \"name\": \"ps252\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9618/providers/Microsoft.Network/trafficManagerProfiles/ps3648/externalEndpoints/ps7119\",\r\n \"name\": \"ps7119\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9065/providers/Microsoft.Network/trafficmanagerprofiles/ps4734/ExternalEndpoints/ps252?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTA2NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQ3MzQvRXh0ZXJuYWxFbmRwb2ludHMvcHMyNTI/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9618/providers/Microsoft.Network/trafficmanagerprofiles/ps3648/ExternalEndpoints/ps7119?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTYxOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM2NDgvRXh0ZXJuYWxFbmRwb2ludHMvcHM3MTE5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ea0c625-6bfa-4d16-bed2-e6c74bbec249" + "feab4d20-1ef2-440d-8650-a6e9145f4f42" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -552,7 +552,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2ea0c625-6bfa-4d16-bed2-e6c74bbec249" + "feab4d20-1ef2-440d-8650-a6e9145f4f42" ], "Server": [ "Microsoft-IIS/10.0" @@ -564,16 +564,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14990" ], "x-ms-correlation-request-id": [ - "b1949379-6f65-447c-9f3b-4f4356396cfa" + "b3833124-2375-4381-9dcd-0a1560af68a0" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120332Z:b1949379-6f65-447c-9f3b-4f4356396cfa" + "JIOINDIACENTRAL:20221212T085805Z:b3833124-2375-4381-9dcd-0a1560af68a0" ], "Date": [ - "Thu, 20 Jan 2022 12:03:32 GMT" + "Mon, 12 Dec 2022 08:58:05 GMT" ], "Content-Length": [ "0" @@ -583,24 +583,24 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps9065?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzOTA2NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps9618?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzOTYxOD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f79f59f-bdcc-4fa2-be8a-d9458b6cc37d" + "ffb8612f-19b2-4f77-88cf-f83722870a58" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -609,22 +609,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14996" ], "x-ms-request-id": [ - "ab0e9dd5-260a-48ba-b2ac-d7537287d9f2" + "174f0717-c5bc-4b71-9119-5a588309084d" ], "x-ms-correlation-request-id": [ - "ab0e9dd5-260a-48ba-b2ac-d7537287d9f2" + "174f0717-c5bc-4b71-9119-5a588309084d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120337Z:ab0e9dd5-260a-48ba-b2ac-d7537287d9f2" + "JIOINDIACENTRAL:20221212T085809Z:174f0717-c5bc-4b71-9119-5a588309084d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -633,64 +633,10 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:03:37 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprd05qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" + "Mon, 12 Dec 2022 08:58:09 GMT" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "30c9ac4f-0857-4dec-ab33-fee72ef61cb7" - ], - "x-ms-correlation-request-id": [ - "30c9ac4f-0857-4dec-ab33-fee72ef61cb7" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120353Z:30c9ac4f-0857-4dec-ab33-fee72ef61cb7" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:03:53 GMT" + "Connection": [ + "close" ], "Expires": [ "-1" @@ -703,75 +649,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprd05qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-request-id": [ - "868d79f5-3dc5-4f65-8b01-0e14e4e3b61e" - ], - "x-ms-correlation-request-id": [ - "868d79f5-3dc5-4f65-8b01-0e14e4e3b61e" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120409Z:868d79f5-3dc5-4f65-8b01-0e14e4e3b61e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:04:09 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprd05qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -780,64 +669,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "78194fe9-3195-47f1-a44f-9c7fe48f046b" - ], - "x-ms-correlation-request-id": [ - "78194fe9-3195-47f1-a44f-9c7fe48f046b" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120425Z:78194fe9-3195-47f1-a44f-9c7fe48f046b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:04:24 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprd05qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -846,13 +678,13 @@ "11996" ], "x-ms-request-id": [ - "ad8bfad2-50ed-4878-8849-fc16b921e607" + "82a75aa4-7bd2-4111-b9cf-df270a3b413c" ], "x-ms-correlation-request-id": [ - "ad8bfad2-50ed-4878-8849-fc16b921e607" + "82a75aa4-7bd2-4111-b9cf-df270a3b413c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120440Z:ad8bfad2-50ed-4878-8849-fc16b921e607" + "JIOINDIACENTRAL:20221212T085825Z:82a75aa4-7bd2-4111-b9cf-df270a3b413c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -861,7 +693,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:04:40 GMT" + "Mon, 12 Dec 2022 08:58:24 GMT" ], "Expires": [ "-1" @@ -874,18 +706,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprd05qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -894,7 +726,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -903,13 +735,13 @@ "11995" ], "x-ms-request-id": [ - "1854bdab-829d-4c87-9318-e89165a80c3d" + "227ab1ff-8b21-4cda-995e-a195313a62f0" ], "x-ms-correlation-request-id": [ - "1854bdab-829d-4c87-9318-e89165a80c3d" + "227ab1ff-8b21-4cda-995e-a195313a62f0" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120456Z:1854bdab-829d-4c87-9318-e89165a80c3d" + "JIOINDIACENTRAL:20221212T085840Z:227ab1ff-8b21-4cda-995e-a195313a62f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -918,7 +750,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:04:55 GMT" + "Mon, 12 Dec 2022 08:58:40 GMT" ], "Expires": [ "-1" @@ -931,18 +763,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprd05qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -951,7 +783,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -960,13 +792,13 @@ "11994" ], "x-ms-request-id": [ - "95a21527-bd4e-4240-a59e-9fc8f328eb17" + "47aecf7f-2924-4db8-8238-b1f4d857e48e" ], "x-ms-correlation-request-id": [ - "95a21527-bd4e-4240-a59e-9fc8f328eb17" + "47aecf7f-2924-4db8-8238-b1f4d857e48e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120512Z:95a21527-bd4e-4240-a59e-9fc8f328eb17" + "JIOINDIACENTRAL:20221212T085856Z:47aecf7f-2924-4db8-8238-b1f4d857e48e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -975,7 +807,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:05:12 GMT" + "Mon, 12 Dec 2022 08:58:55 GMT" ], "Expires": [ "-1" @@ -988,18 +820,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprd05qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1008,7 +840,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1017,13 +849,13 @@ "11993" ], "x-ms-request-id": [ - "175a5dba-5675-499d-884d-96d4aa0968d9" + "e2880cdc-d690-42af-bb06-3e154fae8c9d" ], "x-ms-correlation-request-id": [ - "175a5dba-5675-499d-884d-96d4aa0968d9" + "e2880cdc-d690-42af-bb06-3e154fae8c9d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120528Z:175a5dba-5675-499d-884d-96d4aa0968d9" + "JIOINDIACENTRAL:20221212T085911Z:e2880cdc-d690-42af-bb06-3e154fae8c9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1032,7 +864,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:05:27 GMT" + "Mon, 12 Dec 2022 08:59:11 GMT" ], "Expires": [ "-1" @@ -1045,18 +877,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprd05qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1068,13 +900,13 @@ "11992" ], "x-ms-request-id": [ - "ed031b48-bdb1-452a-ade3-2f7b26c059ff" + "f7bf81fa-014e-4996-87e1-69716e70ec71" ], "x-ms-correlation-request-id": [ - "ed031b48-bdb1-452a-ade3-2f7b26c059ff" + "f7bf81fa-014e-4996-87e1-69716e70ec71" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120543Z:ed031b48-bdb1-452a-ade3-2f7b26c059ff" + "JIOINDIACENTRAL:20221212T085927Z:f7bf81fa-014e-4996-87e1-69716e70ec71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1083,7 +915,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:05:43 GMT" + "Mon, 12 Dec 2022 08:59:27 GMT" ], "Expires": [ "-1" @@ -1096,18 +928,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprd05qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1119,13 +951,13 @@ "11991" ], "x-ms-request-id": [ - "8bbbb821-dd86-4e9a-a62a-bee615110c0a" + "250f0d9e-838e-41d2-870d-fe06d8ad993e" ], "x-ms-correlation-request-id": [ - "8bbbb821-dd86-4e9a-a62a-bee615110c0a" + "250f0d9e-838e-41d2-870d-fe06d8ad993e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120544Z:8bbbb821-dd86-4e9a-a62a-bee615110c0a" + "JIOINDIACENTRAL:20221212T085927Z:250f0d9e-838e-41d2-870d-fe06d8ad993e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1134,7 +966,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:05:43 GMT" + "Mon, 12 Dec 2022 08:59:27 GMT" ], "Expires": [ "-1" @@ -1149,13 +981,13 @@ ], "Names": { "Test-EndpointCrudPiping": [ - "ps252", - "ps4734", - "ps9065", - "ps3437" + "ps7119", + "ps3648", + "ps9618", + "ps403" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEndpointTypeCaseInsensitive.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEndpointTypeCaseInsensitive.json index a1b5058ca05b..5a17039bba64 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEndpointTypeCaseInsensitive.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestEndpointTypeCaseInsensitive.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps9996?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzOTk5Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps1648?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMTY0OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b5ba006c-83ed-46f1-9c2c-10d89959a4a3" + "d6b4cf89-7735-4f4a-bfc2-4679d1d36e08" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -36,13 +36,13 @@ "1198" ], "x-ms-request-id": [ - "2378520b-84f7-4bf7-b36b-1a64f6b92566" + "82fc4a8f-27f6-4cfd-9393-9e3b8fdd8416" ], "x-ms-correlation-request-id": [ - "2378520b-84f7-4bf7-b36b-1a64f6b92566" + "82fc4a8f-27f6-4cfd-9393-9e3b8fdd8416" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091647Z:2378520b-84f7-4bf7-b36b-1a64f6b92566" + "JIOINDIACENTRAL:20221212T083730Z:82fc4a8f-27f6-4cfd-9393-9e3b8fdd8416" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:16:47 GMT" + "Mon, 12 Dec 2022 08:37:30 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9996\",\r\n \"name\": \"ps9996\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1648\",\r\n \"name\": \"ps1648\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9996/providers/Microsoft.Network/trafficmanagerprofiles/ps9701?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTk5Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MDE/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1648/providers/Microsoft.Network/trafficmanagerprofiles/ps9803?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTY0OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4MDM/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "108c453e-3909-42c9-9744-2e6853dd049b" + "6f16df13-6eb2-40aa-be19-5eb6a9036386" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "352a94ff-ac69-43b6-a12f-bdacd56daa65" + "e7eabf05-e9e8-4062-836c-9a00c822df16" ], "x-ms-correlation-request-id": [ - "352a94ff-ac69-43b6-a12f-bdacd56daa65" + "e7eabf05-e9e8-4062-836c-9a00c822df16" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091650Z:352a94ff-ac69-43b6-a12f-bdacd56daa65" + "JIOINDIACENTRAL:20221212T083731Z:e7eabf05-e9e8-4062-836c-9a00c822df16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:16:49 GMT" + "Mon, 12 Dec 2022 08:37:30 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,26 +123,25 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps9701' under resource group 'ps9996' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps9803' under resource group 'ps1648' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9996/providers/Microsoft.Network/trafficmanagerprofiles/ps9701?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTk5Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MDE/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1648/providers/Microsoft.Network/trafficmanagerprofiles/ps9803?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTY0OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4MDM/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps1926\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps9701\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "108c453e-3909-42c9-9744-2e6853dd049b" + "6f16df13-6eb2-40aa-be19-5eb6a9036386" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -151,6 +150,7 @@ "334" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9453\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps9803\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "108c453e-3909-42c9-9744-2e6853dd049b" + "6f16df13-6eb2-40aa-be19-5eb6a9036386" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,16 +174,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "95c69a91-7d3a-430b-91bf-0f9429c875d4" + "33d8e40c-f1d6-463d-932b-b7ff2e32984c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091659Z:95c69a91-7d3a-430b-91bf-0f9429c875d4" + "JIOINDIACENTRAL:20221212T083735Z:33d8e40c-f1d6-463d-932b-b7ff2e32984c" ], "Date": [ - "Thu, 20 Jan 2022 09:16:58 GMT" + "Mon, 12 Dec 2022 08:37:34 GMT" ], "Content-Length": [ "644" @@ -192,28 +192,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9996/providers/Microsoft.Network/trafficManagerProfiles/ps9701\",\r\n \"name\": \"ps9701\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps1926\",\r\n \"fqdn\": \"ps1926.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1648/providers/Microsoft.Network/trafficManagerProfiles/ps9803\",\r\n \"name\": \"ps9803\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9453\",\r\n \"fqdn\": \"ps9453.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9996/providers/Microsoft.Network/trafficmanagerprofiles/ps9701/exTernalendpoInTS/ps2655?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTk5Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MDEvZXhUZXJuYWxlbmRwb0luVFMvcHMyNjU1P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1648/providers/Microsoft.Network/trafficmanagerprofiles/ps9803/exTernalendpoInTS/ps9272?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTY0OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4MDMvZXhUZXJuYWxlbmRwb0luVFMvcHM5MjcyP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "558ed655-5411-4767-b5d7-878b1327063a" + "55b087b2-d077-4c35-93f9-3ae479fb797f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "558ed655-5411-4767-b5d7-878b1327063a" + "55b087b2-d077-4c35-93f9-3ae479fb797f" ], "Server": [ "Microsoft-IIS/10.0" @@ -236,17 +236,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "a2900b99-e0b6-4d1c-9d97-ae0bf5c8d45b" + "b76b1ee6-d385-4a1c-a709-2a63e4be463e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091659Z:a2900b99-e0b6-4d1c-9d97-ae0bf5c8d45b" + "JIOINDIACENTRAL:20221212T083736Z:b76b1ee6-d385-4a1c-a709-2a63e4be463e" ], "Date": [ - "Thu, 20 Jan 2022 09:16:59 GMT" + "Mon, 12 Dec 2022 08:37:35 GMT" ], "Content-Length": [ "121" @@ -255,26 +255,25 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps2655' of type 'externalendpoints' does not exist in the profile 'ps9701'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps9272' of type 'externalendpoints' does not exist in the profile 'ps9803'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9996/providers/Microsoft.Network/trafficmanagerprofiles/ps9701/exTernalendpoInTS/ps2655?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTk5Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MDEvZXhUZXJuYWxlbmRwb0luVFMvcHMyNjU1P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1648/providers/Microsoft.Network/trafficmanagerprofiles/ps9803/exTernalendpoInTS/ps9272?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTY0OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4MDMvZXhUZXJuYWxlbmRwb0luVFMvcHM5MjcyP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps2655\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/exTernalendpoInTS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "558ed655-5411-4767-b5d7-878b1327063a" + "55b087b2-d077-4c35-93f9-3ae479fb797f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -283,6 +282,7 @@ "230" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps9272\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/exTernalendpoInTS\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -294,7 +294,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "558ed655-5411-4767-b5d7-878b1327063a" + "55b087b2-d077-4c35-93f9-3ae479fb797f" ], "Server": [ "Microsoft-IIS/10.0" @@ -305,45 +305,44 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "bb68e08c-fe43-4ebf-9afc-deed3283eb31" + "d394ab82-52ff-4d61-8e9c-f48494f5c553" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091700Z:bb68e08c-fe43-4ebf-9afc-deed3283eb31" + "JIOINDIACENTRAL:20221212T083737Z:d394ab82-52ff-4d61-8e9c-f48494f5c553" ], "Date": [ - "Thu, 20 Jan 2022 09:16:59 GMT" + "Mon, 12 Dec 2022 08:37:36 GMT" ], "Content-Length": [ - "538" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9996/providers/Microsoft.Network/trafficManagerProfiles/ps9701/externalEndpoints/ps2655\",\r\n \"name\": \"ps2655\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1648/providers/Microsoft.Network/trafficManagerProfiles/ps9803/externalEndpoints/ps9272\",\r\n \"name\": \"ps9272\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9996/providers/Microsoft.Network/trafficmanagerprofiles/ps9701/ExTernalendpoInTS/ps2655?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTk5Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MDEvRXhUZXJuYWxlbmRwb0luVFMvcHMyNjU1P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1648/providers/Microsoft.Network/trafficmanagerprofiles/ps9803/ExTernalendpoInTS/ps9272?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTY0OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4MDMvRXhUZXJuYWxlbmRwb0luVFMvcHM5MjcyP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\"\r\n },\r\n \"name\": \"ps2655\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExTernalendpoInTS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7b0c0a3c-c062-4a21-828b-629fa9475d00" + "d68d802b-bf14-4a71-b649-f605d4642ae1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -352,6 +351,7 @@ "156" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\"\r\n },\r\n \"name\": \"ps9272\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExTernalendpoInTS\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -363,7 +363,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7b0c0a3c-c062-4a21-828b-629fa9475d00" + "d68d802b-bf14-4a71-b649-f605d4642ae1" ], "Server": [ "Microsoft-IIS/10.0" @@ -374,45 +374,44 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "825bffb3-40e9-4754-a8da-62104dba4c7d" + "bde47f70-d088-4c15-9fb6-13ef2b2b429b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091700Z:825bffb3-40e9-4754-a8da-62104dba4c7d" + "JIOINDIACENTRAL:20221212T083739Z:bde47f70-d088-4c15-9fb6-13ef2b2b429b" ], "Date": [ - "Thu, 20 Jan 2022 09:17:00 GMT" + "Mon, 12 Dec 2022 08:37:38 GMT" ], "Content-Length": [ - "531" + "556" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9996/providers/Microsoft.Network/trafficManagerProfiles/ps9701/externalEndpoints/ps2655\",\r\n \"name\": \"ps2655\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1648/providers/Microsoft.Network/trafficManagerProfiles/ps9803/externalEndpoints/ps9272\",\r\n \"name\": \"ps9272\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9996/providers/Microsoft.Network/trafficmanagerprofiles/ps9701/EXTernalendpoInTS/ps2655?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTk5Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MDEvRVhUZXJuYWxlbmRwb0luVFMvcHMyNjU1P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1648/providers/Microsoft.Network/trafficmanagerprofiles/ps9803/EXTernalendpoInTS/ps9272?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTY0OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4MDMvRVhUZXJuYWxlbmRwb0luVFMvcHM5MjcyP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\"\r\n },\r\n \"name\": \"ps2655\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/EXTernalendpoInTS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "61365084-fb25-4348-b30d-51cf2056ee56" + "c1f40ea5-23c7-43d7-bfd9-98816506c467" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -421,6 +420,7 @@ "155" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\"\r\n },\r\n \"name\": \"ps9272\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/EXTernalendpoInTS\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -432,7 +432,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "61365084-fb25-4348-b30d-51cf2056ee56" + "c1f40ea5-23c7-43d7-bfd9-98816506c467" ], "Server": [ "Microsoft-IIS/10.0" @@ -443,47 +443,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "248" ], "x-ms-correlation-request-id": [ - "b1477ace-ebcc-405f-83af-a8d6d3ec084a" + "0f77b2aa-2ca6-4442-a397-4181c3af10f1" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091704Z:b1477ace-ebcc-405f-83af-a8d6d3ec084a" + "JIOINDIACENTRAL:20221212T083740Z:0f77b2aa-2ca6-4442-a397-4181c3af10f1" ], "Date": [ - "Thu, 20 Jan 2022 09:17:04 GMT" + "Mon, 12 Dec 2022 08:37:39 GMT" ], "Content-Length": [ - "538" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9996/providers/Microsoft.Network/trafficManagerProfiles/ps9701/externalEndpoints/ps2655\",\r\n \"name\": \"ps2655\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1648/providers/Microsoft.Network/trafficManagerProfiles/ps9803/externalEndpoints/ps9272\",\r\n \"name\": \"ps9272\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9996/providers/Microsoft.Network/trafficmanagerprofiles/ps9701/EXTErnalendpoInTS/ps2655?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTk5Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MDEvRVhURXJuYWxlbmRwb0luVFMvcHMyNjU1P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1648/providers/Microsoft.Network/trafficmanagerprofiles/ps9803/EXTErnalendpoInTS/ps9272?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTY0OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4MDMvRVhURXJuYWxlbmRwb0luVFMvcHM5MjcyP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56e6ed93-bb85-4e24-a373-ef3e157ab236" + "e7bbafba-6668-41fd-9b93-3f8c2717fa72" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -495,7 +495,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "56e6ed93-bb85-4e24-a373-ef3e157ab236" + "e7bbafba-6668-41fd-9b93-3f8c2717fa72" ], "Server": [ "Microsoft-IIS/10.0" @@ -506,53 +506,53 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "7076e9b5-ac6c-4aa6-bb4b-5adca0d84257" + "98964657-6df6-4b24-b01f-de6464024cf6" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091705Z:7076e9b5-ac6c-4aa6-bb4b-5adca0d84257" + "JIOINDIACENTRAL:20221212T083742Z:98964657-6df6-4b24-b01f-de6464024cf6" ], "Date": [ - "Thu, 20 Jan 2022 09:17:04 GMT" + "Mon, 12 Dec 2022 08:37:42 GMT" ], "Content-Length": [ - "538" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9996/providers/Microsoft.Network/trafficManagerProfiles/ps9701/externalEndpoints/ps2655\",\r\n \"name\": \"ps2655\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1648/providers/Microsoft.Network/trafficManagerProfiles/ps9803/externalEndpoints/ps9272\",\r\n \"name\": \"ps9272\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9996/providers/Microsoft.Network/trafficmanagerprofiles/ps9701/EXTErnalendpoInTS/ps2655?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTk5Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MDEvRVhURXJuYWxlbmRwb0luVFMvcHMyNjU1P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1648/providers/Microsoft.Network/trafficmanagerprofiles/ps9803/EXTErnalendpoInTS/ps9272?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTY0OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4MDMvRVhURXJuYWxlbmRwb0luVFMvcHM5MjcyP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9996/providers/Microsoft.Network/trafficManagerProfiles/ps9701/externalEndpoints/ps2655\",\r\n \"name\": \"ps2655\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/EXTErnalendpoInTS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "01bf4658-a493-4259-a953-3995efb28d9a" + "5f742322-2272-4775-89c8-e358cbf874b0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "437" + "469" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"alwaysServe\": \"Disabled\"\r\n },\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1648/providers/Microsoft.Network/trafficManagerProfiles/ps9803/externalEndpoints/ps9272\",\r\n \"name\": \"ps9272\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/EXTErnalendpoInTS\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -564,7 +564,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "01bf4658-a493-4259-a953-3995efb28d9a" + "5f742322-2272-4775-89c8-e358cbf874b0" ], "Server": [ "Microsoft-IIS/10.0" @@ -575,47 +575,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "4b3ccf07-dd92-42fc-bdf8-482e22b75dc0" + "c852b854-8988-47d7-9366-027a4e48a8c4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091705Z:4b3ccf07-dd92-42fc-bdf8-482e22b75dc0" + "JIOINDIACENTRAL:20221212T083747Z:c852b854-8988-47d7-9366-027a4e48a8c4" ], "Date": [ - "Thu, 20 Jan 2022 09:17:05 GMT" + "Mon, 12 Dec 2022 08:37:47 GMT" ], "Content-Length": [ - "538" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9996/providers/Microsoft.Network/trafficManagerProfiles/ps9701/externalEndpoints/ps2655\",\r\n \"name\": \"ps2655\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1648/providers/Microsoft.Network/trafficManagerProfiles/ps9803/externalEndpoints/ps9272\",\r\n \"name\": \"ps9272\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9996/providers/Microsoft.Network/trafficmanagerprofiles/ps9701/EXTERNalendpoInTS/ps2655?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTk5Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MDEvRVhURVJOYWxlbmRwb0luVFMvcHMyNjU1P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1648/providers/Microsoft.Network/trafficmanagerprofiles/ps9803/EXTERNalendpoInTS/ps9272?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTY0OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4MDMvRVhURVJOYWxlbmRwb0luVFMvcHM5MjcyP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f90353f2-4cde-4fcc-9a96-813ba7b8908c" + "8fd33199-2dbc-45b0-bb4a-72d2984d8319" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -627,7 +627,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f90353f2-4cde-4fcc-9a96-813ba7b8908c" + "8fd33199-2dbc-45b0-bb4a-72d2984d8319" ], "Server": [ "Microsoft-IIS/10.0" @@ -639,16 +639,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14993" ], "x-ms-correlation-request-id": [ - "cd8781d9-25dc-4000-917b-cab4663a3399" + "896b5920-b99a-4746-b24c-9360f9b166cc" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091706Z:cd8781d9-25dc-4000-917b-cab4663a3399" + "JIOINDIACENTRAL:20221212T083748Z:896b5920-b99a-4746-b24c-9360f9b166cc" ], "Date": [ - "Thu, 20 Jan 2022 09:17:05 GMT" + "Mon, 12 Dec 2022 08:37:47 GMT" ], "Content-Length": [ "0" @@ -658,24 +658,24 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps9996?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzOTk5Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps1648?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMTY0OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f54b64d2-71c4-4d85-95aa-9042144c89fd" + "b75f5cbc-c469-4bc8-8418-9cacc4f38b3b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -684,22 +684,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14993" ], "x-ms-request-id": [ - "06c96176-6649-40c1-aaa7-d1e3d90935e3" + "de5e3b7d-c5ff-4ed8-a23a-35ec34086def" ], "x-ms-correlation-request-id": [ - "06c96176-6649-40c1-aaa7-d1e3d90935e3" + "de5e3b7d-c5ff-4ed8-a23a-35ec34086def" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091709Z:06c96176-6649-40c1-aaa7-d1e3d90935e3" + "JIOINDIACENTRAL:20221212T083751Z:de5e3b7d-c5ff-4ed8-a23a-35ec34086def" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -708,7 +708,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:17:08 GMT" + "Mon, 12 Dec 2022 08:37:50 GMT" ], "Expires": [ "-1" @@ -721,75 +721,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-request-id": [ - "d0b3ec48-4954-4092-8fe1-8af749e78388" - ], - "x-ms-correlation-request-id": [ - "d0b3ec48-4954-4092-8fe1-8af749e78388" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091724Z:d0b3ec48-4954-4092-8fe1-8af749e78388" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:17:23 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -798,79 +741,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-request-id": [ - "8d5f0f04-00d7-4395-ad66-3f21c9d5eb71" - ], - "x-ms-correlation-request-id": [ - "8d5f0f04-00d7-4395-ad66-3f21c9d5eb71" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091740Z:8d5f0f04-00d7-4395-ad66-3f21c9d5eb71" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:17:40 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11973" ], "x-ms-request-id": [ - "9390b894-bca7-457f-ac41-5e0a1c658f0e" + "30670aed-5f22-464b-86e2-8bc37f2db977" ], "x-ms-correlation-request-id": [ - "9390b894-bca7-457f-ac41-5e0a1c658f0e" + "30670aed-5f22-464b-86e2-8bc37f2db977" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091755Z:9390b894-bca7-457f-ac41-5e0a1c658f0e" + "JIOINDIACENTRAL:20221212T083806Z:30670aed-5f22-464b-86e2-8bc37f2db977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -879,7 +765,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:17:55 GMT" + "Mon, 12 Dec 2022 08:38:06 GMT" ], "Expires": [ "-1" @@ -892,75 +778,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-request-id": [ - "4c1be757-5209-4f1e-aa0e-2f0876ff6ccc" - ], - "x-ms-correlation-request-id": [ - "4c1be757-5209-4f1e-aa0e-2f0876ff6ccc" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091811Z:4c1be757-5209-4f1e-aa0e-2f0876ff6ccc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:18:10 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -969,79 +798,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-request-id": [ - "01e2ca5e-3819-430c-92af-4822da07dd65" - ], - "x-ms-correlation-request-id": [ - "01e2ca5e-3819-430c-92af-4822da07dd65" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091827Z:01e2ca5e-3819-430c-92af-4822da07dd65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:18:26 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11972" ], "x-ms-request-id": [ - "7bc4c438-8b99-4b01-8c6e-5b5d113d59b0" + "f0ba4de2-31d8-4991-ba11-6bff5ccdca24" ], "x-ms-correlation-request-id": [ - "7bc4c438-8b99-4b01-8c6e-5b5d113d59b0" + "f0ba4de2-31d8-4991-ba11-6bff5ccdca24" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091842Z:7bc4c438-8b99-4b01-8c6e-5b5d113d59b0" + "JIOINDIACENTRAL:20221212T083822Z:f0ba4de2-31d8-4991-ba11-6bff5ccdca24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1050,7 +822,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:18:42 GMT" + "Mon, 12 Dec 2022 08:38:21 GMT" ], "Expires": [ "-1" @@ -1063,75 +835,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-request-id": [ - "fcc0e2b0-f085-49d3-be59-bed4e1339ce1" - ], - "x-ms-correlation-request-id": [ - "fcc0e2b0-f085-49d3-be59-bed4e1339ce1" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091858Z:fcc0e2b0-f085-49d3-be59-bed4e1339ce1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:18:58 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1140,22 +855,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11971" ], "x-ms-request-id": [ - "2ec77fe9-ab58-4a61-8df9-e513b2069be6" + "6c89a124-ece6-4ea5-91c0-2101e84313ce" ], "x-ms-correlation-request-id": [ - "2ec77fe9-ab58-4a61-8df9-e513b2069be6" + "6c89a124-ece6-4ea5-91c0-2101e84313ce" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091914Z:2ec77fe9-ab58-4a61-8df9-e513b2069be6" + "JIOINDIACENTRAL:20221212T083837Z:6c89a124-ece6-4ea5-91c0-2101e84313ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1164,7 +879,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:19:14 GMT" + "Mon, 12 Dec 2022 08:38:36 GMT" ], "Expires": [ "-1" @@ -1177,75 +892,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], - "x-ms-request-id": [ - "05ff4706-b322-4259-b5fb-d4fecb1f69a1" - ], - "x-ms-correlation-request-id": [ - "05ff4706-b322-4259-b5fb-d4fecb1f69a1" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091930Z:05ff4706-b322-4259-b5fb-d4fecb1f69a1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:19:30 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1254,22 +912,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11970" ], "x-ms-request-id": [ - "3888e827-5b17-4a1b-b7b9-cfec98ba7063" + "b039c4be-98ec-4e94-86bf-4ebcc15fa7a5" ], "x-ms-correlation-request-id": [ - "3888e827-5b17-4a1b-b7b9-cfec98ba7063" + "b039c4be-98ec-4e94-86bf-4ebcc15fa7a5" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091946Z:3888e827-5b17-4a1b-b7b9-cfec98ba7063" + "JIOINDIACENTRAL:20221212T083853Z:b039c4be-98ec-4e94-86bf-4ebcc15fa7a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1278,7 +936,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:19:45 GMT" + "Mon, 12 Dec 2022 08:38:53 GMT" ], "Expires": [ "-1" @@ -1291,75 +949,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], - "x-ms-request-id": [ - "6e7bfc51-a9ab-4913-b9d7-dfc6ca8fb338" - ], - "x-ms-correlation-request-id": [ - "6e7bfc51-a9ab-4913-b9d7-dfc6ca8fb338" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092002Z:6e7bfc51-a9ab-4913-b9d7-dfc6ca8fb338" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 09:20:02 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1368,16 +969,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11969" ], "x-ms-request-id": [ - "cdd4f342-38f0-4133-8766-bfa0d032d6e8" + "ee381c4c-e4e2-42c8-8228-4b390b41889b" ], "x-ms-correlation-request-id": [ - "cdd4f342-38f0-4133-8766-bfa0d032d6e8" + "ee381c4c-e4e2-42c8-8228-4b390b41889b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092019Z:cdd4f342-38f0-4133-8766-bfa0d032d6e8" + "JIOINDIACENTRAL:20221212T083908Z:ee381c4c-e4e2-42c8-8228-4b390b41889b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1386,7 +987,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:20:19 GMT" + "Mon, 12 Dec 2022 08:39:08 GMT" ], "Expires": [ "-1" @@ -1399,18 +1000,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1419,16 +1020,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11968" ], "x-ms-request-id": [ - "e6360eec-d7a9-467a-a4c4-444a4e688d72" + "cc55acf4-c572-4c9a-a570-ac45df5cce6c" ], "x-ms-correlation-request-id": [ - "e6360eec-d7a9-467a-a4c4-444a4e688d72" + "cc55acf4-c572-4c9a-a570-ac45df5cce6c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T092020Z:e6360eec-d7a9-467a-a4c4-444a4e688d72" + "JIOINDIACENTRAL:20221212T083909Z:cc55acf4-c572-4c9a-a570-ac45df5cce6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1437,7 +1038,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:20:20 GMT" + "Mon, 12 Dec 2022 08:39:08 GMT" ], "Expires": [ "-1" @@ -1452,13 +1053,13 @@ ], "Names": { "Test-EndpointTypeCaseInsensitive": [ - "ps2655", - "ps9701", - "ps9996", - "ps1926" + "ps9272", + "ps9803", + "ps1648", + "ps9453" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestGetExistingEndpointFromNonExistingProfile.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestGetExistingEndpointFromNonExistingProfile.json index cdff63002988..5c7c416c22c2 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestGetExistingEndpointFromNonExistingProfile.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestGetExistingEndpointFromNonExistingProfile.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps1547?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzMTU0Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps5466?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNTQ2Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9c3e5556-be5e-4f1d-b423-b7da01636523" + "3e547da5-daf2-40e3-b863-8f1508668a0c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -36,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "5114cc38-5ec0-4590-8d8b-d2b17956e4c1" + "298fdc24-f64e-4d42-b984-c98f745a1ddd" ], "x-ms-correlation-request-id": [ - "5114cc38-5ec0-4590-8d8b-d2b17956e4c1" + "298fdc24-f64e-4d42-b984-c98f745a1ddd" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115856Z:5114cc38-5ec0-4590-8d8b-d2b17956e4c1" + "CENTRALINDIA:20221212T085339Z:298fdc24-f64e-4d42-b984-c98f745a1ddd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:58:56 GMT" + "Mon, 12 Dec 2022 08:53:39 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps1547\",\r\n \"name\": \"ps1547\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5466\",\r\n \"name\": \"ps5466\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps1547/providers/Microsoft.Network/trafficmanagerprofiles/ps6431/ExternalEndpoints/ps7028?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMTU0Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY0MzEvRXh0ZXJuYWxFbmRwb2ludHMvcHM3MDI4P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5466/providers/Microsoft.Network/trafficmanagerprofiles/ps8209/ExternalEndpoints/ps5399?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTQ2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczgyMDkvRXh0ZXJuYWxFbmRwb2ludHMvcHM1Mzk5P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10103d6f-a94d-4be2-aabb-a371185055f1" + "f7d3ec18-6dc9-4bce-8076-f74d19ac9555" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "031fa359-6005-463c-a06f-388cb3b32df0" + "417029fa-1261-40c3-9f6c-a1d2f8f605e7" ], "x-ms-correlation-request-id": [ - "031fa359-6005-463c-a06f-388cb3b32df0" + "417029fa-1261-40c3-9f6c-a1d2f8f605e7" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115858Z:031fa359-6005-463c-a06f-388cb3b32df0" + "CENTRALINDIA:20221212T085341Z:417029fa-1261-40c3-9f6c-a1d2f8f605e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:58:57 GMT" + "Mon, 12 Dec 2022 08:53:40 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,31 +120,31 @@ "-1" ], "Content-Length": [ - "225" + "147" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps6431' under resource group 'ps1547' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ParentResourceNotFound\",\r\n \"message\": \"Can not perform requested operation on nested resource. Parent resource 'ps8209' not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps1547?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzMTU0Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps5466?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNTQ2Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7846466-1bcd-4538-b03c-414aebb7c0cd" + "1295f343-ea98-4b40-8739-84b68cbcaab6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -153,7 +153,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0NjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -162,13 +162,13 @@ "14999" ], "x-ms-request-id": [ - "09bc409a-d41f-445f-9471-fd076e7f3bc0" + "224b038f-f18c-4ce4-b5e4-ebd650f96b5a" ], "x-ms-correlation-request-id": [ - "09bc409a-d41f-445f-9471-fd076e7f3bc0" + "224b038f-f18c-4ce4-b5e4-ebd650f96b5a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115901Z:09bc409a-d41f-445f-9471-fd076e7f3bc0" + "CENTRALINDIA:20221212T085348Z:224b038f-f18c-4ce4-b5e4-ebd650f96b5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,7 +177,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:59:01 GMT" + "Mon, 12 Dec 2022 08:53:48 GMT" ], "Expires": [ "-1" @@ -190,18 +190,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0NjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVME5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -210,7 +210,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0NjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -219,13 +219,13 @@ "11999" ], "x-ms-request-id": [ - "682b30b9-9d28-4d8a-953e-758e37e00c7e" + "b9dbf721-7e66-49c2-8bc4-e59d1e994776" ], "x-ms-correlation-request-id": [ - "682b30b9-9d28-4d8a-953e-758e37e00c7e" + "b9dbf721-7e66-49c2-8bc4-e59d1e994776" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115917Z:682b30b9-9d28-4d8a-953e-758e37e00c7e" + "CENTRALINDIA:20221212T085404Z:b9dbf721-7e66-49c2-8bc4-e59d1e994776" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:59:16 GMT" + "Mon, 12 Dec 2022 08:54:03 GMT" ], "Expires": [ "-1" @@ -247,18 +247,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0NjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVME5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -267,7 +267,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0NjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -276,13 +276,13 @@ "11998" ], "x-ms-request-id": [ - "e67c56a1-c558-4aba-a338-8a9a0e393fc6" + "dba3d80b-f040-4ec5-a464-18b5e815e17b" ], "x-ms-correlation-request-id": [ - "e67c56a1-c558-4aba-a338-8a9a0e393fc6" + "dba3d80b-f040-4ec5-a464-18b5e815e17b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115932Z:e67c56a1-c558-4aba-a338-8a9a0e393fc6" + "CENTRALINDIA:20221212T085419Z:dba3d80b-f040-4ec5-a464-18b5e815e17b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -291,7 +291,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:59:31 GMT" + "Mon, 12 Dec 2022 08:54:18 GMT" ], "Expires": [ "-1" @@ -304,18 +304,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0NjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVME5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -324,7 +324,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0NjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -333,13 +333,13 @@ "11997" ], "x-ms-request-id": [ - "caeb708b-2392-429d-babe-db159ac2ca1c" + "c3c4dc4d-5786-4a13-a5f2-809b85c6d93b" ], "x-ms-correlation-request-id": [ - "caeb708b-2392-429d-babe-db159ac2ca1c" + "c3c4dc4d-5786-4a13-a5f2-809b85c6d93b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T115948Z:caeb708b-2392-429d-babe-db159ac2ca1c" + "CENTRALINDIA:20221212T085435Z:c3c4dc4d-5786-4a13-a5f2-809b85c6d93b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -348,7 +348,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 11:59:47 GMT" + "Mon, 12 Dec 2022 08:54:34 GMT" ], "Expires": [ "-1" @@ -361,18 +361,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0NjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVME5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -381,7 +381,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0NjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -390,13 +390,13 @@ "11996" ], "x-ms-request-id": [ - "c3f451a0-227e-4886-a218-fa37263d858e" + "6872fb56-6ee7-413f-a678-f9c2bf4bbd84" ], "x-ms-correlation-request-id": [ - "c3f451a0-227e-4886-a218-fa37263d858e" + "6872fb56-6ee7-413f-a678-f9c2bf4bbd84" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120004Z:c3f451a0-227e-4886-a218-fa37263d858e" + "CENTRALINDIA:20221212T085450Z:6872fb56-6ee7-413f-a678-f9c2bf4bbd84" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -405,7 +405,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:00:03 GMT" + "Mon, 12 Dec 2022 08:54:50 GMT" ], "Expires": [ "-1" @@ -418,18 +418,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0NjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVME5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -441,13 +441,13 @@ "11995" ], "x-ms-request-id": [ - "9209064a-4620-4c33-8c95-7db261b3294c" + "81550344-1e74-47c5-afa2-6c1437765ba4" ], "x-ms-correlation-request-id": [ - "9209064a-4620-4c33-8c95-7db261b3294c" + "81550344-1e74-47c5-afa2-6c1437765ba4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120019Z:9209064a-4620-4c33-8c95-7db261b3294c" + "CENTRALINDIA:20221212T085506Z:81550344-1e74-47c5-afa2-6c1437765ba4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -456,7 +456,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:00:19 GMT" + "Mon, 12 Dec 2022 08:55:05 GMT" ], "Expires": [ "-1" @@ -469,18 +469,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0NjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVME5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -492,13 +492,13 @@ "11994" ], "x-ms-request-id": [ - "7df97b8e-e6ac-462c-8264-204477e38e4a" + "c326b524-e796-498b-b73f-84a25f0264c0" ], "x-ms-correlation-request-id": [ - "7df97b8e-e6ac-462c-8264-204477e38e4a" + "c326b524-e796-498b-b73f-84a25f0264c0" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120020Z:7df97b8e-e6ac-462c-8264-204477e38e4a" + "CENTRALINDIA:20221212T085506Z:c326b524-e796-498b-b73f-84a25f0264c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -507,7 +507,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:00:19 GMT" + "Mon, 12 Dec 2022 08:55:06 GMT" ], "Expires": [ "-1" @@ -522,12 +522,12 @@ ], "Names": { "Test-GetExistingEndpointFromNonExistingProfile": [ - "ps7028", - "ps6431", - "ps1547" + "ps5399", + "ps8209", + "ps5466" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestPipeEndpointFromGetEndpoint.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestPipeEndpointFromGetEndpoint.json index 198f2fcf1846..a817516e17f6 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestPipeEndpointFromGetEndpoint.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestPipeEndpointFromGetEndpoint.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps6166?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNjE2Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps4066?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNDA2Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "367d1879-dbaa-4fdc-89b2-cf610e12f314" + "4ea335d5-0cac-4e3e-9e46-a65118e1caf2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "674e7cf4-c816-4a0a-b235-ed9a46c106bc" + "d9c7a4e6-657b-4f0c-a98c-4d01f771726f" ], "x-ms-correlation-request-id": [ - "674e7cf4-c816-4a0a-b235-ed9a46c106bc" + "d9c7a4e6-657b-4f0c-a98c-4d01f771726f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084919Z:674e7cf4-c816-4a0a-b235-ed9a46c106bc" + "JIOINDIACENTRAL:20221212T081539Z:d9c7a4e6-657b-4f0c-a98c-4d01f771726f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:49:19 GMT" + "Mon, 12 Dec 2022 08:15:39 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166\",\r\n \"name\": \"ps6166\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066\",\r\n \"name\": \"ps4066\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166/providers/Microsoft.Network/trafficmanagerprofiles/ps5863?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjE2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU4NjM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066/providers/Microsoft.Network/trafficmanagerprofiles/ps6136?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDA2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxMzY/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7010646e-b5af-4d2a-8ae9-c240313d5a92" + "dfc0bc3c-a11b-4ba9-afed-bced3214f253" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "b0f00a62-dde0-4a41-849a-8f58be00fc88" + "fe0fc41c-c60f-4d62-baf5-ae71f1ab58d9" ], "x-ms-correlation-request-id": [ - "b0f00a62-dde0-4a41-849a-8f58be00fc88" + "fe0fc41c-c60f-4d62-baf5-ae71f1ab58d9" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084921Z:b0f00a62-dde0-4a41-849a-8f58be00fc88" + "JIOINDIACENTRAL:20221212T081540Z:fe0fc41c-c60f-4d62-baf5-ae71f1ab58d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:49:20 GMT" + "Mon, 12 Dec 2022 08:15:40 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,26 +123,25 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps5863' under resource group 'ps6166' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps6136' under resource group 'ps4066' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166/providers/Microsoft.Network/trafficmanagerprofiles/ps5863?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjE2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU4NjM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066/providers/Microsoft.Network/trafficmanagerprofiles/ps6136?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDA2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxMzY/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5046\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps5863\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7010646e-b5af-4d2a-8ae9-c240313d5a92" + "dfc0bc3c-a11b-4ba9-afed-bced3214f253" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -151,6 +150,7 @@ "334" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3545\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps6136\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7010646e-b5af-4d2a-8ae9-c240313d5a92" + "dfc0bc3c-a11b-4ba9-afed-bced3214f253" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,16 +174,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "1f46b096-f495-42e3-9e6b-100ef5d74371" + "6595a683-cd7e-4f19-aeb2-2f1cd03ceae7" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084929Z:1f46b096-f495-42e3-9e6b-100ef5d74371" + "JIOINDIACENTRAL:20221212T081548Z:6595a683-cd7e-4f19-aeb2-2f1cd03ceae7" ], "Date": [ - "Thu, 20 Jan 2022 08:49:28 GMT" + "Mon, 12 Dec 2022 08:15:47 GMT" ], "Content-Length": [ "644" @@ -192,28 +192,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166/providers/Microsoft.Network/trafficManagerProfiles/ps5863\",\r\n \"name\": \"ps5863\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5046\",\r\n \"fqdn\": \"ps5046.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066/providers/Microsoft.Network/trafficManagerProfiles/ps6136\",\r\n \"name\": \"ps6136\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3545\",\r\n \"fqdn\": \"ps3545.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166/providers/Microsoft.Network/trafficmanagerprofiles/ps5863/EXternalendpointS/ps6784?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjE2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU4NjMvRVh0ZXJuYWxlbmRwb2ludFMvcHM2Nzg0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066/providers/Microsoft.Network/trafficmanagerprofiles/ps6136/EXternalendpointS/ps6204?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDA2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxMzYvRVh0ZXJuYWxlbmRwb2ludFMvcHM2MjA0P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "113598bd-da8b-4c31-94e0-93d4028492bd" + "c643f1cf-1302-4664-8d81-a3ed6734bda4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "113598bd-da8b-4c31-94e0-93d4028492bd" + "c643f1cf-1302-4664-8d81-a3ed6734bda4" ], "Server": [ "Microsoft-IIS/10.0" @@ -236,17 +236,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "0baaa397-55e7-4ffa-b5af-4b3246020ea7" + "ee9d3308-001c-4b2e-8fbb-8c0c071778af" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084930Z:0baaa397-55e7-4ffa-b5af-4b3246020ea7" + "JIOINDIACENTRAL:20221212T081551Z:ee9d3308-001c-4b2e-8fbb-8c0c071778af" ], "Date": [ - "Thu, 20 Jan 2022 08:49:29 GMT" + "Mon, 12 Dec 2022 08:15:50 GMT" ], "Content-Length": [ "121" @@ -255,28 +255,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps6784' of type 'externalendpoints' does not exist in the profile 'ps5863'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps6204' of type 'externalendpoints' does not exist in the profile 'ps6136'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166/providers/Microsoft.Network/trafficmanagerprofiles/ps5863/EXternalendpointS/ps6784?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjE2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU4NjMvRVh0ZXJuYWxlbmRwb2ludFMvcHM2Nzg0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066/providers/Microsoft.Network/trafficmanagerprofiles/ps6136/EXternalendpointS/ps6204?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDA2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxMzYvRVh0ZXJuYWxlbmRwb2ludFMvcHM2MjA0P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a494212-1a5a-4c1f-ac19-bd1699cf2bdd" + "edc6c261-09f5-4f54-bb6a-48166440a99e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -288,7 +288,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4a494212-1a5a-4c1f-ac19-bd1699cf2bdd" + "edc6c261-09f5-4f54-bb6a-48166440a99e" ], "Server": [ "Microsoft-IIS/10.0" @@ -299,45 +299,44 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "8f4298f1-6e9d-43c4-964e-f0f6f27d36e1" + "a4e06b43-874e-4726-a437-f87fe1aed53d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084931Z:8f4298f1-6e9d-43c4-964e-f0f6f27d36e1" + "CENTRALINDIA:20221212T081554Z:a4e06b43-874e-4726-a437-f87fe1aed53d" ], "Date": [ - "Thu, 20 Jan 2022 08:49:30 GMT" + "Mon, 12 Dec 2022 08:15:53 GMT" ], "Content-Length": [ - "538" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166/providers/Microsoft.Network/trafficManagerProfiles/ps5863/externalEndpoints/ps6784\",\r\n \"name\": \"ps6784\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066/providers/Microsoft.Network/trafficManagerProfiles/ps6136/externalEndpoints/ps6204\",\r\n \"name\": \"ps6204\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166/providers/Microsoft.Network/trafficmanagerprofiles/ps5863/EXternalendpointS/ps6784?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjE2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU4NjMvRVh0ZXJuYWxlbmRwb2ludFMvcHM2Nzg0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066/providers/Microsoft.Network/trafficmanagerprofiles/ps6136/EXternalendpointS/ps6204?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDA2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxMzYvRVh0ZXJuYWxlbmRwb2ludFMvcHM2MjA0P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps6784\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/EXternalendpointS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "113598bd-da8b-4c31-94e0-93d4028492bd" + "c643f1cf-1302-4664-8d81-a3ed6734bda4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -346,6 +345,7 @@ "230" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps6204\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/EXternalendpointS\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -357,7 +357,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "113598bd-da8b-4c31-94e0-93d4028492bd" + "c643f1cf-1302-4664-8d81-a3ed6734bda4" ], "Server": [ "Microsoft-IIS/10.0" @@ -368,53 +368,53 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "248" ], "x-ms-correlation-request-id": [ - "55c47b85-48f8-4ccd-9e04-f9024c481fc5" + "eafc0ae3-fc0c-44d8-8fb9-7c784624d7ad" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084930Z:55c47b85-48f8-4ccd-9e04-f9024c481fc5" + "JIOINDIACENTRAL:20221212T081551Z:eafc0ae3-fc0c-44d8-8fb9-7c784624d7ad" ], "Date": [ - "Thu, 20 Jan 2022 08:49:30 GMT" + "Mon, 12 Dec 2022 08:15:51 GMT" ], "Content-Length": [ - "538" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166/providers/Microsoft.Network/trafficManagerProfiles/ps5863/externalEndpoints/ps6784\",\r\n \"name\": \"ps6784\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066/providers/Microsoft.Network/trafficManagerProfiles/ps6136/externalEndpoints/ps6204\",\r\n \"name\": \"ps6204\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166/providers/Microsoft.Network/trafficmanagerprofiles/ps5863/EXternalendpointS/ps6784?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjE2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU4NjMvRVh0ZXJuYWxlbmRwb2ludFMvcHM2Nzg0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066/providers/Microsoft.Network/trafficmanagerprofiles/ps6136/EXternalendpointS/ps6204?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDA2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxMzYvRVh0ZXJuYWxlbmRwb2ludFMvcHM2MjA0P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166/providers/Microsoft.Network/trafficManagerProfiles/ps5863/externalEndpoints/ps6784\",\r\n \"name\": \"ps6784\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/EXternalendpointS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e7324bcf-b71a-49e2-9f3c-28c4ad3775a5" + "babf9b1d-a310-48be-bc02-0d01575a34b7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "437" + "469" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"alwaysServe\": \"Disabled\"\r\n },\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066/providers/Microsoft.Network/trafficManagerProfiles/ps6136/externalEndpoints/ps6204\",\r\n \"name\": \"ps6204\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/EXternalendpointS\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -426,7 +426,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e7324bcf-b71a-49e2-9f3c-28c4ad3775a5" + "babf9b1d-a310-48be-bc02-0d01575a34b7" ], "Server": [ "Microsoft-IIS/10.0" @@ -437,45 +437,44 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "e01b4cde-5f29-4e8a-9f85-5f62f4f7d699" + "41c454a9-55db-4497-ad17-f18ce36766f0" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084935Z:e01b4cde-5f29-4e8a-9f85-5f62f4f7d699" + "CENTRALINDIA:20221212T081603Z:41c454a9-55db-4497-ad17-f18ce36766f0" ], "Date": [ - "Thu, 20 Jan 2022 08:49:34 GMT" + "Mon, 12 Dec 2022 08:16:03 GMT" ], "Content-Length": [ - "538" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166/providers/Microsoft.Network/trafficManagerProfiles/ps5863/externalEndpoints/ps6784\",\r\n \"name\": \"ps6784\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066/providers/Microsoft.Network/trafficManagerProfiles/ps6136/externalEndpoints/ps6204\",\r\n \"name\": \"ps6204\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166/providers/Microsoft.Network/trafficmanagerprofiles/ps5863/EXternalendpointS/ps6784?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjE2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU4NjMvRVh0ZXJuYWxlbmRwb2ludFMvcHM2Nzg0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066/providers/Microsoft.Network/trafficmanagerprofiles/ps6136/EXternalendpointS/ps6204?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDA2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxMzYvRVh0ZXJuYWxlbmRwb2ludFMvcHM2MjA0P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\"\r\n },\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166/providers/Microsoft.Network/trafficManagerProfiles/ps5863/externalEndpoints/ps6784\",\r\n \"name\": \"ps6784\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/EXternalendpointS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a991816e-a8ce-461e-8d24-6eeac661e06e" + "2118c1b0-60f3-453d-9855-2d091bafeba2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -484,6 +483,7 @@ "325" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\"\r\n },\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066/providers/Microsoft.Network/trafficManagerProfiles/ps6136/externalEndpoints/ps6204\",\r\n \"name\": \"ps6204\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/EXternalendpointS\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -495,7 +495,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a991816e-a8ce-461e-8d24-6eeac661e06e" + "2118c1b0-60f3-453d-9855-2d091bafeba2" ], "Server": [ "Microsoft-IIS/10.0" @@ -506,45 +506,44 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "83c5e160-4e3e-41bd-8309-1479eb69aa72" + "9611a40a-8d96-4d39-8ec9-83994edaa773" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084932Z:83c5e160-4e3e-41bd-8309-1479eb69aa72" + "CENTRALINDIA:20221212T081555Z:9611a40a-8d96-4d39-8ec9-83994edaa773" ], "Date": [ - "Thu, 20 Jan 2022 08:49:31 GMT" + "Mon, 12 Dec 2022 08:15:55 GMT" ], "Content-Length": [ - "531" + "556" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166/providers/Microsoft.Network/trafficManagerProfiles/ps5863/externalEndpoints/ps6784\",\r\n \"name\": \"ps6784\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066/providers/Microsoft.Network/trafficManagerProfiles/ps6136/externalEndpoints/ps6204\",\r\n \"name\": \"ps6204\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166/providers/Microsoft.Network/trafficmanagerprofiles/ps5863/EXternalendpointS/ps6784?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjE2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU4NjMvRVh0ZXJuYWxlbmRwb2ludFMvcHM2Nzg0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066/providers/Microsoft.Network/trafficmanagerprofiles/ps6136/EXternalendpointS/ps6204?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDA2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxMzYvRVh0ZXJuYWxlbmRwb2ludFMvcHM2MjA0P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\"\r\n },\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166/providers/Microsoft.Network/trafficManagerProfiles/ps5863/externalEndpoints/ps6784\",\r\n \"name\": \"ps6784\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/EXternalendpointS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5a10216e-04b1-491c-8dd0-ec68df5127cf" + "27b4d767-fa67-472d-8462-c153fceefed7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -553,6 +552,7 @@ "324" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\"\r\n },\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066/providers/Microsoft.Network/trafficManagerProfiles/ps6136/externalEndpoints/ps6204\",\r\n \"name\": \"ps6204\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/EXternalendpointS\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -564,7 +564,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5a10216e-04b1-491c-8dd0-ec68df5127cf" + "27b4d767-fa67-472d-8462-c153fceefed7" ], "Server": [ "Microsoft-IIS/10.0" @@ -575,47 +575,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "1e5acb04-284d-4028-b633-d3ff3ad63261" + "dfd9a07c-17bc-427f-af4b-81ca93dda3cd" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084933Z:1e5acb04-284d-4028-b633-d3ff3ad63261" + "CENTRALINDIA:20221212T081600Z:dfd9a07c-17bc-427f-af4b-81ca93dda3cd" ], "Date": [ - "Thu, 20 Jan 2022 08:49:32 GMT" + "Mon, 12 Dec 2022 08:15:59 GMT" ], "Content-Length": [ - "538" + "563" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166/providers/Microsoft.Network/trafficManagerProfiles/ps5863/externalEndpoints/ps6784\",\r\n \"name\": \"ps6784\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066/providers/Microsoft.Network/trafficManagerProfiles/ps6136/externalEndpoints/ps6204\",\r\n \"name\": \"ps6204\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6166/providers/Microsoft.Network/trafficmanagerprofiles/ps5863/EXternalendpointS/ps6784?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjE2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU4NjMvRVh0ZXJuYWxlbmRwb2ludFMvcHM2Nzg0P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4066/providers/Microsoft.Network/trafficmanagerprofiles/ps6136/EXternalendpointS/ps6204?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDA2Ni9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxMzYvRVh0ZXJuYWxlbmRwb2ludFMvcHM2MjA0P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "33765674-9c0a-4864-9812-b9689daeb311" + "7c516990-413b-4e61-b6a0-1f3d31d071a3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -627,7 +627,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "33765674-9c0a-4864-9812-b9689daeb311" + "7c516990-413b-4e61-b6a0-1f3d31d071a3" ], "Server": [ "Microsoft-IIS/10.0" @@ -639,16 +639,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "998eb03b-e49f-4e7f-bbbe-d956ea619696" + "6bbbf503-b104-434a-8dc9-72bd1061ae25" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084935Z:998eb03b-e49f-4e7f-bbbe-d956ea619696" + "JIOINDIACENTRAL:20221212T081605Z:6bbbf503-b104-434a-8dc9-72bd1061ae25" ], "Date": [ - "Thu, 20 Jan 2022 08:49:34 GMT" + "Mon, 12 Dec 2022 08:16:05 GMT" ], "Content-Length": [ "0" @@ -658,24 +658,24 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps6166?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNjE2Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps4066?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNDA2Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9cf6f20a-2265-4f7c-aee5-726c95685853" + "8066e2e2-4948-4d16-b3bf-2a097aa64294" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -684,22 +684,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14997" ], "x-ms-request-id": [ - "d7efc52b-cefd-43f8-b975-fdbadd2bd820" + "3f98f213-f646-44e6-b853-8fc71677894b" ], "x-ms-correlation-request-id": [ - "d7efc52b-cefd-43f8-b975-fdbadd2bd820" + "3f98f213-f646-44e6-b853-8fc71677894b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084938Z:d7efc52b-cefd-43f8-b975-fdbadd2bd820" + "JIOINDIACENTRAL:20221212T081609Z:3f98f213-f646-44e6-b853-8fc71677894b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -708,7 +708,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:49:37 GMT" + "Mon, 12 Dec 2022 08:16:09 GMT" ], "Expires": [ "-1" @@ -721,18 +721,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -741,22 +741,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11990" ], "x-ms-request-id": [ - "c8f20e4e-0f3c-40a7-864d-423da72eb88d" + "f5e804cd-8b92-4685-9394-10cb5faf3c82" ], "x-ms-correlation-request-id": [ - "c8f20e4e-0f3c-40a7-864d-423da72eb88d" + "f5e804cd-8b92-4685-9394-10cb5faf3c82" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084953Z:c8f20e4e-0f3c-40a7-864d-423da72eb88d" + "JIOINDIACENTRAL:20221212T081625Z:f5e804cd-8b92-4685-9394-10cb5faf3c82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -765,7 +765,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:49:52 GMT" + "Mon, 12 Dec 2022 08:16:24 GMT" ], "Expires": [ "-1" @@ -778,18 +778,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -798,22 +798,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11989" ], "x-ms-request-id": [ - "910cfa0f-da45-4df1-a661-397633f5730f" + "28ff3351-bbe6-484d-abf5-50b185aa2e6b" ], "x-ms-correlation-request-id": [ - "910cfa0f-da45-4df1-a661-397633f5730f" + "28ff3351-bbe6-484d-abf5-50b185aa2e6b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085009Z:910cfa0f-da45-4df1-a661-397633f5730f" + "JIOINDIACENTRAL:20221212T081640Z:28ff3351-bbe6-484d-abf5-50b185aa2e6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -822,7 +822,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:50:09 GMT" + "Mon, 12 Dec 2022 08:16:39 GMT" ], "Expires": [ "-1" @@ -835,18 +835,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -855,22 +855,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11988" ], "x-ms-request-id": [ - "0116d0c5-5b20-4d5f-9998-96d1761fab60" + "3c36a5f2-da18-4612-8cfc-3a7aa2ed947c" ], "x-ms-correlation-request-id": [ - "0116d0c5-5b20-4d5f-9998-96d1761fab60" + "3c36a5f2-da18-4612-8cfc-3a7aa2ed947c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085024Z:0116d0c5-5b20-4d5f-9998-96d1761fab60" + "JIOINDIACENTRAL:20221212T081656Z:3c36a5f2-da18-4612-8cfc-3a7aa2ed947c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -879,7 +879,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:50:24 GMT" + "Mon, 12 Dec 2022 08:16:56 GMT" ], "Expires": [ "-1" @@ -892,18 +892,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -912,22 +912,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11987" ], "x-ms-request-id": [ - "4b5073e9-78cf-4e46-a1a8-f286ade831ef" + "6c745b7e-8e60-42a6-8e71-d47666f2baf7" ], "x-ms-correlation-request-id": [ - "4b5073e9-78cf-4e46-a1a8-f286ade831ef" + "6c745b7e-8e60-42a6-8e71-d47666f2baf7" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085040Z:4b5073e9-78cf-4e46-a1a8-f286ade831ef" + "JIOINDIACENTRAL:20221212T081711Z:6c745b7e-8e60-42a6-8e71-d47666f2baf7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -936,7 +936,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:50:39 GMT" + "Mon, 12 Dec 2022 08:17:11 GMT" ], "Expires": [ "-1" @@ -949,18 +949,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -969,22 +969,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11986" ], "x-ms-request-id": [ - "3813c009-fbda-441a-8b0b-6d4f4bdb20d3" + "5a8f4a78-9cb7-49d0-be49-95e0752566c5" ], "x-ms-correlation-request-id": [ - "3813c009-fbda-441a-8b0b-6d4f4bdb20d3" + "5a8f4a78-9cb7-49d0-be49-95e0752566c5" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085055Z:3813c009-fbda-441a-8b0b-6d4f4bdb20d3" + "JIOINDIACENTRAL:20221212T081727Z:5a8f4a78-9cb7-49d0-be49-95e0752566c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -993,7 +993,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:50:54 GMT" + "Mon, 12 Dec 2022 08:17:27 GMT" ], "Expires": [ "-1" @@ -1006,18 +1006,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1026,22 +1026,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11985" ], "x-ms-request-id": [ - "3d125e07-2ac5-4df0-b67e-617bcff6aae1" + "2679f125-ce49-4a19-922a-bc33c27e7fe7" ], "x-ms-correlation-request-id": [ - "3d125e07-2ac5-4df0-b67e-617bcff6aae1" + "2679f125-ce49-4a19-922a-bc33c27e7fe7" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085110Z:3d125e07-2ac5-4df0-b67e-617bcff6aae1" + "JIOINDIACENTRAL:20221212T081742Z:2679f125-ce49-4a19-922a-bc33c27e7fe7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1050,7 +1050,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:51:10 GMT" + "Mon, 12 Dec 2022 08:17:42 GMT" ], "Expires": [ "-1" @@ -1063,18 +1063,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1083,22 +1083,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11984" ], "x-ms-request-id": [ - "de56e9d0-9d61-4c32-91d1-5e6bd7ee9b40" + "97c821d4-bb3d-4ba3-91d5-630108ea4994" ], "x-ms-correlation-request-id": [ - "de56e9d0-9d61-4c32-91d1-5e6bd7ee9b40" + "97c821d4-bb3d-4ba3-91d5-630108ea4994" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085126Z:de56e9d0-9d61-4c32-91d1-5e6bd7ee9b40" + "JIOINDIACENTRAL:20221212T081758Z:97c821d4-bb3d-4ba3-91d5-630108ea4994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1107,7 +1107,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:51:25 GMT" + "Mon, 12 Dec 2022 08:17:57 GMT" ], "Expires": [ "-1" @@ -1120,18 +1120,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1140,22 +1140,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11983" ], "x-ms-request-id": [ - "d0d954c1-fa2d-48b6-a0b9-70d26148e988" + "0b901eb8-ac8e-4985-bdfa-4b4ef52a269a" ], "x-ms-correlation-request-id": [ - "d0d954c1-fa2d-48b6-a0b9-70d26148e988" + "0b901eb8-ac8e-4985-bdfa-4b4ef52a269a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085142Z:d0d954c1-fa2d-48b6-a0b9-70d26148e988" + "JIOINDIACENTRAL:20221212T081813Z:0b901eb8-ac8e-4985-bdfa-4b4ef52a269a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1164,7 +1164,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:51:41 GMT" + "Mon, 12 Dec 2022 08:18:12 GMT" ], "Expires": [ "-1" @@ -1177,18 +1177,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1197,16 +1197,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11982" ], "x-ms-request-id": [ - "1541fffd-e69a-45b5-bef4-640efdac9638" + "1ba82c5f-69ae-4d55-96bb-be878c17dac7" ], "x-ms-correlation-request-id": [ - "1541fffd-e69a-45b5-bef4-640efdac9638" + "1ba82c5f-69ae-4d55-96bb-be878c17dac7" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085157Z:1541fffd-e69a-45b5-bef4-640efdac9638" + "JIOINDIACENTRAL:20221212T081830Z:1ba82c5f-69ae-4d55-96bb-be878c17dac7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1215,7 +1215,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:51:56 GMT" + "Mon, 12 Dec 2022 08:18:29 GMT" ], "Expires": [ "-1" @@ -1228,18 +1228,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1248,16 +1248,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11981" ], "x-ms-request-id": [ - "077a5c2b-f616-40df-a65d-3d4fe4ba0d3b" + "e598bbe1-70e8-4e78-8ad2-f31ba898718a" ], "x-ms-correlation-request-id": [ - "077a5c2b-f616-40df-a65d-3d4fe4ba0d3b" + "e598bbe1-70e8-4e78-8ad2-f31ba898718a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T085157Z:077a5c2b-f616-40df-a65d-3d4fe4ba0d3b" + "JIOINDIACENTRAL:20221212T081830Z:e598bbe1-70e8-4e78-8ad2-f31ba898718a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1266,7 +1266,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:51:57 GMT" + "Mon, 12 Dec 2022 08:18:30 GMT" ], "Expires": [ "-1" @@ -1281,13 +1281,13 @@ ], "Names": { "Test-PipeEndpointFromGetEndpoint": [ - "ps6784", - "ps5863", - "ps6166", - "ps5046" + "ps6204", + "ps6136", + "ps4066", + "ps3545" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestPipeEndpointFromGetProfile.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestPipeEndpointFromGetProfile.json index 60187b7928d5..da7a7fcda791 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestPipeEndpointFromGetProfile.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestPipeEndpointFromGetProfile.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps7840?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzg0MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps9544?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzOTU0ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cef69284-3036-478c-94b9-3ee93793f4f0" + "4770cc4f-4b5a-47e8-bf91-979bc3a2bd40" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "a0378610-5e86-4861-9ab0-7b4f8fec1e8d" + "2027f800-460d-4aa0-9f2f-12e521e55d74" ], "x-ms-correlation-request-id": [ - "a0378610-5e86-4861-9ab0-7b4f8fec1e8d" + "2027f800-460d-4aa0-9f2f-12e521e55d74" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084543Z:a0378610-5e86-4861-9ab0-7b4f8fec1e8d" + "JIOINDIACENTRAL:20221212T081254Z:2027f800-460d-4aa0-9f2f-12e521e55d74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:45:43 GMT" + "Mon, 12 Dec 2022 08:12:54 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840\",\r\n \"name\": \"ps7840\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544\",\r\n \"name\": \"ps9544\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficmanagerprofiles/ps3882?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzg0MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM4ODI/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficmanagerprofiles/ps2025?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTU0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIwMjU/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89116d69-8a51-41c7-b799-a4f9fdd88adb" + "bb931266-2683-497e-a685-6a27eb790395" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "07193f82-70e9-4516-9f4c-4cd043981981" + "fdb77e38-6d32-4c75-9d4b-7a62a56e66e6" ], "x-ms-correlation-request-id": [ - "07193f82-70e9-4516-9f4c-4cd043981981" + "fdb77e38-6d32-4c75-9d4b-7a62a56e66e6" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084545Z:07193f82-70e9-4516-9f4c-4cd043981981" + "JIOINDIACENTRAL:20221212T081257Z:fdb77e38-6d32-4c75-9d4b-7a62a56e66e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:45:45 GMT" + "Mon, 12 Dec 2022 08:12:57 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,28 +123,28 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps3882' under resource group 'ps7840' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps2025' under resource group 'ps9544' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficmanagerprofiles/ps3882?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzg0MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM4ODI/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficmanagerprofiles/ps2025?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTU0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIwMjU/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d9bc1a6-dd34-4372-aa1f-7c8a19552a96" + "54a341b4-92c6-484d-8838-990801ea2cfe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -156,7 +156,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0d9bc1a6-dd34-4372-aa1f-7c8a19552a96" + "54a341b4-92c6-484d-8838-990801ea2cfe" ], "Server": [ "Microsoft-IIS/10.0" @@ -168,44 +168,43 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "1998" ], "x-ms-correlation-request-id": [ - "ea8894a6-4552-4d4e-813f-b780b20383e4" + "015fc4fa-ee30-482e-a447-67ff17524ba8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084557Z:ea8894a6-4552-4d4e-813f-b780b20383e4" + "JIOINDIACENTRAL:20221212T081312Z:015fc4fa-ee30-482e-a447-67ff17524ba8" ], "Date": [ - "Thu, 20 Jan 2022 08:45:56 GMT" + "Mon, 12 Dec 2022 08:13:11 GMT" ], "Content-Length": [ - "1201" + "1224" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficManagerProfiles/ps3882\",\r\n \"name\": \"ps3882\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9610\",\r\n \"fqdn\": \"ps9610.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"CheckingEndpoints\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficManagerProfiles/ps3882/externalEndpoints/ps1008\",\r\n \"name\": \"ps1008\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficManagerProfiles/ps2025\",\r\n \"name\": \"ps2025\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8415\",\r\n \"fqdn\": \"ps8415.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"CheckingEndpoints\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficManagerProfiles/ps2025/externalEndpoints/ps478\",\r\n \"name\": \"ps478\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficmanagerprofiles/ps3882?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzg0MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM4ODI/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficmanagerprofiles/ps2025?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTU0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIwMjU/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9610\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps3882\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "89116d69-8a51-41c7-b799-a4f9fdd88adb" + "bb931266-2683-497e-a685-6a27eb790395" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -214,6 +213,7 @@ "334" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8415\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps2025\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "89116d69-8a51-41c7-b799-a4f9fdd88adb" + "bb931266-2683-497e-a685-6a27eb790395" ], "Server": [ "Microsoft-IIS/10.0" @@ -237,16 +237,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "c6b41806-7c32-48e9-b0f3-7f0b4dd209bd" + "9cd0d03f-b4a8-4e83-a122-aecba11aa249" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084554Z:c6b41806-7c32-48e9-b0f3-7f0b4dd209bd" + "JIOINDIACENTRAL:20221212T081305Z:9cd0d03f-b4a8-4e83-a122-aecba11aa249" ], "Date": [ - "Thu, 20 Jan 2022 08:45:54 GMT" + "Mon, 12 Dec 2022 08:13:05 GMT" ], "Content-Length": [ "644" @@ -255,28 +255,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficManagerProfiles/ps3882\",\r\n \"name\": \"ps3882\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9610\",\r\n \"fqdn\": \"ps9610.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficManagerProfiles/ps2025\",\r\n \"name\": \"ps2025\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8415\",\r\n \"fqdn\": \"ps8415.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficmanagerprofiles/ps3882/exterNAleNdpOints/ps1008?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzg0MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM4ODIvZXh0ZXJOQWxlTmRwT2ludHMvcHMxMDA4P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficmanagerprofiles/ps2025/exterNAleNdpOints/ps478?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTU0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIwMjUvZXh0ZXJOQWxlTmRwT2ludHMvcHM0Nzg/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5395899-69f5-4d7f-bb1f-c7333da3eb87" + "cdb72cd3-9868-4002-accf-a3f8ff5ee60d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -288,7 +288,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a5395899-69f5-4d7f-bb1f-c7333da3eb87" + "cdb72cd3-9868-4002-accf-a3f8ff5ee60d" ], "Server": [ "Microsoft-IIS/10.0" @@ -299,53 +299,53 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "8f0892a4-57f6-4680-a941-c608503ac84b" + "52d2c2ae-6179-4c06-a637-a4d144e833a6" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084555Z:8f0892a4-57f6-4680-a941-c608503ac84b" + "JIOINDIACENTRAL:20221212T081310Z:52d2c2ae-6179-4c06-a637-a4d144e833a6" ], "Date": [ - "Thu, 20 Jan 2022 08:45:54 GMT" + "Mon, 12 Dec 2022 08:13:09 GMT" ], "Content-Length": [ - "121" + "120" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps1008' of type 'externalendpoints' does not exist in the profile 'ps3882'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'ps478' of type 'externalendpoints' does not exist in the profile 'ps2025'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficmanagerprofiles/ps3882/exterNAleNdpOints/ps1008?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzg0MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM4ODIvZXh0ZXJOQWxlTmRwT2ludHMvcHMxMDA4P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficmanagerprofiles/ps2025/exterNAleNdpOints/ps478?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTU0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIwMjUvZXh0ZXJOQWxlTmRwT2ludHMvcHM0Nzg/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps1008\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/exterNAleNdpOints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a5395899-69f5-4d7f-bb1f-c7333da3eb87" + "cdb72cd3-9868-4002-accf-a3f8ff5ee60d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "230" + "229" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"ps478\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/exterNAleNdpOints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -357,7 +357,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a5395899-69f5-4d7f-bb1f-c7333da3eb87" + "cdb72cd3-9868-4002-accf-a3f8ff5ee60d" ], "Server": [ "Microsoft-IIS/10.0" @@ -368,53 +368,53 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "c178b40c-8a1e-4b43-a50c-c3b5b3f0919b" + "a3315148-8dc6-478a-ab01-b58f5e1bac78" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084556Z:c178b40c-8a1e-4b43-a50c-c3b5b3f0919b" + "JIOINDIACENTRAL:20221212T081311Z:a3315148-8dc6-478a-ab01-b58f5e1bac78" ], "Date": [ - "Thu, 20 Jan 2022 08:45:55 GMT" + "Mon, 12 Dec 2022 08:13:11 GMT" ], "Content-Length": [ - "538" + "561" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficManagerProfiles/ps3882/externalEndpoints/ps1008\",\r\n \"name\": \"ps1008\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficManagerProfiles/ps2025/externalEndpoints/ps478\",\r\n \"name\": \"ps478\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficmanagerprofiles/ps3882/externalEndpoints/ps1008?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzg0MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM4ODIvZXh0ZXJuYWxFbmRwb2ludHMvcHMxMDA4P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficmanagerprofiles/ps2025/externalEndpoints/ps478?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTU0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIwMjUvZXh0ZXJuYWxFbmRwb2ludHMvcHM0Nzg/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\"\r\n },\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficManagerProfiles/ps3882/externalEndpoints/ps1008\",\r\n \"name\": \"ps1008\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a6408a02-2a64-4cc0-a434-d20d4feb5e4f" + "24e10d25-01a3-4b34-8aa8-8d2f7dde53b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "325" + "323" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\"\r\n },\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficManagerProfiles/ps2025/externalEndpoints/ps478\",\r\n \"name\": \"ps478\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -426,7 +426,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a6408a02-2a64-4cc0-a434-d20d4feb5e4f" + "24e10d25-01a3-4b34-8aa8-8d2f7dde53b2" ], "Server": [ "Microsoft-IIS/10.0" @@ -437,53 +437,53 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "602bac5c-ea43-4e34-ace1-009331b02c08" + "6313580d-03cf-4732-a059-7e6b59801ffc" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084559Z:602bac5c-ea43-4e34-ace1-009331b02c08" + "JIOINDIACENTRAL:20221212T081316Z:6313580d-03cf-4732-a059-7e6b59801ffc" ], "Date": [ - "Thu, 20 Jan 2022 08:45:58 GMT" + "Mon, 12 Dec 2022 08:13:16 GMT" ], "Content-Length": [ - "531" + "554" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficManagerProfiles/ps3882/externalEndpoints/ps1008\",\r\n \"name\": \"ps1008\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficManagerProfiles/ps2025/externalEndpoints/ps478\",\r\n \"name\": \"ps478\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": \"Disabled\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficmanagerprofiles/ps3882/externalEndpoints/ps1008?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzg0MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM4ODIvZXh0ZXJuYWxFbmRwb2ludHMvcHMxMDA4P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficmanagerprofiles/ps2025/externalEndpoints/ps478?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTU0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIwMjUvZXh0ZXJuYWxFbmRwb2ludHMvcHM0Nzg/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\"\r\n },\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficManagerProfiles/ps3882/externalEndpoints/ps1008\",\r\n \"name\": \"ps1008\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f5b73221-3d03-4430-a336-0f67f9908b33" + "7b11e3fc-81b2-4775-9382-ad7ed903da50" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "324" + "322" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\"\r\n },\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficManagerProfiles/ps2025/externalEndpoints/ps478\",\r\n \"name\": \"ps478\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -495,7 +495,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f5b73221-3d03-4430-a336-0f67f9908b33" + "7b11e3fc-81b2-4775-9382-ad7ed903da50" ], "Server": [ "Microsoft-IIS/10.0" @@ -506,53 +506,53 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "248" ], "x-ms-correlation-request-id": [ - "cd02bd6b-d819-44b0-9bbe-b7e7228c5dce" + "7120aab3-1f89-4d0a-847e-4be2d7b9cd57" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084600Z:cd02bd6b-d819-44b0-9bbe-b7e7228c5dce" + "JIOINDIACENTRAL:20221212T081318Z:7120aab3-1f89-4d0a-847e-4be2d7b9cd57" ], "Date": [ - "Thu, 20 Jan 2022 08:45:59 GMT" + "Mon, 12 Dec 2022 08:13:17 GMT" ], "Content-Length": [ - "538" + "561" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficManagerProfiles/ps3882/externalEndpoints/ps1008\",\r\n \"name\": \"ps1008\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficManagerProfiles/ps2025/externalEndpoints/ps478\",\r\n \"name\": \"ps478\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficmanagerprofiles/ps3882/externalEndpoints/ps1008?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzg0MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM4ODIvZXh0ZXJuYWxFbmRwb2ludHMvcHMxMDA4P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficmanagerprofiles/ps2025/externalEndpoints/ps478?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTU0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIwMjUvZXh0ZXJuYWxFbmRwb2ludHMvcHM0Nzg/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficManagerProfiles/ps3882/externalEndpoints/ps1008\",\r\n \"name\": \"ps1008\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b79e2a2d-7eee-463c-89de-c283e803d0ba" + "45a44f9b-47db-4bcf-b6cb-05449dd81722" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "437" + "467" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"alwaysServe\": \"Disabled\"\r\n },\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficManagerProfiles/ps2025/externalEndpoints/ps478\",\r\n \"name\": \"ps478\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -564,7 +564,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b79e2a2d-7eee-463c-89de-c283e803d0ba" + "45a44f9b-47db-4bcf-b6cb-05449dd81722" ], "Server": [ "Microsoft-IIS/10.0" @@ -575,47 +575,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "c9426fa7-e9be-4627-89ef-ec26c1297236" + "16305d77-2230-4bbc-bb3d-88b2e5896ca7" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084600Z:c9426fa7-e9be-4627-89ef-ec26c1297236" + "JIOINDIACENTRAL:20221212T081319Z:16305d77-2230-4bbc-bb3d-88b2e5896ca7" ], "Date": [ - "Thu, 20 Jan 2022 08:46:00 GMT" + "Mon, 12 Dec 2022 08:13:18 GMT" ], "Content-Length": [ - "538" + "561" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficManagerProfiles/ps3882/externalEndpoints/ps1008\",\r\n \"name\": \"ps1008\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficManagerProfiles/ps2025/externalEndpoints/ps478\",\r\n \"name\": \"ps478\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7840/providers/Microsoft.Network/trafficmanagerprofiles/ps3882/externalEndpoints/ps1008?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzg0MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM4ODIvZXh0ZXJuYWxFbmRwb2ludHMvcHMxMDA4P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9544/providers/Microsoft.Network/trafficmanagerprofiles/ps2025/externalEndpoints/ps478?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTU0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIwMjUvZXh0ZXJuYWxFbmRwb2ludHMvcHM0Nzg/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "efc19156-fcaf-4778-924f-a909a87645d7" + "c0b5a2fd-972e-4248-a79d-c231e47b757f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -627,7 +627,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "efc19156-fcaf-4778-924f-a909a87645d7" + "c0b5a2fd-972e-4248-a79d-c231e47b757f" ], "Server": [ "Microsoft-IIS/10.0" @@ -642,13 +642,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "8697e6ac-6033-4894-bf4a-3d59525ac654" + "0c57f86e-8081-4335-8e1e-6d7af9fd5eed" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084601Z:8697e6ac-6033-4894-bf4a-3d59525ac654" + "JIOINDIACENTRAL:20221212T081324Z:0c57f86e-8081-4335-8e1e-6d7af9fd5eed" ], "Date": [ - "Thu, 20 Jan 2022 08:46:00 GMT" + "Mon, 12 Dec 2022 08:13:24 GMT" ], "Content-Length": [ "0" @@ -658,24 +658,24 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps7840?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzg0MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps9544?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzOTU0ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72bb1ea4-d8df-465d-a92d-5d1f1e35f2db" + "32f02d3c-f931-4e6e-b799-3d18df6f382f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -684,22 +684,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk1NDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14998" ], "x-ms-request-id": [ - "9fc0277f-9c03-4b0a-aa2b-39378911c606" + "0aa9e758-de7f-40e0-bf22-362b73c55e44" ], "x-ms-correlation-request-id": [ - "9fc0277f-9c03-4b0a-aa2b-39378911c606" + "0aa9e758-de7f-40e0-bf22-362b73c55e44" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084605Z:9fc0277f-9c03-4b0a-aa2b-39378911c606" + "JIOINDIACENTRAL:20221212T081331Z:0aa9e758-de7f-40e0-bf22-362b73c55e44" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -708,7 +708,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:46:05 GMT" + "Mon, 12 Dec 2022 08:13:31 GMT" ], "Expires": [ "-1" @@ -721,75 +721,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE5EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk1NDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMU5EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-request-id": [ - "4e05f2e0-896c-42b3-9ed4-80c2be0efa5b" - ], - "x-ms-correlation-request-id": [ - "4e05f2e0-896c-42b3-9ed4-80c2be0efa5b" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084621Z:4e05f2e0-896c-42b3-9ed4-80c2be0efa5b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 08:46:20 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE5EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -798,22 +741,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk1NDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11999" ], "x-ms-request-id": [ - "4cc9fb20-944b-4948-9ca5-6767666bdab3" + "0c1d7a35-143b-4dbb-8b7c-4785dcd222e2" ], "x-ms-correlation-request-id": [ - "4cc9fb20-944b-4948-9ca5-6767666bdab3" + "0c1d7a35-143b-4dbb-8b7c-4785dcd222e2" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084636Z:4cc9fb20-944b-4948-9ca5-6767666bdab3" + "JIOINDIACENTRAL:20221212T081347Z:0c1d7a35-143b-4dbb-8b7c-4785dcd222e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -822,7 +765,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:46:36 GMT" + "Mon, 12 Dec 2022 08:13:46 GMT" ], "Expires": [ "-1" @@ -835,75 +778,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE5EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk1NDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMU5EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-request-id": [ - "9663928a-f89c-4d78-80e7-4567cb0e8bd5" - ], - "x-ms-correlation-request-id": [ - "9663928a-f89c-4d78-80e7-4567cb0e8bd5" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084652Z:9663928a-f89c-4d78-80e7-4567cb0e8bd5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 08:46:51 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE5EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -912,22 +798,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk1NDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11998" ], "x-ms-request-id": [ - "9a3d777f-bc28-4aa3-8807-a2433cd6fea0" + "ee8dd57c-af85-4d40-a351-9ed4552dc48f" ], "x-ms-correlation-request-id": [ - "9a3d777f-bc28-4aa3-8807-a2433cd6fea0" + "ee8dd57c-af85-4d40-a351-9ed4552dc48f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084707Z:9a3d777f-bc28-4aa3-8807-a2433cd6fea0" + "JIOINDIACENTRAL:20221212T081402Z:ee8dd57c-af85-4d40-a351-9ed4552dc48f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -936,7 +822,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:47:06 GMT" + "Mon, 12 Dec 2022 08:14:02 GMT" ], "Expires": [ "-1" @@ -949,75 +835,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE5EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk1NDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMU5EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-request-id": [ - "6a9dde5d-9ca4-405a-99b1-eaae8b879447" - ], - "x-ms-correlation-request-id": [ - "6a9dde5d-9ca4-405a-99b1-eaae8b879447" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084723Z:6a9dde5d-9ca4-405a-99b1-eaae8b879447" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 08:47:23 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE5EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1026,22 +855,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk1NDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11997" ], "x-ms-request-id": [ - "45c24f7c-765b-40f6-9377-4398280bdb05" + "d4c5f900-9f8b-4b12-9a25-b67827a72db7" ], "x-ms-correlation-request-id": [ - "45c24f7c-765b-40f6-9377-4398280bdb05" + "d4c5f900-9f8b-4b12-9a25-b67827a72db7" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084738Z:45c24f7c-765b-40f6-9377-4398280bdb05" + "JIOINDIACENTRAL:20221212T081418Z:d4c5f900-9f8b-4b12-9a25-b67827a72db7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1050,7 +879,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:47:38 GMT" + "Mon, 12 Dec 2022 08:14:17 GMT" ], "Expires": [ "-1" @@ -1063,75 +892,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE5EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk1NDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMU5EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "x-ms-request-id": [ - "0e13b4c0-eb33-4c67-92f6-dc5788807470" - ], - "x-ms-correlation-request-id": [ - "0e13b4c0-eb33-4c67-92f6-dc5788807470" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084754Z:0e13b4c0-eb33-4c67-92f6-dc5788807470" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 08:47:53 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE5EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1140,22 +912,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk1NDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11996" ], "x-ms-request-id": [ - "902c53b3-a3d2-40bb-90b2-6fb5a88ef288" + "e539a63a-4265-44ad-b5c4-1e7b256015d1" ], "x-ms-correlation-request-id": [ - "902c53b3-a3d2-40bb-90b2-6fb5a88ef288" + "e539a63a-4265-44ad-b5c4-1e7b256015d1" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084809Z:902c53b3-a3d2-40bb-90b2-6fb5a88ef288" + "JIOINDIACENTRAL:20221212T081433Z:e539a63a-4265-44ad-b5c4-1e7b256015d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1164,7 +936,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:48:08 GMT" + "Mon, 12 Dec 2022 08:14:33 GMT" ], "Expires": [ "-1" @@ -1177,18 +949,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE5EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk1NDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMU5EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1197,22 +969,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk1NDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11995" ], "x-ms-request-id": [ - "1f37e731-69ed-40ad-b4a1-b318c0bddf0e" + "4a5cba73-e6b4-4ea6-9a56-02a1922883a4" ], "x-ms-correlation-request-id": [ - "1f37e731-69ed-40ad-b4a1-b318c0bddf0e" + "4a5cba73-e6b4-4ea6-9a56-02a1922883a4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084825Z:1f37e731-69ed-40ad-b4a1-b318c0bddf0e" + "JIOINDIACENTRAL:20221212T081449Z:4a5cba73-e6b4-4ea6-9a56-02a1922883a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1221,7 +993,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:48:25 GMT" + "Mon, 12 Dec 2022 08:14:49 GMT" ], "Expires": [ "-1" @@ -1234,18 +1006,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE5EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk1NDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMU5EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1254,22 +1026,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk1NDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11994" ], "x-ms-request-id": [ - "b20a2f20-db2a-4e91-8747-b180b2ebbcbe" + "3622a5e7-aa16-4a1a-a74a-cb9df7b6167d" ], "x-ms-correlation-request-id": [ - "b20a2f20-db2a-4e91-8747-b180b2ebbcbe" + "3622a5e7-aa16-4a1a-a74a-cb9df7b6167d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084840Z:b20a2f20-db2a-4e91-8747-b180b2ebbcbe" + "JIOINDIACENTRAL:20221212T081504Z:3622a5e7-aa16-4a1a-a74a-cb9df7b6167d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1278,7 +1050,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:48:40 GMT" + "Mon, 12 Dec 2022 08:15:04 GMT" ], "Expires": [ "-1" @@ -1291,18 +1063,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE5EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk1NDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMU5EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1311,22 +1083,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk1NDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11993" ], "x-ms-request-id": [ - "40eec728-9f3b-413f-a2d1-ee9064cc6e71" + "aeda8765-7516-4821-9190-ac2c09f0defe" ], "x-ms-correlation-request-id": [ - "40eec728-9f3b-413f-a2d1-ee9064cc6e71" + "aeda8765-7516-4821-9190-ac2c09f0defe" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084856Z:40eec728-9f3b-413f-a2d1-ee9064cc6e71" + "JIOINDIACENTRAL:20221212T081520Z:aeda8765-7516-4821-9190-ac2c09f0defe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1335,7 +1107,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:48:55 GMT" + "Mon, 12 Dec 2022 08:15:19 GMT" ], "Expires": [ "-1" @@ -1348,18 +1120,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE5EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk1NDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMU5EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1368,16 +1140,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11992" ], "x-ms-request-id": [ - "56c82c9e-d5cb-49bc-b5f4-cecf6fa297ed" + "05018b29-ba3e-4d2b-a23c-95ae5de932aa" ], "x-ms-correlation-request-id": [ - "56c82c9e-d5cb-49bc-b5f4-cecf6fa297ed" + "05018b29-ba3e-4d2b-a23c-95ae5de932aa" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084911Z:56c82c9e-d5cb-49bc-b5f4-cecf6fa297ed" + "JIOINDIACENTRAL:20221212T081535Z:05018b29-ba3e-4d2b-a23c-95ae5de932aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1386,7 +1158,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:49:10 GMT" + "Mon, 12 Dec 2022 08:15:35 GMT" ], "Expires": [ "-1" @@ -1399,18 +1171,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc4NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNE5EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk1NDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMU5EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1419,16 +1191,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11991" ], "x-ms-request-id": [ - "7757b72d-f08b-409a-9407-36d56d206b68" + "ace0dc66-5048-45a4-b41d-80010d0e1f0a" ], "x-ms-correlation-request-id": [ - "7757b72d-f08b-409a-9407-36d56d206b68" + "ace0dc66-5048-45a4-b41d-80010d0e1f0a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T084912Z:7757b72d-f08b-409a-9407-36d56d206b68" + "JIOINDIACENTRAL:20221212T081536Z:ace0dc66-5048-45a4-b41d-80010d0e1f0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1437,7 +1209,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 08:49:11 GMT" + "Mon, 12 Dec 2022 08:15:36 GMT" ], "Expires": [ "-1" @@ -1452,13 +1224,13 @@ ], "Names": { "Test-PipeEndpointFromGetProfile": [ - "ps1008", - "ps3882", - "ps7840", - "ps9610" + "ps478", + "ps2025", + "ps9544", + "ps8415" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestRemoveExistingEndpointFromNonExistingProfile.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestRemoveExistingEndpointFromNonExistingProfile.json index 34e7b14f750a..63fa88ecd5cd 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestRemoveExistingEndpointFromNonExistingProfile.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestRemoveExistingEndpointFromNonExistingProfile.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps9272?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzOTI3Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps948?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzOTQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2dd70259-b1ae-4ee3-818f-045938fba2c7" + "c3be171c-baed-43d0-a07f-7dcdf0a4a82c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "95a1fe70-acb3-4de7-9f4d-f7082d0c1dc3" + "81846d5e-6a46-4bc5-8249-61098dc1858e" ], "x-ms-correlation-request-id": [ - "95a1fe70-acb3-4de7-9f4d-f7082d0c1dc3" + "81846d5e-6a46-4bc5-8249-61098dc1858e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091251Z:95a1fe70-acb3-4de7-9f4d-f7082d0c1dc3" + "JIOINDIACENTRAL:20221212T083304Z:81846d5e-6a46-4bc5-8249-61098dc1858e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,10 +51,10 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:12:50 GMT" + "Mon, 12 Dec 2022 08:33:04 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9272\",\r\n \"name\": \"ps9272\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps948\",\r\n \"name\": \"ps948\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps9272?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzOTI3Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps948?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzOTQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ece7341-46f6-4d48-9773-3805e0962cb4" + "80d163fa-100c-4a6e-89b2-55fb8088bd06" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -93,22 +93,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14996" ], "x-ms-request-id": [ - "864eb69c-191b-4c4b-a7c3-80be85846f61" + "efb5f0f6-97cd-4a71-8c40-184dbe0e4c7f" ], "x-ms-correlation-request-id": [ - "864eb69c-191b-4c4b-a7c3-80be85846f61" + "efb5f0f6-97cd-4a71-8c40-184dbe0e4c7f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091254Z:864eb69c-191b-4c4b-a7c3-80be85846f61" + "JIOINDIACENTRAL:20221212T083308Z:efb5f0f6-97cd-4a71-8c40-184dbe0e4c7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -117,7 +117,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:12:54 GMT" + "Mon, 12 Dec 2022 08:33:08 GMT" ], "Expires": [ "-1" @@ -130,18 +130,75 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprME9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-request-id": [ + "f6473750-13bc-443b-9acf-32be23ad7718" + ], + "x-ms-correlation-request-id": [ + "f6473750-13bc-443b-9acf-32be23ad7718" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T083324Z:f6473750-13bc-443b-9acf-32be23ad7718" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 08:33:23 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprME9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -149,17 +206,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11992" ], "x-ms-request-id": [ - "116a3c98-6aad-4c3f-8a7a-b39681e08cb1" + "568d448b-2299-4add-a1fa-936f51ccf462" ], "x-ms-correlation-request-id": [ - "116a3c98-6aad-4c3f-8a7a-b39681e08cb1" + "568d448b-2299-4add-a1fa-936f51ccf462" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091310Z:116a3c98-6aad-4c3f-8a7a-b39681e08cb1" + "JIOINDIACENTRAL:20221212T083339Z:568d448b-2299-4add-a1fa-936f51ccf462" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -168,7 +231,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:13:10 GMT" + "Mon, 12 Dec 2022 08:33:39 GMT" ], "Expires": [ "-1" @@ -178,21 +241,186 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprME9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "6adde570-f7d4-43b7-ac7d-7999bad5eb0f" + ], + "x-ms-correlation-request-id": [ + "6adde570-f7d4-43b7-ac7d-7999bad5eb0f" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T083355Z:6adde570-f7d4-43b7-ac7d-7999bad5eb0f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 08:33:55 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprME9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "8f039f3c-8135-4ecc-86eb-2792e7008a49" + ], + "x-ms-correlation-request-id": [ + "8f039f3c-8135-4ecc-86eb-2792e7008a49" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T083410Z:8f039f3c-8135-4ecc-86eb-2792e7008a49" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 08:34:10 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprME9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "c5cc0739-3f7c-48d6-af60-518c1a1a490a" + ], + "x-ms-correlation-request-id": [ + "c5cc0739-3f7c-48d6-af60-518c1a1a490a" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T083426Z:c5cc0739-3f7c-48d6-af60-518c1a1a490a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 08:34:25 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprME9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -201,16 +429,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11988" ], "x-ms-request-id": [ - "c9162e3d-a7fc-47f5-b342-4381e9f780e7" + "5fe9037e-45ec-4ce0-893c-c29928905109" ], "x-ms-correlation-request-id": [ - "c9162e3d-a7fc-47f5-b342-4381e9f780e7" + "5fe9037e-45ec-4ce0-893c-c29928905109" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091311Z:c9162e3d-a7fc-47f5-b342-4381e9f780e7" + "JIOINDIACENTRAL:20221212T083426Z:5fe9037e-45ec-4ce0-893c-c29928905109" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -219,7 +447,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:13:10 GMT" + "Mon, 12 Dec 2022 08:34:26 GMT" ], "Expires": [ "-1" @@ -234,12 +462,12 @@ ], "Names": { "Test-RemoveExistingEndpointFromNonExistingProfile": [ - "ps7999", - "ps8460", - "ps9272" + "ps2006", + "ps4832", + "ps948" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestRemoveNonExistingEndpointFromProfile.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestRemoveNonExistingEndpointFromProfile.json index e37ba3759b7d..a5d20d4ad39a 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestRemoveNonExistingEndpointFromProfile.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.EndpointTests/TestRemoveNonExistingEndpointFromProfile.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps2392?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzMjM5Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps1818?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMTgxOD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7f7cd4b6-4c76-4b7c-9fab-7bd58fed7465" + "3d0e7fb0-4620-45a7-b879-78f913b55000" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "7f673340-dbed-4055-9351-0d07c885df33" + "5cbcc44d-38e9-41cf-b5b4-6e5eac61956b" ], "x-ms-correlation-request-id": [ - "7f673340-dbed-4055-9351-0d07c885df33" + "5cbcc44d-38e9-41cf-b5b4-6e5eac61956b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091011Z:7f673340-dbed-4055-9351-0d07c885df33" + "CENTRALINDIA:20221212T083024Z:5cbcc44d-38e9-41cf-b5b4-6e5eac61956b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:10:11 GMT" + "Mon, 12 Dec 2022 08:30:23 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2392\",\r\n \"name\": \"ps2392\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1818\",\r\n \"name\": \"ps1818\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2392/providers/Microsoft.Network/trafficmanagerprofiles/ps6514?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjM5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY1MTQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1818/providers/Microsoft.Network/trafficmanagerprofiles/ps1704?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTgxOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczE3MDQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4a93b82-b9ca-46bd-865c-dd9701048301" + "ee61f222-7123-4daf-94e4-6ab306b77b8e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "955eb844-fa7c-4c56-98fa-bc5ac8b76a83" + "6a64c165-193d-4bd9-8620-d2c2827f491e" ], "x-ms-correlation-request-id": [ - "955eb844-fa7c-4c56-98fa-bc5ac8b76a83" + "6a64c165-193d-4bd9-8620-d2c2827f491e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091012Z:955eb844-fa7c-4c56-98fa-bc5ac8b76a83" + "CENTRALINDIA:20221212T083026Z:6a64c165-193d-4bd9-8620-d2c2827f491e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:10:12 GMT" + "Mon, 12 Dec 2022 08:30:25 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,26 +123,25 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps6514' under resource group 'ps2392' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps1704' under resource group 'ps1818' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2392/providers/Microsoft.Network/trafficmanagerprofiles/ps6514?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjM5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY1MTQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1818/providers/Microsoft.Network/trafficmanagerprofiles/ps1704?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTgxOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczE3MDQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8542\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps6514\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b4a93b82-b9ca-46bd-865c-dd9701048301" + "ee61f222-7123-4daf-94e4-6ab306b77b8e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -151,6 +150,7 @@ "337" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps1207\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps1704\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b4a93b82-b9ca-46bd-865c-dd9701048301" + "ee61f222-7123-4daf-94e4-6ab306b77b8e" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,16 +174,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "2d2c1e21-4010-49f1-bd7d-66b834cfaf57" + "3cec9d51-8939-4b90-84be-cccdd4780e1a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091021Z:2d2c1e21-4010-49f1-bd7d-66b834cfaf57" + "CENTRALINDIA:20221212T083034Z:3cec9d51-8939-4b90-84be-cccdd4780e1a" ], "Date": [ - "Thu, 20 Jan 2022 09:10:21 GMT" + "Mon, 12 Dec 2022 08:30:34 GMT" ], "Content-Length": [ "647" @@ -192,28 +192,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2392/providers/Microsoft.Network/trafficManagerProfiles/ps6514\",\r\n \"name\": \"ps6514\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8542\",\r\n \"fqdn\": \"ps8542.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1818/providers/Microsoft.Network/trafficManagerProfiles/ps1704\",\r\n \"name\": \"ps1704\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps1207\",\r\n \"fqdn\": \"ps1207.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps2392?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzMjM5Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps1818?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMTgxOD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5386dd10-3ab9-42fc-b019-2daf8f3bdf30" + "c873a271-96cf-4b31-9ae2-095577560bfe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -222,22 +222,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14999" ], "x-ms-request-id": [ - "d5c9ae77-e989-4850-b22f-296ca37177ec" + "dde88ba5-bde6-4bf2-878c-65c975fac20b" ], "x-ms-correlation-request-id": [ - "d5c9ae77-e989-4850-b22f-296ca37177ec" + "dde88ba5-bde6-4bf2-878c-65c975fac20b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091023Z:d5c9ae77-e989-4850-b22f-296ca37177ec" + "CENTRALINDIA:20221212T083041Z:dde88ba5-bde6-4bf2-878c-65c975fac20b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,7 +246,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:10:23 GMT" + "Mon, 12 Dec 2022 08:30:41 GMT" ], "Expires": [ "-1" @@ -259,18 +259,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek9USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNE1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -279,22 +279,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11999" ], "x-ms-request-id": [ - "b25bd7bd-fe7a-479c-9437-95931d9c0571" + "13896b1e-5c49-4c57-9668-4eed195cb5bd" ], "x-ms-correlation-request-id": [ - "b25bd7bd-fe7a-479c-9437-95931d9c0571" + "13896b1e-5c49-4c57-9668-4eed195cb5bd" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091039Z:b25bd7bd-fe7a-479c-9437-95931d9c0571" + "CENTRALINDIA:20221212T083056Z:13896b1e-5c49-4c57-9668-4eed195cb5bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -303,7 +303,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:10:38 GMT" + "Mon, 12 Dec 2022 08:30:56 GMT" ], "Expires": [ "-1" @@ -316,18 +316,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek9USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNE1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -336,22 +336,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11998" ], "x-ms-request-id": [ - "8115071e-d7ef-46e1-978c-eea2f1953644" + "3fd659bd-c3c8-4ece-aede-2b5510b165c6" ], "x-ms-correlation-request-id": [ - "8115071e-d7ef-46e1-978c-eea2f1953644" + "3fd659bd-c3c8-4ece-aede-2b5510b165c6" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091054Z:8115071e-d7ef-46e1-978c-eea2f1953644" + "CENTRALINDIA:20221212T083112Z:3fd659bd-c3c8-4ece-aede-2b5510b165c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -360,7 +360,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:10:54 GMT" + "Mon, 12 Dec 2022 08:31:11 GMT" ], "Expires": [ "-1" @@ -373,18 +373,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek9USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNE1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -393,22 +393,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11997" ], "x-ms-request-id": [ - "186d651f-e424-48d2-b85d-b645d936d25e" + "97732371-d11c-4ca9-aef4-b3780684140e" ], "x-ms-correlation-request-id": [ - "186d651f-e424-48d2-b85d-b645d936d25e" + "97732371-d11c-4ca9-aef4-b3780684140e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091110Z:186d651f-e424-48d2-b85d-b645d936d25e" + "CENTRALINDIA:20221212T083127Z:97732371-d11c-4ca9-aef4-b3780684140e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -417,7 +417,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:11:09 GMT" + "Mon, 12 Dec 2022 08:31:27 GMT" ], "Expires": [ "-1" @@ -430,18 +430,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek9USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNE1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -450,22 +450,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11996" ], "x-ms-request-id": [ - "14d5f2b1-edb8-493d-868a-529ee1763495" + "2a91bcbf-a384-4c45-a80c-bf47343b16ab" ], "x-ms-correlation-request-id": [ - "14d5f2b1-edb8-493d-868a-529ee1763495" + "2a91bcbf-a384-4c45-a80c-bf47343b16ab" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091126Z:14d5f2b1-edb8-493d-868a-529ee1763495" + "CENTRALINDIA:20221212T083143Z:2a91bcbf-a384-4c45-a80c-bf47343b16ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -474,7 +474,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:11:25 GMT" + "Mon, 12 Dec 2022 08:31:43 GMT" ], "Expires": [ "-1" @@ -487,18 +487,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek9USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNE1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -507,22 +507,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11995" ], "x-ms-request-id": [ - "74595a78-3907-49e3-aa64-a5089d2ca455" + "7a5573b0-d16a-4c50-b688-8fe8e3590e25" ], "x-ms-correlation-request-id": [ - "74595a78-3907-49e3-aa64-a5089d2ca455" + "7a5573b0-d16a-4c50-b688-8fe8e3590e25" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091141Z:74595a78-3907-49e3-aa64-a5089d2ca455" + "CENTRALINDIA:20221212T083158Z:7a5573b0-d16a-4c50-b688-8fe8e3590e25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -531,7 +531,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:11:41 GMT" + "Mon, 12 Dec 2022 08:31:58 GMT" ], "Expires": [ "-1" @@ -544,18 +544,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek9USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNE1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -564,22 +564,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11994" ], "x-ms-request-id": [ - "712c90d0-091a-43f4-afdd-06268bad53b4" + "322e6f25-eb67-4b21-b9db-b987eb744315" ], "x-ms-correlation-request-id": [ - "712c90d0-091a-43f4-afdd-06268bad53b4" + "322e6f25-eb67-4b21-b9db-b987eb744315" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091157Z:712c90d0-091a-43f4-afdd-06268bad53b4" + "CENTRALINDIA:20221212T083214Z:322e6f25-eb67-4b21-b9db-b987eb744315" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -588,7 +588,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:11:56 GMT" + "Mon, 12 Dec 2022 08:32:14 GMT" ], "Expires": [ "-1" @@ -601,18 +601,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek9USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNE1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -621,22 +621,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11993" ], "x-ms-request-id": [ - "fd0a227c-2cc2-43ab-a121-52d2a1564535" + "97732b6b-7cfa-4f53-863e-759001d49961" ], "x-ms-correlation-request-id": [ - "fd0a227c-2cc2-43ab-a121-52d2a1564535" + "97732b6b-7cfa-4f53-863e-759001d49961" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091213Z:fd0a227c-2cc2-43ab-a121-52d2a1564535" + "CENTRALINDIA:20221212T083229Z:97732b6b-7cfa-4f53-863e-759001d49961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -645,7 +645,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:12:12 GMT" + "Mon, 12 Dec 2022 08:32:29 GMT" ], "Expires": [ "-1" @@ -658,18 +658,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek9USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNE1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -678,22 +678,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11992" ], "x-ms-request-id": [ - "984141e8-78c6-416d-a512-eecce9523184" + "8267ddc0-269e-4c5c-bae8-f07b91747639" ], "x-ms-correlation-request-id": [ - "984141e8-78c6-416d-a512-eecce9523184" + "8267ddc0-269e-4c5c-bae8-f07b91747639" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091228Z:984141e8-78c6-416d-a512-eecce9523184" + "CENTRALINDIA:20221212T083245Z:8267ddc0-269e-4c5c-bae8-f07b91747639" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -702,7 +702,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:12:28 GMT" + "Mon, 12 Dec 2022 08:32:44 GMT" ], "Expires": [ "-1" @@ -715,18 +715,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek9USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNE1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -735,16 +735,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11991" ], "x-ms-request-id": [ - "d23c8d19-97f8-472e-b364-07fdf5823adf" + "f904a9dd-446c-4fbb-a9bb-378ac29b7d68" ], "x-ms-correlation-request-id": [ - "d23c8d19-97f8-472e-b364-07fdf5823adf" + "f904a9dd-446c-4fbb-a9bb-378ac29b7d68" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091244Z:d23c8d19-97f8-472e-b364-07fdf5823adf" + "CENTRALINDIA:20221212T083300Z:f904a9dd-446c-4fbb-a9bb-378ac29b7d68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -753,7 +753,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:12:43 GMT" + "Mon, 12 Dec 2022 08:33:00 GMT" ], "Expires": [ "-1" @@ -766,18 +766,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek9USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE4MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNE1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -786,16 +786,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11990" ], "x-ms-request-id": [ - "f77aa2df-b742-4fa8-85e8-9e020b43770d" + "f6feb198-3334-4dec-bef7-75fa5e38f59b" ], "x-ms-correlation-request-id": [ - "f77aa2df-b742-4fa8-85e8-9e020b43770d" + "f6feb198-3334-4dec-bef7-75fa5e38f59b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T091244Z:f77aa2df-b742-4fa8-85e8-9e020b43770d" + "CENTRALINDIA:20221212T083301Z:f6feb198-3334-4dec-bef7-75fa5e38f59b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -804,7 +804,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 09:12:43 GMT" + "Mon, 12 Dec 2022 08:33:00 GMT" ], "Expires": [ "-1" @@ -819,13 +819,13 @@ ], "Names": { "Test-RemoveNonExistingEndpointFromProfile": [ - "ps4019", - "ps6514", - "ps2392", - "ps8542" + "ps7584", + "ps1704", + "ps1818", + "ps1207" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.NestedEndpointsTests/TestNestedEndpointsCreateUpdate.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.NestedEndpointsTests/TestNestedEndpointsCreateUpdate.json index 1d7aa8859b7f..dcf973b470e7 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.NestedEndpointsTests/TestNestedEndpointsCreateUpdate.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.NestedEndpointsTests/TestNestedEndpointsCreateUpdate.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps7653?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzY1Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps9352?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzOTM1Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9ea9fc96-46f9-4e61-8465-c20949a25a06" + "256e9432-b6c9-4169-ad8b-bfe78f8f6b93" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-request-id": [ - "27f18c17-164f-4c57-b0d2-54c3d83c6ee3" + "52a1cb77-9712-433a-a490-71200531c683" ], "x-ms-correlation-request-id": [ - "27f18c17-164f-4c57-b0d2-54c3d83c6ee3" + "52a1cb77-9712-433a-a490-71200531c683" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160344Z:27f18c17-164f-4c57-b0d2-54c3d83c6ee3" + "JIOINDIACENTRAL:20221212T094312Z:52a1cb77-9712-433a-a490-71200531c683" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Fri, 21 Jan 2022 16:03:43 GMT" + "Mon, 12 Dec 2022 09:43:12 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653\",\r\n \"name\": \"ps7653\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352\",\r\n \"name\": \"ps9352\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficmanagerprofiles/ps878?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzY1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczg3OD9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficmanagerprofiles/ps7149?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcxNDk/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ebce628c-687a-4549-92cd-99633ca21f72" + "c2ebd352-3b71-4350-b354-2093c075f154" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "74596d66-292d-4d13-89fa-3c49b3c2db41" + "b970c15b-66cf-4c9b-aef8-3de0ebc72d6c" ], "x-ms-correlation-request-id": [ - "74596d66-292d-4d13-89fa-3c49b3c2db41" + "b970c15b-66cf-4c9b-aef8-3de0ebc72d6c" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160347Z:74596d66-292d-4d13-89fa-3c49b3c2db41" + "JIOINDIACENTRAL:20221212T094313Z:b970c15b-66cf-4c9b-aef8-3de0ebc72d6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 21 Jan 2022 16:03:46 GMT" + "Mon, 12 Dec 2022 09:43:12 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,37 +120,37 @@ "-1" ], "Content-Length": [ - "224" + "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps878' under resource group 'ps7653' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps7149' under resource group 'ps9352' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficmanagerprofiles/ps878?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzY1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczg3OD9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficmanagerprofiles/ps7149?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcxNDk/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps6393\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps878\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ebce628c-687a-4549-92cd-99633ca21f72" + "c2ebd352-3b71-4350-b354-2093c075f154" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "336" + "337" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps7695\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps7149\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ebce628c-687a-4549-92cd-99633ca21f72" + "c2ebd352-3b71-4350-b354-2093c075f154" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,46 +174,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "d5e545b3-6225-4d08-b815-55181c22b712" + "a3d0c531-5916-44ee-a9a0-5f544991f3f5" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160356Z:d5e545b3-6225-4d08-b815-55181c22b712" + "JIOINDIACENTRAL:20221212T094321Z:a3d0c531-5916-44ee-a9a0-5f544991f3f5" ], "Date": [ - "Fri, 21 Jan 2022 16:03:56 GMT" + "Mon, 12 Dec 2022 09:43:20 GMT" ], "Content-Length": [ - "645" + "647" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps878\",\r\n \"name\": \"ps878\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps6393\",\r\n \"fqdn\": \"ps6393.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps7149\",\r\n \"name\": \"ps7149\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps7695\",\r\n \"fqdn\": \"ps7695.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficmanagerprofiles/ps5986?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzY1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU5ODY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficmanagerprofiles/ps9731?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MzE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89acef17-599d-42e2-bf16-36ab401461bf" + "424bb581-f2a8-4f0c-ac4b-3e0ccc1e9b55" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -225,13 +225,13 @@ "gateway" ], "x-ms-request-id": [ - "fa280af7-c9da-43a6-bf77-a728cf0283d4" + "c0da79ab-e635-4a45-bdca-01057e6c7172" ], "x-ms-correlation-request-id": [ - "fa280af7-c9da-43a6-bf77-a728cf0283d4" + "c0da79ab-e635-4a45-bdca-01057e6c7172" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160357Z:fa280af7-c9da-43a6-bf77-a728cf0283d4" + "JIOINDIACENTRAL:20221212T094321Z:c0da79ab-e635-4a45-bdca-01057e6c7172" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -240,7 +240,7 @@ "nosniff" ], "Date": [ - "Fri, 21 Jan 2022 16:03:56 GMT" + "Mon, 12 Dec 2022 09:43:21 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -252,28 +252,28 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps5986' under resource group 'ps7653' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps9731' under resource group 'ps9352' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficmanagerprofiles/ps5986?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzY1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU5ODY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficmanagerprofiles/ps9731?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MzE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48863115-defb-4d63-846a-870b88db3c82" + "128c315b-30a7-4d4c-ab3d-dbf7c091a506" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -285,7 +285,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "48863115-defb-4d63-846a-870b88db3c82" + "128c315b-30a7-4d4c-ab3d-dbf7c091a506" ], "Server": [ "Microsoft-IIS/10.0" @@ -297,46 +297,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10797" + "1999" ], "x-ms-correlation-request-id": [ - "58e722d6-42e0-4c77-992f-579a1a55a087" + "040b21e6-3d49-46dc-ba03-0c676c1ce3eb" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160407Z:58e722d6-42e0-4c77-992f-579a1a55a087" + "CENTRALINDIA:20221212T094330Z:040b21e6-3d49-46dc-ba03-0c676c1ce3eb" ], "Date": [ - "Fri, 21 Jan 2022 16:04:07 GMT" + "Mon, 12 Dec 2022 09:43:30 GMT" ], "Content-Length": [ - "1339" + "1365" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps5986\",\r\n \"name\": \"ps5986\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5954\",\r\n \"fqdn\": \"ps5954.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps5986/nestedEndpoints/MyNestedEndpoint\",\r\n \"name\": \"MyNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps878\",\r\n \"target\": \"ps6393.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": 2,\r\n \"minChildEndpointsIPv4\": 0,\r\n \"minChildEndpointsIPv6\": 0\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps9731\",\r\n \"name\": \"ps9731\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4636\",\r\n \"fqdn\": \"ps4636.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps9731/nestedEndpoints/MyNestedEndpoint\",\r\n \"name\": \"MyNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps7149\",\r\n \"target\": \"ps7695.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": 2,\r\n \"minChildEndpointsIPv4\": 0,\r\n \"minChildEndpointsIPv6\": 0,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficmanagerprofiles/ps5986?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzY1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU5ODY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficmanagerprofiles/ps9731?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MzE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "815fa3dd-f60c-4f7e-bc27-157f8006bc84" + "fdfec2a8-c191-49bc-87c7-059be91a2acb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -348,7 +348,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "815fa3dd-f60c-4f7e-bc27-157f8006bc84" + "fdfec2a8-c191-49bc-87c7-059be91a2acb" ], "Server": [ "Microsoft-IIS/10.0" @@ -360,46 +360,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10796" + "1999" ], "x-ms-correlation-request-id": [ - "e5077caf-f880-4314-a7b5-aaf1ab99058f" + "2743aa0a-ae61-4c07-8e6b-58a4479f4dfd" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160408Z:e5077caf-f880-4314-a7b5-aaf1ab99058f" + "CENTRALINDIA:20221212T094331Z:2743aa0a-ae61-4c07-8e6b-58a4479f4dfd" ], "Date": [ - "Fri, 21 Jan 2022 16:04:07 GMT" + "Mon, 12 Dec 2022 09:43:31 GMT" ], "Content-Length": [ - "1339" + "1365" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps5986\",\r\n \"name\": \"ps5986\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5954\",\r\n \"fqdn\": \"ps5954.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps5986/nestedEndpoints/MyNestedEndpoint\",\r\n \"name\": \"MyNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps878\",\r\n \"target\": \"ps6393.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": 2,\r\n \"minChildEndpointsIPv4\": 0,\r\n \"minChildEndpointsIPv6\": 0\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps9731\",\r\n \"name\": \"ps9731\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4636\",\r\n \"fqdn\": \"ps4636.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps9731/nestedEndpoints/MyNestedEndpoint\",\r\n \"name\": \"MyNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps7149\",\r\n \"target\": \"ps7695.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": 2,\r\n \"minChildEndpointsIPv4\": 0,\r\n \"minChildEndpointsIPv6\": 0,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficmanagerprofiles/ps5986?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzY1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU5ODY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficmanagerprofiles/ps9731?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MzE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d7c8724-bae6-495c-adb9-33546073099a" + "6b3ae5a7-da49-4321-ac96-228528f45190" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -411,7 +411,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8d7c8724-bae6-495c-adb9-33546073099a" + "6b3ae5a7-da49-4321-ac96-228528f45190" ], "Server": [ "Microsoft-IIS/10.0" @@ -423,46 +423,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10794" + "1997" ], "x-ms-correlation-request-id": [ - "482fddd9-ae4c-4e51-8915-060f9deb7d03" + "41806ef9-0d3f-44db-9e7d-b123993c3f08" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160417Z:482fddd9-ae4c-4e51-8915-060f9deb7d03" + "JIOINDIACENTRAL:20221212T094344Z:41806ef9-0d3f-44db-9e7d-b123993c3f08" ], "Date": [ - "Fri, 21 Jan 2022 16:04:17 GMT" + "Mon, 12 Dec 2022 09:43:44 GMT" ], "Content-Length": [ - "2034" + "2085" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps5986\",\r\n \"name\": \"ps5986\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5954\",\r\n \"fqdn\": \"ps5954.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps5986/nestedEndpoints/MyNestedEndpoint\",\r\n \"name\": \"MyNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps878\",\r\n \"target\": \"ps6393.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": 2,\r\n \"minChildEndpointsIPv4\": 0,\r\n \"minChildEndpointsIPv6\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps5986/nestedEndpoints/MySecondNestedEndpoint\",\r\n \"name\": \"MySecondNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps6326\",\r\n \"target\": \"ps2394.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 2,\r\n \"endpointLocation\": \"West Europe\",\r\n \"minChildEndpoints\": 3,\r\n \"minChildEndpointsIPv4\": 2,\r\n \"minChildEndpointsIPv6\": 1\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps9731\",\r\n \"name\": \"ps9731\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4636\",\r\n \"fqdn\": \"ps4636.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps9731/nestedEndpoints/MyNestedEndpoint\",\r\n \"name\": \"MyNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps7149\",\r\n \"target\": \"ps7695.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": 2,\r\n \"minChildEndpointsIPv4\": 0,\r\n \"minChildEndpointsIPv6\": 0,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps9731/nestedEndpoints/MySecondNestedEndpoint\",\r\n \"name\": \"MySecondNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps4159\",\r\n \"target\": \"ps7303.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 2,\r\n \"endpointLocation\": \"West Europe\",\r\n \"minChildEndpoints\": 3,\r\n \"minChildEndpointsIPv4\": 2,\r\n \"minChildEndpointsIPv6\": 1,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficmanagerprofiles/ps5986?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzY1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU5ODY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficmanagerprofiles/ps9731?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MzE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3653e432-900b-4222-8b7e-c90b8bbfa302" + "21d4ec52-34f9-4bef-bb22-ad47410754fe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -474,7 +474,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3653e432-900b-4222-8b7e-c90b8bbfa302" + "21d4ec52-34f9-4bef-bb22-ad47410754fe" ], "Server": [ "Microsoft-IIS/10.0" @@ -486,44 +486,43 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10793" + "1999" ], "x-ms-correlation-request-id": [ - "3e2783bc-aa80-409d-a358-02bbd76ae183" + "44b07df6-bac2-413f-b91d-3b33a70f77b3" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160419Z:3e2783bc-aa80-409d-a358-02bbd76ae183" + "CENTRALINDIA:20221212T094348Z:44b07df6-bac2-413f-b91d-3b33a70f77b3" ], "Date": [ - "Fri, 21 Jan 2022 16:04:19 GMT" + "Mon, 12 Dec 2022 09:43:47 GMT" ], "Content-Length": [ - "2030" + "2081" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps5986\",\r\n \"name\": \"ps5986\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5954\",\r\n \"fqdn\": \"ps5954.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps5986/nestedEndpoints/MyNestedEndpoint\",\r\n \"name\": \"MyNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps878\",\r\n \"target\": \"ps6393.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": 2,\r\n \"minChildEndpointsIPv4\": 0,\r\n \"minChildEndpointsIPv6\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps5986/nestedEndpoints/MySecondNestedEndpoint\",\r\n \"name\": \"MySecondNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps6326\",\r\n \"target\": \"ps2394.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 2,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": 6,\r\n \"minChildEndpointsIPv4\": 2,\r\n \"minChildEndpointsIPv6\": 3\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps9731\",\r\n \"name\": \"ps9731\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4636\",\r\n \"fqdn\": \"ps4636.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps9731/nestedEndpoints/MyNestedEndpoint\",\r\n \"name\": \"MyNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps7149\",\r\n \"target\": \"ps7695.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": 2,\r\n \"minChildEndpointsIPv4\": 0,\r\n \"minChildEndpointsIPv6\": 0,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps9731/nestedEndpoints/MySecondNestedEndpoint\",\r\n \"name\": \"MySecondNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps4159\",\r\n \"target\": \"ps7303.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 2,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": 6,\r\n \"minChildEndpointsIPv4\": 2,\r\n \"minChildEndpointsIPv6\": 3,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficmanagerprofiles/ps5986?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzY1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU5ODY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficmanagerprofiles/ps9731?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MzE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5954\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps5986\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "89acef17-599d-42e2-bf16-36ab401461bf" + "424bb581-f2a8-4f0c-ac4b-3e0ccc1e9b55" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -532,6 +531,7 @@ "337" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4636\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps9731\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -543,7 +543,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "89acef17-599d-42e2-bf16-36ab401461bf" + "424bb581-f2a8-4f0c-ac4b-3e0ccc1e9b55" ], "Server": [ "Microsoft-IIS/10.0" @@ -555,16 +555,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "4498" ], "x-ms-correlation-request-id": [ - "98ecf16e-d0e4-4f0e-926d-21dbd26dc25c" + "8b41a531-fefc-4a16-956e-8ee2535a4953" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160404Z:98ecf16e-d0e4-4f0e-926d-21dbd26dc25c" + "JIOINDIACENTRAL:20221212T094324Z:8b41a531-fefc-4a16-956e-8ee2535a4953" ], "Date": [ - "Fri, 21 Jan 2022 16:04:04 GMT" + "Mon, 12 Dec 2022 09:43:24 GMT" ], "Content-Length": [ "647" @@ -573,28 +573,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps5986\",\r\n \"name\": \"ps5986\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5954\",\r\n \"fqdn\": \"ps5954.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps9731\",\r\n \"name\": \"ps9731\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4636\",\r\n \"fqdn\": \"ps4636.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficmanagerprofiles/ps5986/NestedEndpoints/MyNestedEndpoint?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzY1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU5ODYvTmVzdGVkRW5kcG9pbnRzL015TmVzdGVkRW5kcG9pbnQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficmanagerprofiles/ps9731/NestedEndpoints/MyNestedEndpoint?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MzEvTmVzdGVkRW5kcG9pbnRzL015TmVzdGVkRW5kcG9pbnQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86446fe5-9aa5-49bf-9530-13305fa4bdf0" + "c04897c1-3df8-4383-9198-b71a6a8cc910" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -606,7 +606,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "86446fe5-9aa5-49bf-9530-13305fa4bdf0" + "c04897c1-3df8-4383-9198-b71a6a8cc910" ], "Server": [ "Microsoft-IIS/10.0" @@ -617,17 +617,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "399c9cdb-b2f7-4bc5-abda-89eeb07cfa8a" + "74ffdb38-b0fa-49ff-9d59-2a77b259cc4d" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160404Z:399c9cdb-b2f7-4bc5-abda-89eeb07cfa8a" + "CENTRALINDIA:20221212T094325Z:74ffdb38-b0fa-49ff-9d59-2a77b259cc4d" ], "Date": [ - "Fri, 21 Jan 2022 16:04:04 GMT" + "Mon, 12 Dec 2022 09:43:25 GMT" ], "Content-Length": [ "129" @@ -636,34 +636,34 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'mynestedendpoint' of type 'nestedendpoints' does not exist in the profile 'ps5986'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'mynestedendpoint' of type 'nestedendpoints' does not exist in the profile 'ps9731'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficmanagerprofiles/ps5986/NestedEndpoints/MyNestedEndpoint?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzY1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU5ODYvTmVzdGVkRW5kcG9pbnRzL015TmVzdGVkRW5kcG9pbnQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficmanagerprofiles/ps9731/NestedEndpoints/MyNestedEndpoint?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MzEvTmVzdGVkRW5kcG9pbnRzL015TmVzdGVkRW5kcG9pbnQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps878\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": 2\r\n },\r\n \"name\": \"MyNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/NestedEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "86446fe5-9aa5-49bf-9530-13305fa4bdf0" + "c04897c1-3df8-4383-9198-b71a6a8cc910" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "392" + "393" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"targetResourceId\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps7149\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": 2\r\n },\r\n \"name\": \"MyNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/NestedEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -675,7 +675,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "86446fe5-9aa5-49bf-9530-13305fa4bdf0" + "c04897c1-3df8-4383-9198-b71a6a8cc910" ], "Server": [ "Microsoft-IIS/10.0" @@ -686,47 +686,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "52022bfa-c79f-4569-9641-38e2e8ed4a3e" + "b4834951-c74b-4e48-aa48-9b86f969883e" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160406Z:52022bfa-c79f-4569-9641-38e2e8ed4a3e" + "CENTRALINDIA:20221212T094327Z:b4834951-c74b-4e48-aa48-9b86f969883e" ], "Date": [ - "Fri, 21 Jan 2022 16:04:06 GMT" + "Mon, 12 Dec 2022 09:43:27 GMT" ], "Content-Length": [ - "682" + "708" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps5986/nestedEndpoints/MyNestedEndpoint\",\r\n \"name\": \"MyNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps878\",\r\n \"target\": \"ps6393.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": 2,\r\n \"minChildEndpointsIPv4\": 0,\r\n \"minChildEndpointsIPv6\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps9731/nestedEndpoints/MyNestedEndpoint\",\r\n \"name\": \"MyNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps7149\",\r\n \"target\": \"ps7695.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": 2,\r\n \"minChildEndpointsIPv4\": 0,\r\n \"minChildEndpointsIPv6\": 0,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficmanagerprofiles/ps6326?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzY1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYzMjY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficmanagerprofiles/ps4159?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQxNTk/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "795dfef8-8657-4c37-8abd-1a42e03b69e6" + "ef738312-4efa-4389-86c7-d0892a64c780" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -738,13 +738,13 @@ "gateway" ], "x-ms-request-id": [ - "559cda63-4f64-43d2-9d69-f291e0ec6c1f" + "b47092ae-ee0b-41cb-ba4c-aee6d6865aa9" ], "x-ms-correlation-request-id": [ - "559cda63-4f64-43d2-9d69-f291e0ec6c1f" + "b47092ae-ee0b-41cb-ba4c-aee6d6865aa9" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160408Z:559cda63-4f64-43d2-9d69-f291e0ec6c1f" + "CENTRALINDIA:20221212T094333Z:b47092ae-ee0b-41cb-ba4c-aee6d6865aa9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -753,7 +753,7 @@ "nosniff" ], "Date": [ - "Fri, 21 Jan 2022 16:04:08 GMT" + "Mon, 12 Dec 2022 09:43:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -765,26 +765,25 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps6326' under resource group 'ps7653' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps4159' under resource group 'ps9352' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficmanagerprofiles/ps6326?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzY1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYzMjY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficmanagerprofiles/ps4159?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQxNTk/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps2394\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps6326\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "795dfef8-8657-4c37-8abd-1a42e03b69e6" + "ef738312-4efa-4389-86c7-d0892a64c780" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -793,6 +792,7 @@ "337" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps7303\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps4159\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -804,7 +804,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "795dfef8-8657-4c37-8abd-1a42e03b69e6" + "ef738312-4efa-4389-86c7-d0892a64c780" ], "Server": [ "Microsoft-IIS/10.0" @@ -816,16 +816,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10797" + "4499" ], "x-ms-correlation-request-id": [ - "c7fe0787-c96c-4af5-8526-ba4d95558357" + "a1844f42-310a-4964-a9d1-45234b6b74b5" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160413Z:c7fe0787-c96c-4af5-8526-ba4d95558357" + "CENTRALINDIA:20221212T094340Z:a1844f42-310a-4964-a9d1-45234b6b74b5" ], "Date": [ - "Fri, 21 Jan 2022 16:04:13 GMT" + "Mon, 12 Dec 2022 09:43:40 GMT" ], "Content-Length": [ "647" @@ -834,28 +834,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps6326\",\r\n \"name\": \"ps6326\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps2394\",\r\n \"fqdn\": \"ps2394.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps4159\",\r\n \"name\": \"ps4159\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps7303\",\r\n \"fqdn\": \"ps7303.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficmanagerprofiles/ps5986/NestedEndpoints/MySecondNestedEndpoint?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzY1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU5ODYvTmVzdGVkRW5kcG9pbnRzL015U2Vjb25kTmVzdGVkRW5kcG9pbnQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficmanagerprofiles/ps9731/NestedEndpoints/MySecondNestedEndpoint?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MzEvTmVzdGVkRW5kcG9pbnRzL015U2Vjb25kTmVzdGVkRW5kcG9pbnQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b810cfc9-6940-41ca-bc29-c6ec80396f02" + "4366d250-9b7b-4c6f-b84a-0fe041b4e341" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -867,7 +867,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b810cfc9-6940-41ca-bc29-c6ec80396f02" + "4366d250-9b7b-4c6f-b84a-0fe041b4e341" ], "Server": [ "Microsoft-IIS/10.0" @@ -878,17 +878,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "ddbc895e-8c90-4b68-83a1-f21e5be21b14" + "fc013be8-5f44-4530-94fe-c11f85b97ff5" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160414Z:ddbc895e-8c90-4b68-83a1-f21e5be21b14" + "JIOINDIACENTRAL:20221212T094341Z:fc013be8-5f44-4530-94fe-c11f85b97ff5" ], "Date": [ - "Fri, 21 Jan 2022 16:04:14 GMT" + "Mon, 12 Dec 2022 09:43:41 GMT" ], "Content-Length": [ "135" @@ -897,26 +897,25 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'mysecondnestedendpoint' of type 'nestedendpoints' does not exist in the profile 'ps5986'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'mysecondnestedendpoint' of type 'nestedendpoints' does not exist in the profile 'ps9731'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficmanagerprofiles/ps5986/NestedEndpoints/MySecondNestedEndpoint?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzY1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU5ODYvTmVzdGVkRW5kcG9pbnRzL015U2Vjb25kTmVzdGVkRW5kcG9pbnQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficmanagerprofiles/ps9731/NestedEndpoints/MySecondNestedEndpoint?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MzEvTmVzdGVkRW5kcG9pbnRzL015U2Vjb25kTmVzdGVkRW5kcG9pbnQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps6326\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"West Europe\",\r\n \"minChildEndpoints\": 3,\r\n \"minChildEndpointsIPv4\": 2,\r\n \"minChildEndpointsIPv6\": 1\r\n },\r\n \"name\": \"MySecondNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/NestedEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b810cfc9-6940-41ca-bc29-c6ec80396f02" + "4366d250-9b7b-4c6f-b84a-0fe041b4e341" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -925,6 +924,7 @@ "464" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"targetResourceId\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps4159\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"West Europe\",\r\n \"minChildEndpoints\": 3,\r\n \"minChildEndpointsIPv4\": 2,\r\n \"minChildEndpointsIPv6\": 1\r\n },\r\n \"name\": \"MySecondNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/NestedEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -936,7 +936,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b810cfc9-6940-41ca-bc29-c6ec80396f02" + "4366d250-9b7b-4c6f-b84a-0fe041b4e341" ], "Server": [ "Microsoft-IIS/10.0" @@ -947,53 +947,53 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "98b9e246-9381-44dc-b073-a4e854fc0336" + "78267d6c-966e-4d75-98c5-a0e9bc34e162" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160416Z:98b9e246-9381-44dc-b073-a4e854fc0336" + "JIOINDIACENTRAL:20221212T094343Z:78267d6c-966e-4d75-98c5-a0e9bc34e162" ], "Date": [ - "Fri, 21 Jan 2022 16:04:16 GMT" + "Mon, 12 Dec 2022 09:43:43 GMT" ], "Content-Length": [ - "694" + "719" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps5986/nestedEndpoints/MySecondNestedEndpoint\",\r\n \"name\": \"MySecondNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps6326\",\r\n \"target\": \"ps2394.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 2,\r\n \"endpointLocation\": \"West Europe\",\r\n \"minChildEndpoints\": 3,\r\n \"minChildEndpointsIPv4\": 2,\r\n \"minChildEndpointsIPv6\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps9731/nestedEndpoints/MySecondNestedEndpoint\",\r\n \"name\": \"MySecondNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps4159\",\r\n \"target\": \"ps7303.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 2,\r\n \"endpointLocation\": \"West Europe\",\r\n \"minChildEndpoints\": 3,\r\n \"minChildEndpointsIPv4\": 2,\r\n \"minChildEndpointsIPv6\": 1,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficmanagerprofiles/ps5986/NestedEndpoints/MySecondNestedEndpoint?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzY1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU5ODYvTmVzdGVkRW5kcG9pbnRzL015U2Vjb25kTmVzdGVkRW5kcG9pbnQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficmanagerprofiles/ps9731/NestedEndpoints/MySecondNestedEndpoint?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTM1Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk3MzEvTmVzdGVkRW5kcG9pbnRzL015U2Vjb25kTmVzdGVkRW5kcG9pbnQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps6326\",\r\n \"target\": \"ps2394.trafficmanager.net\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"weight\": 1,\r\n \"priority\": 2,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": 6,\r\n \"minChildEndpointsIPv4\": 2,\r\n \"minChildEndpointsIPv6\": 3\r\n },\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps5986/nestedEndpoints/MySecondNestedEndpoint\",\r\n \"name\": \"MySecondNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/NestedEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cf7c5727-a60e-4830-b1b5-69c7abe4585d" + "df4990f2-7032-4511-9360-27697ae678cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "725" + "757" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"targetResourceId\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps4159\",\r\n \"target\": \"ps7303.trafficmanager.net\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"weight\": 1,\r\n \"priority\": 2,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": 6,\r\n \"minChildEndpointsIPv4\": 2,\r\n \"minChildEndpointsIPv6\": 3,\r\n \"alwaysServe\": \"Disabled\"\r\n },\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps9731/nestedEndpoints/MySecondNestedEndpoint\",\r\n \"name\": \"MySecondNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/NestedEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -1005,7 +1005,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cf7c5727-a60e-4830-b1b5-69c7abe4585d" + "df4990f2-7032-4511-9360-27697ae678cf" ], "Server": [ "Microsoft-IIS/10.0" @@ -1016,47 +1016,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "c17631a2-6712-40cd-b9d6-d1c33beb7ead" + "11ece157-08cd-4c04-8196-1a1ed3c73ef7" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160418Z:c17631a2-6712-40cd-b9d6-d1c33beb7ead" + "CENTRALINDIA:20221212T094346Z:11ece157-08cd-4c04-8196-1a1ed3c73ef7" ], "Date": [ - "Fri, 21 Jan 2022 16:04:18 GMT" + "Mon, 12 Dec 2022 09:43:46 GMT" ], "Content-Length": [ - "690" + "715" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps5986/nestedEndpoints/MySecondNestedEndpoint\",\r\n \"name\": \"MySecondNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7653/providers/Microsoft.Network/trafficManagerProfiles/ps6326\",\r\n \"target\": \"ps2394.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 2,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": 6,\r\n \"minChildEndpointsIPv4\": 2,\r\n \"minChildEndpointsIPv6\": 3\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps9731/nestedEndpoints/MySecondNestedEndpoint\",\r\n \"name\": \"MySecondNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9352/providers/Microsoft.Network/trafficManagerProfiles/ps4159\",\r\n \"target\": \"ps7303.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 2,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": 6,\r\n \"minChildEndpointsIPv4\": 2,\r\n \"minChildEndpointsIPv6\": 3,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps7653?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzY1Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps9352?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzOTM1Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f1c2f15-c3fe-46be-8f65-fa5986565f79" + "85c4bc18-7db1-4df3-981b-679262985f98" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1065,7 +1065,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1074,13 +1074,13 @@ "14999" ], "x-ms-request-id": [ - "f87d733a-2551-4423-aafc-5fd9f852b818" + "955f192f-5eb9-4736-9b35-6b0da98b1668" ], "x-ms-correlation-request-id": [ - "f87d733a-2551-4423-aafc-5fd9f852b818" + "955f192f-5eb9-4736-9b35-6b0da98b1668" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160425Z:f87d733a-2551-4423-aafc-5fd9f852b818" + "CENTRALINDIA:20221212T094355Z:955f192f-5eb9-4736-9b35-6b0da98b1668" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1089,7 +1089,7 @@ "nosniff" ], "Date": [ - "Fri, 21 Jan 2022 16:04:24 GMT" + "Mon, 12 Dec 2022 09:43:54 GMT" ], "Expires": [ "-1" @@ -1102,18 +1102,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMk5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek5USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1122,7 +1122,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1131,13 +1131,13 @@ "11999" ], "x-ms-request-id": [ - "e861b1d6-511c-42db-82b6-bfc2272c13cd" + "05b5b205-9432-4278-9aad-f45f1d05c8d3" ], "x-ms-correlation-request-id": [ - "e861b1d6-511c-42db-82b6-bfc2272c13cd" + "05b5b205-9432-4278-9aad-f45f1d05c8d3" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160440Z:e861b1d6-511c-42db-82b6-bfc2272c13cd" + "CENTRALINDIA:20221212T094410Z:05b5b205-9432-4278-9aad-f45f1d05c8d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1146,7 +1146,7 @@ "nosniff" ], "Date": [ - "Fri, 21 Jan 2022 16:04:40 GMT" + "Mon, 12 Dec 2022 09:44:09 GMT" ], "Expires": [ "-1" @@ -1159,18 +1159,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMk5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek5USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1179,7 +1179,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1188,13 +1188,13 @@ "11998" ], "x-ms-request-id": [ - "822ee2f2-62c3-4562-a069-0c9662a041e6" + "c721691b-3332-4fc4-a5e4-a73505751121" ], "x-ms-correlation-request-id": [ - "822ee2f2-62c3-4562-a069-0c9662a041e6" + "c721691b-3332-4fc4-a5e4-a73505751121" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160456Z:822ee2f2-62c3-4562-a069-0c9662a041e6" + "CENTRALINDIA:20221212T094426Z:c721691b-3332-4fc4-a5e4-a73505751121" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1203,64 +1203,10 @@ "nosniff" ], "Date": [ - "Fri, 21 Jan 2022 16:04:56 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMk5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Mon, 12 Dec 2022 09:44:26 GMT" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "670685e1-e32d-49f1-90a3-34de2cf0b855" - ], - "x-ms-correlation-request-id": [ - "670685e1-e32d-49f1-90a3-34de2cf0b855" - ], - "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160512Z:670685e1-e32d-49f1-90a3-34de2cf0b855" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 21 Jan 2022 16:05:11 GMT" + "Connection": [ + "close" ], "Expires": [ "-1" @@ -1273,75 +1219,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMk5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek5USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-request-id": [ - "c3773745-5605-47b7-87ca-30c021545bd4" - ], - "x-ms-correlation-request-id": [ - "c3773745-5605-47b7-87ca-30c021545bd4" - ], - "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160527Z:c3773745-5605-47b7-87ca-30c021545bd4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 21 Jan 2022 16:05:27 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMk5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1350,22 +1239,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11979" ], "x-ms-request-id": [ - "00d8aba4-57e1-4c90-9b8c-7dde63c4d4fa" + "45c1df9b-b4a5-4d91-a061-8d3e3210cb93" ], "x-ms-correlation-request-id": [ - "00d8aba4-57e1-4c90-9b8c-7dde63c4d4fa" + "45c1df9b-b4a5-4d91-a061-8d3e3210cb93" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160543Z:00d8aba4-57e1-4c90-9b8c-7dde63c4d4fa" + "JIOINDIACENTRAL:20221212T094442Z:45c1df9b-b4a5-4d91-a061-8d3e3210cb93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1374,7 +1263,7 @@ "nosniff" ], "Date": [ - "Fri, 21 Jan 2022 16:05:42 GMT" + "Mon, 12 Dec 2022 09:44:42 GMT" ], "Expires": [ "-1" @@ -1387,75 +1276,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMk5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek5USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-request-id": [ - "70ca53c6-a3c1-4d93-bbc2-b47ab1ab4ff3" - ], - "x-ms-correlation-request-id": [ - "70ca53c6-a3c1-4d93-bbc2-b47ab1ab4ff3" - ], - "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160559Z:70ca53c6-a3c1-4d93-bbc2-b47ab1ab4ff3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 21 Jan 2022 16:05:58 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMk5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1464,22 +1296,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11978" ], "x-ms-request-id": [ - "e48fd8f4-db0e-4efd-b2bb-17eef33ba73d" + "f603e2d6-a644-4bc4-9904-52c25b079973" ], "x-ms-correlation-request-id": [ - "e48fd8f4-db0e-4efd-b2bb-17eef33ba73d" + "f603e2d6-a644-4bc4-9904-52c25b079973" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160614Z:e48fd8f4-db0e-4efd-b2bb-17eef33ba73d" + "JIOINDIACENTRAL:20221212T094458Z:f603e2d6-a644-4bc4-9904-52c25b079973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1488,7 +1320,7 @@ "nosniff" ], "Date": [ - "Fri, 21 Jan 2022 16:06:14 GMT" + "Mon, 12 Dec 2022 09:44:57 GMT" ], "Expires": [ "-1" @@ -1501,75 +1333,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMk5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek5USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-request-id": [ - "a032a7ee-8017-49b7-9264-591ea29ab5ad" - ], - "x-ms-correlation-request-id": [ - "a032a7ee-8017-49b7-9264-591ea29ab5ad" - ], - "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160630Z:a032a7ee-8017-49b7-9264-591ea29ab5ad" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 21 Jan 2022 16:06:30 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMk5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1578,22 +1353,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11977" ], "x-ms-request-id": [ - "e6e9b057-17bb-417b-9758-10c5b712e872" + "bec0d294-7088-43e2-999d-25a63c50e13a" ], "x-ms-correlation-request-id": [ - "e6e9b057-17bb-417b-9758-10c5b712e872" + "bec0d294-7088-43e2-999d-25a63c50e13a" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160645Z:e6e9b057-17bb-417b-9758-10c5b712e872" + "JIOINDIACENTRAL:20221212T094513Z:bec0d294-7088-43e2-999d-25a63c50e13a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1602,7 +1377,7 @@ "nosniff" ], "Date": [ - "Fri, 21 Jan 2022 16:06:45 GMT" + "Mon, 12 Dec 2022 09:45:12 GMT" ], "Expires": [ "-1" @@ -1615,18 +1390,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMk5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek5USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1635,22 +1410,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11976" ], "x-ms-request-id": [ - "43147392-691f-4cfb-b5ca-885792b276ca" + "398ddd84-cfe7-479c-99c9-1ea07cf25659" ], "x-ms-correlation-request-id": [ - "43147392-691f-4cfb-b5ca-885792b276ca" + "398ddd84-cfe7-479c-99c9-1ea07cf25659" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160701Z:43147392-691f-4cfb-b5ca-885792b276ca" + "JIOINDIACENTRAL:20221212T094529Z:398ddd84-cfe7-479c-99c9-1ea07cf25659" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1659,7 +1434,7 @@ "nosniff" ], "Date": [ - "Fri, 21 Jan 2022 16:07:00 GMT" + "Mon, 12 Dec 2022 09:45:29 GMT" ], "Expires": [ "-1" @@ -1672,18 +1447,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMk5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek5USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1692,22 +1467,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11975" ], "x-ms-request-id": [ - "124619b8-edff-4bcc-b257-1d789f0bab03" + "75bbcb94-b5ac-4315-8a8c-a829c76f5e29" ], "x-ms-correlation-request-id": [ - "124619b8-edff-4bcc-b257-1d789f0bab03" + "75bbcb94-b5ac-4315-8a8c-a829c76f5e29" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160717Z:124619b8-edff-4bcc-b257-1d789f0bab03" + "JIOINDIACENTRAL:20221212T094544Z:75bbcb94-b5ac-4315-8a8c-a829c76f5e29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1716,7 +1491,7 @@ "nosniff" ], "Date": [ - "Fri, 21 Jan 2022 16:07:16 GMT" + "Mon, 12 Dec 2022 09:45:44 GMT" ], "Expires": [ "-1" @@ -1729,18 +1504,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMk5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek5USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1749,16 +1524,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11974" ], "x-ms-request-id": [ - "695616b5-a0da-4664-bf35-744461c3ef4f" + "642fd40f-68b5-4a88-aced-b6e8e8143ba8" ], "x-ms-correlation-request-id": [ - "695616b5-a0da-4664-bf35-744461c3ef4f" + "642fd40f-68b5-4a88-aced-b6e8e8143ba8" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160732Z:695616b5-a0da-4664-bf35-744461c3ef4f" + "JIOINDIACENTRAL:20221212T094600Z:642fd40f-68b5-4a88-aced-b6e8e8143ba8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1767,7 +1542,7 @@ "nosniff" ], "Date": [ - "Fri, 21 Jan 2022 16:07:32 GMT" + "Mon, 12 Dec 2022 09:45:59 GMT" ], "Expires": [ "-1" @@ -1780,18 +1555,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc2NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMk5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek5USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1800,16 +1575,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11973" ], "x-ms-request-id": [ - "5acbe34b-8ac9-4ddf-bb0d-90ca0af7f384" + "2a81a4f2-e448-4502-bafa-bfdfc66a5790" ], "x-ms-correlation-request-id": [ - "5acbe34b-8ac9-4ddf-bb0d-90ca0af7f384" + "2a81a4f2-e448-4502-bafa-bfdfc66a5790" ], "x-ms-routing-request-id": [ - "JIOINDIAWEST:20220121T160733Z:5acbe34b-8ac9-4ddf-bb0d-90ca0af7f384" + "JIOINDIACENTRAL:20221212T094600Z:2a81a4f2-e448-4502-bafa-bfdfc66a5790" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1818,7 +1593,7 @@ "nosniff" ], "Date": [ - "Fri, 21 Jan 2022 16:07:33 GMT" + "Mon, 12 Dec 2022 09:46:00 GMT" ], "Expires": [ "-1" @@ -1833,16 +1608,16 @@ ], "Names": { "Test-NestedEndpointsCreateUpdate": [ - "ps7653", - "ps878", - "ps6393", - "ps6326", - "ps2394", - "ps5986", - "ps5954" + "ps9352", + "ps7149", + "ps7695", + "ps4159", + "ps7303", + "ps9731", + "ps4636" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.NestedEndpointsTests/TestProfileWithNestedEndpointsGetPut.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.NestedEndpointsTests/TestProfileWithNestedEndpointsGetPut.json index 9601979a32ee..0faca3b32a84 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.NestedEndpointsTests/TestProfileWithNestedEndpointsGetPut.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.NestedEndpointsTests/TestProfileWithNestedEndpointsGetPut.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps5248?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNTI0OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps2695?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMjY5NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a51c8a59-6846-4d1b-b1da-f27813b87622" + "49ceb7e0-4305-4106-848c-9249d3269a86" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1191" ], "x-ms-request-id": [ - "a83eec72-6094-4aab-ad92-80532520b24a" + "4e62c7e3-f8e5-4c07-a37c-6f4ea7e59a6e" ], "x-ms-correlation-request-id": [ - "a83eec72-6094-4aab-ad92-80532520b24a" + "4e62c7e3-f8e5-4c07-a37c-6f4ea7e59a6e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125047Z:a83eec72-6094-4aab-ad92-80532520b24a" + "JIOINDIACENTRAL:20221212T094132Z:4e62c7e3-f8e5-4c07-a37c-6f4ea7e59a6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:50:47 GMT" + "Mon, 12 Dec 2022 09:41:32 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5248\",\r\n \"name\": \"ps5248\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2695\",\r\n \"name\": \"ps2695\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5248/providers/Microsoft.Network/trafficmanagerprofiles/ps7701?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTI0OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczc3MDE/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2695/providers/Microsoft.Network/trafficmanagerprofiles/ps1837?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjY5NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczE4Mzc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "efb5a1b2-0d50-4656-872a-d1fa97835e50" + "093a8bfb-7e21-4480-9b46-a30d2bacd4f2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "d3af512f-2084-4475-b26d-c7c471f4f3f1" + "3dd5981f-4b30-4a9a-bddd-cd7d9d23fd7e" ], "x-ms-correlation-request-id": [ - "d3af512f-2084-4475-b26d-c7c471f4f3f1" + "3dd5981f-4b30-4a9a-bddd-cd7d9d23fd7e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125050Z:d3af512f-2084-4475-b26d-c7c471f4f3f1" + "JIOINDIACENTRAL:20221212T094133Z:3dd5981f-4b30-4a9a-bddd-cd7d9d23fd7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:50:49 GMT" + "Mon, 12 Dec 2022 09:41:33 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,26 +123,25 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps7701' under resource group 'ps5248' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps1837' under resource group 'ps2695' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5248/providers/Microsoft.Network/trafficmanagerprofiles/ps7701?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTI0OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczc3MDE/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2695/providers/Microsoft.Network/trafficmanagerprofiles/ps1837?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjY5NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczE4Mzc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps2028\",\r\n \"ttl\": 30\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testchild.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps7701\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "efb5a1b2-0d50-4656-872a-d1fa97835e50" + "093a8bfb-7e21-4480-9b46-a30d2bacd4f2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -151,6 +150,7 @@ "338" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8571\",\r\n \"ttl\": 30\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testchild.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps1837\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "efb5a1b2-0d50-4656-872a-d1fa97835e50" + "093a8bfb-7e21-4480-9b46-a30d2bacd4f2" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,16 +174,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "59cd7a4b-0b7b-4c62-a8ae-3d524aa96728" + "818d80e5-49d5-437c-ac52-e59161412b86" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125058Z:59cd7a4b-0b7b-4c62-a8ae-3d524aa96728" + "JIOINDIACENTRAL:20221212T094138Z:818d80e5-49d5-437c-ac52-e59161412b86" ], "Date": [ - "Thu, 20 Jan 2022 12:50:57 GMT" + "Mon, 12 Dec 2022 09:41:38 GMT" ], "Content-Length": [ "648" @@ -192,28 +192,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5248/providers/Microsoft.Network/trafficManagerProfiles/ps7701\",\r\n \"name\": \"ps7701\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps2028\",\r\n \"fqdn\": \"ps2028.trafficmanager.net\",\r\n \"ttl\": 30\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testchild.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2695/providers/Microsoft.Network/trafficManagerProfiles/ps1837\",\r\n \"name\": \"ps1837\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8571\",\r\n \"fqdn\": \"ps8571.trafficmanager.net\",\r\n \"ttl\": 30\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testchild.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5248/providers/Microsoft.Network/trafficmanagerprofiles/ps7099?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTI0OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcwOTk/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2695/providers/Microsoft.Network/trafficmanagerprofiles/ps1117?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjY5NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczExMTc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "572d4474-d93b-4b19-bcc4-f35bcf446744" + "31146424-a851-4461-b25b-8605c61b11f4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -225,13 +225,13 @@ "gateway" ], "x-ms-request-id": [ - "d22b6ee8-ec54-4f55-83a9-3fc8c6c02c67" + "f2acb8a2-0765-429d-81cf-029078a59d05" ], "x-ms-correlation-request-id": [ - "d22b6ee8-ec54-4f55-83a9-3fc8c6c02c67" + "f2acb8a2-0765-429d-81cf-029078a59d05" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125059Z:d22b6ee8-ec54-4f55-83a9-3fc8c6c02c67" + "JIOINDIACENTRAL:20221212T094138Z:f2acb8a2-0765-429d-81cf-029078a59d05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -240,7 +240,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:50:58 GMT" + "Mon, 12 Dec 2022 09:41:38 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -252,28 +252,28 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps7099' under resource group 'ps5248' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps1117' under resource group 'ps2695' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5248/providers/Microsoft.Network/trafficmanagerprofiles/ps7099?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTI0OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcwOTk/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2695/providers/Microsoft.Network/trafficmanagerprofiles/ps1117?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjY5NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczExMTc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab17e00a-6e5b-4122-8871-d4266f7b391d" + "7e70e8e2-31de-451f-aa62-80240f2d77b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -285,7 +285,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ab17e00a-6e5b-4122-8871-d4266f7b391d" + "7e70e8e2-31de-451f-aa62-80240f2d77b1" ], "Server": [ "Microsoft-IIS/10.0" @@ -297,52 +297,52 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10797" + "1999" ], "x-ms-correlation-request-id": [ - "37edd2bd-5400-4f83-a74b-d77e64606ec9" + "65477bbc-20b2-406f-82c7-3e6e552307fa" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125108Z:37edd2bd-5400-4f83-a74b-d77e64606ec9" + "JIOINDIACENTRAL:20221212T094145Z:65477bbc-20b2-406f-82c7-3e6e552307fa" ], "Date": [ - "Thu, 20 Jan 2022 12:51:08 GMT" + "Mon, 12 Dec 2022 09:41:45 GMT" ], "Content-Length": [ - "1341" + "1368" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5248/providers/Microsoft.Network/trafficManagerProfiles/ps7099\",\r\n \"name\": \"ps7099\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps263\",\r\n \"fqdn\": \"ps263.trafficmanager.net\",\r\n \"ttl\": 51\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTPS\",\r\n \"port\": 111,\r\n \"path\": \"/testparent.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5248/providers/Microsoft.Network/trafficManagerProfiles/ps7099/nestedEndpoints/MyNestedEndpoint\",\r\n \"name\": \"MyNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5248/providers/Microsoft.Network/trafficManagerProfiles/ps7701\",\r\n \"target\": \"ps2028.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West Europe\",\r\n \"minChildEndpoints\": 1,\r\n \"minChildEndpointsIPv4\": 0,\r\n \"minChildEndpointsIPv6\": 0\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2695/providers/Microsoft.Network/trafficManagerProfiles/ps1117\",\r\n \"name\": \"ps1117\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3842\",\r\n \"fqdn\": \"ps3842.trafficmanager.net\",\r\n \"ttl\": 51\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTPS\",\r\n \"port\": 111,\r\n \"path\": \"/testparent.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2695/providers/Microsoft.Network/trafficManagerProfiles/ps1117/nestedEndpoints/MyNestedEndpoint\",\r\n \"name\": \"MyNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2695/providers/Microsoft.Network/trafficManagerProfiles/ps1837\",\r\n \"target\": \"ps8571.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West Europe\",\r\n \"minChildEndpoints\": 1,\r\n \"minChildEndpointsIPv4\": 0,\r\n \"minChildEndpointsIPv6\": 0,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5248/providers/Microsoft.Network/trafficmanagerprofiles/ps7099?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTI0OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcwOTk/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2695/providers/Microsoft.Network/trafficmanagerprofiles/ps1117?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjY5NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczExMTc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps263\",\r\n \"ttl\": 51\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTPS\",\r\n \"port\": 111,\r\n \"path\": \"/testparent.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps7099\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "572d4474-d93b-4b19-bcc4-f35bcf446744" + "31146424-a851-4461-b25b-8605c61b11f4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "340" + "341" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3842\",\r\n \"ttl\": 51\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTPS\",\r\n \"port\": 111,\r\n \"path\": \"/testparent.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps1117\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -354,7 +354,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "572d4474-d93b-4b19-bcc4-f35bcf446744" + "31146424-a851-4461-b25b-8605c61b11f4" ], "Server": [ "Microsoft-IIS/10.0" @@ -366,46 +366,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "4498" ], "x-ms-correlation-request-id": [ - "8d3d204d-0aa3-4ce4-b714-79959f7ef8d4" + "3dd90dd9-e5c2-4709-8272-3d2b660ab700" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125104Z:8d3d204d-0aa3-4ce4-b714-79959f7ef8d4" + "JIOINDIACENTRAL:20221212T094141Z:3dd90dd9-e5c2-4709-8272-3d2b660ab700" ], "Date": [ - "Thu, 20 Jan 2022 12:51:03 GMT" + "Mon, 12 Dec 2022 09:41:41 GMT" ], "Content-Length": [ - "649" + "651" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5248/providers/Microsoft.Network/trafficManagerProfiles/ps7099\",\r\n \"name\": \"ps7099\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps263\",\r\n \"fqdn\": \"ps263.trafficmanager.net\",\r\n \"ttl\": 51\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTPS\",\r\n \"port\": 111,\r\n \"path\": \"/testparent.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2695/providers/Microsoft.Network/trafficManagerProfiles/ps1117\",\r\n \"name\": \"ps1117\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3842\",\r\n \"fqdn\": \"ps3842.trafficmanager.net\",\r\n \"ttl\": 51\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTPS\",\r\n \"port\": 111,\r\n \"path\": \"/testparent.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5248/providers/Microsoft.Network/trafficmanagerprofiles/ps7099/NestedEndpoints/MyNestedEndpoint?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTI0OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcwOTkvTmVzdGVkRW5kcG9pbnRzL015TmVzdGVkRW5kcG9pbnQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2695/providers/Microsoft.Network/trafficmanagerprofiles/ps1117/NestedEndpoints/MyNestedEndpoint?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjY5NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczExMTcvTmVzdGVkRW5kcG9pbnRzL015TmVzdGVkRW5kcG9pbnQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50dfb687-c689-4f2b-bd7d-ca01f691b71f" + "b4c83541-dc4e-4f07-846d-67f8b166c2a1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -417,7 +417,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "50dfb687-c689-4f2b-bd7d-ca01f691b71f" + "b4c83541-dc4e-4f07-846d-67f8b166c2a1" ], "Server": [ "Microsoft-IIS/10.0" @@ -428,17 +428,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "b5d95fa6-164f-472b-8031-a0744f61377b" + "d93fa4d6-7d3b-42f7-92b0-a0005c965628" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125105Z:b5d95fa6-164f-472b-8031-a0744f61377b" + "JIOINDIACENTRAL:20221212T094142Z:d93fa4d6-7d3b-42f7-92b0-a0005c965628" ], "Date": [ - "Thu, 20 Jan 2022 12:51:04 GMT" + "Mon, 12 Dec 2022 09:41:41 GMT" ], "Content-Length": [ "129" @@ -447,26 +447,25 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'mynestedendpoint' of type 'nestedendpoints' does not exist in the profile 'ps7099'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'mynestedendpoint' of type 'nestedendpoints' does not exist in the profile 'ps1117'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5248/providers/Microsoft.Network/trafficmanagerprofiles/ps7099/NestedEndpoints/MyNestedEndpoint?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTI0OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcwOTkvTmVzdGVkRW5kcG9pbnRzL015TmVzdGVkRW5kcG9pbnQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2695/providers/Microsoft.Network/trafficmanagerprofiles/ps1117/NestedEndpoints/MyNestedEndpoint?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjY5NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczExMTcvTmVzdGVkRW5kcG9pbnRzL015TmVzdGVkRW5kcG9pbnQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5248/providers/Microsoft.Network/trafficManagerProfiles/ps7701\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"West Europe\",\r\n \"minChildEndpoints\": 1\r\n },\r\n \"name\": \"MyNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/NestedEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "50dfb687-c689-4f2b-bd7d-ca01f691b71f" + "b4c83541-dc4e-4f07-846d-67f8b166c2a1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -475,6 +474,7 @@ "392" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"targetResourceId\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2695/providers/Microsoft.Network/trafficManagerProfiles/ps1837\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"West Europe\",\r\n \"minChildEndpoints\": 1\r\n },\r\n \"name\": \"MyNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/NestedEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -486,7 +486,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "50dfb687-c689-4f2b-bd7d-ca01f691b71f" + "b4c83541-dc4e-4f07-846d-67f8b166c2a1" ], "Server": [ "Microsoft-IIS/10.0" @@ -497,161 +497,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "5a9289ad-eb1f-45c9-aa11-ba0b886d8ab6" + "2a3955b9-e542-476c-a9a7-bcbf72a5c9df" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125107Z:5a9289ad-eb1f-45c9-aa11-ba0b886d8ab6" + "JIOINDIACENTRAL:20221212T094143Z:2a3955b9-e542-476c-a9a7-bcbf72a5c9df" ], "Date": [ - "Thu, 20 Jan 2022 12:51:07 GMT" + "Mon, 12 Dec 2022 09:41:42 GMT" ], "Content-Length": [ - "682" + "707" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5248/providers/Microsoft.Network/trafficManagerProfiles/ps7099/nestedEndpoints/MyNestedEndpoint\",\r\n \"name\": \"MyNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5248/providers/Microsoft.Network/trafficManagerProfiles/ps7701\",\r\n \"target\": \"ps2028.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West Europe\",\r\n \"minChildEndpoints\": 1,\r\n \"minChildEndpointsIPv4\": 0,\r\n \"minChildEndpointsIPv6\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2695/providers/Microsoft.Network/trafficManagerProfiles/ps1117/nestedEndpoints/MyNestedEndpoint\",\r\n \"name\": \"MyNestedEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2695/providers/Microsoft.Network/trafficManagerProfiles/ps1837\",\r\n \"target\": \"ps8571.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West Europe\",\r\n \"minChildEndpoints\": 1,\r\n \"minChildEndpointsIPv4\": 0,\r\n \"minChildEndpointsIPv6\": 0,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps5248?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNTI0OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps2695?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMjY5NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a780356-a76f-4466-b9e3-fdbb101f5c2c" + "447b6dae-6cb4-40ae-a622-42f1e50bef50" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" - ], - "x-ms-request-id": [ - "657da56a-bf37-4a7d-9fb0-946925886f43" - ], - "x-ms-correlation-request-id": [ - "657da56a-bf37-4a7d-9fb0-946925886f43" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125113Z:657da56a-bf37-4a7d-9fb0-946925886f43" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:51:12 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-request-id": [ - "83c0f48b-c394-4a8a-9123-8f5db1bcbd73" - ], - "x-ms-correlation-request-id": [ - "83c0f48b-c394-4a8a-9123-8f5db1bcbd73" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125129Z:83c0f48b-c394-4a8a-9123-8f5db1bcbd73" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:51:28 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -660,22 +546,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2OTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14987" ], "x-ms-request-id": [ - "7eca9242-ae56-4ac4-9e0f-15640a739eff" + "97f33197-4858-4ee7-aaf8-4a90df3c59eb" ], "x-ms-correlation-request-id": [ - "7eca9242-ae56-4ac4-9e0f-15640a739eff" + "97f33197-4858-4ee7-aaf8-4a90df3c59eb" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125145Z:7eca9242-ae56-4ac4-9e0f-15640a739eff" + "JIOINDIACENTRAL:20221212T094150Z:97f33197-4858-4ee7-aaf8-4a90df3c59eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -684,7 +570,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:51:44 GMT" + "Mon, 12 Dec 2022 09:41:50 GMT" ], "Expires": [ "-1" @@ -697,75 +583,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2OTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk9UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-request-id": [ - "8bc92611-3f08-4851-908b-8fd08c08b662" - ], - "x-ms-correlation-request-id": [ - "8bc92611-3f08-4851-908b-8fd08c08b662" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125200Z:8bc92611-3f08-4851-908b-8fd08c08b662" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:51:59 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -774,22 +603,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2OTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11960" ], "x-ms-request-id": [ - "78c48797-cac8-438d-ac0b-2d760b3ff0e0" + "cfb5e01c-b145-44d6-96ed-ade95d610e0c" ], "x-ms-correlation-request-id": [ - "78c48797-cac8-438d-ac0b-2d760b3ff0e0" + "cfb5e01c-b145-44d6-96ed-ade95d610e0c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125216Z:78c48797-cac8-438d-ac0b-2d760b3ff0e0" + "JIOINDIACENTRAL:20221212T094205Z:cfb5e01c-b145-44d6-96ed-ade95d610e0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -798,7 +627,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:52:16 GMT" + "Mon, 12 Dec 2022 09:42:05 GMT" ], "Expires": [ "-1" @@ -811,75 +640,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2OTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk9UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-request-id": [ - "ae432f3c-d8a2-4876-b50d-a7ecad0a994a" - ], - "x-ms-correlation-request-id": [ - "ae432f3c-d8a2-4876-b50d-a7ecad0a994a" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125232Z:ae432f3c-d8a2-4876-b50d-a7ecad0a994a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:52:32 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -888,22 +660,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2OTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11959" ], "x-ms-request-id": [ - "dc19b64f-031d-40b6-b3b3-68dcb44053f1" + "dbdfbdb2-0b95-4b08-9160-8ec342af47a4" ], "x-ms-correlation-request-id": [ - "dc19b64f-031d-40b6-b3b3-68dcb44053f1" + "dbdfbdb2-0b95-4b08-9160-8ec342af47a4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125248Z:dc19b64f-031d-40b6-b3b3-68dcb44053f1" + "JIOINDIACENTRAL:20221212T094221Z:dbdfbdb2-0b95-4b08-9160-8ec342af47a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -912,7 +684,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:52:47 GMT" + "Mon, 12 Dec 2022 09:42:20 GMT" ], "Expires": [ "-1" @@ -925,75 +697,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2OTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk9UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-request-id": [ - "a3db2334-ad72-450c-98d3-39ee8bc24d3d" - ], - "x-ms-correlation-request-id": [ - "a3db2334-ad72-450c-98d3-39ee8bc24d3d" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125303Z:a3db2334-ad72-450c-98d3-39ee8bc24d3d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:53:03 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1002,22 +717,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2OTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11958" ], "x-ms-request-id": [ - "de5c3b58-9c68-469c-8b0c-49e6098cab4b" + "0dba17e5-2f50-48a2-9d3d-9f3ab2a10763" ], "x-ms-correlation-request-id": [ - "de5c3b58-9c68-469c-8b0c-49e6098cab4b" + "0dba17e5-2f50-48a2-9d3d-9f3ab2a10763" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125319Z:de5c3b58-9c68-469c-8b0c-49e6098cab4b" + "JIOINDIACENTRAL:20221212T094236Z:0dba17e5-2f50-48a2-9d3d-9f3ab2a10763" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1026,7 +741,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:53:18 GMT" + "Mon, 12 Dec 2022 09:42:36 GMT" ], "Expires": [ "-1" @@ -1039,75 +754,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2OTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk9UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-request-id": [ - "682e570b-9655-441d-9a4d-b7b5e6534568" - ], - "x-ms-correlation-request-id": [ - "682e570b-9655-441d-9a4d-b7b5e6534568" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125336Z:682e570b-9655-441d-9a4d-b7b5e6534568" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:53:36 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1116,22 +774,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2OTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11957" ], "x-ms-request-id": [ - "5f572027-9c38-4990-add9-6b187f2e0407" + "f618e99b-3af2-4562-91f6-d475c38d64fd" ], "x-ms-correlation-request-id": [ - "5f572027-9c38-4990-add9-6b187f2e0407" + "f618e99b-3af2-4562-91f6-d475c38d64fd" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125352Z:5f572027-9c38-4990-add9-6b187f2e0407" + "JIOINDIACENTRAL:20221212T094252Z:f618e99b-3af2-4562-91f6-d475c38d64fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1140,7 +798,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:53:52 GMT" + "Mon, 12 Dec 2022 09:42:52 GMT" ], "Expires": [ "-1" @@ -1153,75 +811,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2OTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk9UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], - "x-ms-request-id": [ - "907ec9dc-b266-493d-8786-3c2dc80f456e" - ], - "x-ms-correlation-request-id": [ - "907ec9dc-b266-493d-8786-3c2dc80f456e" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125408Z:907ec9dc-b266-493d-8786-3c2dc80f456e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:54:08 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1230,16 +831,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11956" ], "x-ms-request-id": [ - "534acc0b-dcfa-4868-878f-89378e7aeb5a" + "66e652cc-0119-40a4-82c2-7d18e871043e" ], "x-ms-correlation-request-id": [ - "534acc0b-dcfa-4868-878f-89378e7aeb5a" + "66e652cc-0119-40a4-82c2-7d18e871043e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125425Z:534acc0b-dcfa-4868-878f-89378e7aeb5a" + "JIOINDIACENTRAL:20221212T094307Z:66e652cc-0119-40a4-82c2-7d18e871043e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1248,7 +849,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:54:24 GMT" + "Mon, 12 Dec 2022 09:43:07 GMT" ], "Expires": [ "-1" @@ -1261,18 +862,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyNDgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU5EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2OTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk9UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1281,16 +882,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11955" ], "x-ms-request-id": [ - "8f921397-089c-4aad-82fa-b86a75842418" + "40baa420-212a-42c4-b041-406138f2c4a8" ], "x-ms-correlation-request-id": [ - "8f921397-089c-4aad-82fa-b86a75842418" + "40baa420-212a-42c4-b041-406138f2c4a8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125426Z:8f921397-089c-4aad-82fa-b86a75842418" + "JIOINDIACENTRAL:20221212T094308Z:40baa420-212a-42c4-b041-406138f2c4a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1299,7 +900,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:54:25 GMT" + "Mon, 12 Dec 2022 09:43:07 GMT" ], "Expires": [ "-1" @@ -1314,14 +915,14 @@ ], "Names": { "Test-ProfileWithNestedEndpointsGetPut": [ - "ps5248", - "ps7701", - "ps2028", - "ps7099", - "ps263" + "ps2695", + "ps1837", + "ps8571", + "ps1117", + "ps3842" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestAddAndRemoveCustomHeadersFromProfile.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestAddAndRemoveCustomHeadersFromProfile.json index 9088476cab59..a0b13ada0369 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestAddAndRemoveCustomHeadersFromProfile.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestAddAndRemoveCustomHeadersFromProfile.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps505?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNTA1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps4968?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNDk2OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "29417df8-38d2-4605-8da0-4e8b841fbaea" + "d54785cc-5701-4483-9752-2d97e6199695" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-request-id": [ - "fa483279-357e-427e-8130-7c0cbf01b265" + "f4347384-23b6-4d33-bf4d-f9a36ec75478" ], "x-ms-correlation-request-id": [ - "fa483279-357e-427e-8130-7c0cbf01b265" + "f4347384-23b6-4d33-bf4d-f9a36ec75478" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120929Z:fa483279-357e-427e-8130-7c0cbf01b265" + "JIOINDIACENTRAL:20221212T090237Z:f4347384-23b6-4d33-bf4d-f9a36ec75478" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,10 +51,10 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:09:28 GMT" + "Mon, 12 Dec 2022 09:02:36 GMT" ], "Content-Length": [ - "163" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps505\",\r\n \"name\": \"ps505\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4968\",\r\n \"name\": \"ps4968\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps505/providers/Microsoft.Network/trafficmanagerprofiles/ps8013?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzODAxMz9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4968/providers/Microsoft.Network/trafficmanagerprofiles/ps2528?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDk2OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczI1Mjg/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7aa3af5-4744-4404-a9c6-04aad290c582" + "828f9289-cd95-46ea-bd0e-d76a45d39021" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "e3e9e28b-c3b7-4712-b3d4-387b1c7a7c37" + "4cfc89dc-3c3a-4ed3-8bd2-400aedf0bdac" ], "x-ms-correlation-request-id": [ - "e3e9e28b-c3b7-4712-b3d4-387b1c7a7c37" + "4cfc89dc-3c3a-4ed3-8bd2-400aedf0bdac" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120930Z:e3e9e28b-c3b7-4712-b3d4-387b1c7a7c37" + "JIOINDIACENTRAL:20221212T090237Z:4cfc89dc-3c3a-4ed3-8bd2-400aedf0bdac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:09:29 GMT" + "Mon, 12 Dec 2022 09:02:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,31 +120,31 @@ "-1" ], "Content-Length": [ - "224" + "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps8013' under resource group 'ps505' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps2528' under resource group 'ps4968' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps505/providers/Microsoft.Network/trafficmanagerprofiles/ps8013?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzODAxMz9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4968/providers/Microsoft.Network/trafficmanagerprofiles/ps2528?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDk2OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczI1Mjg/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "362ae412-df56-463c-8ba4-dbcad1a19903" + "39a5ae01-b9f4-47ef-8f73-22548ebd83ca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -156,7 +156,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "362ae412-df56-463c-8ba4-dbcad1a19903" + "39a5ae01-b9f4-47ef-8f73-22548ebd83ca" ], "Server": [ "Microsoft-IIS/10.0" @@ -168,46 +168,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10796" + "1997" ], "x-ms-correlation-request-id": [ - "db3a26ad-2a1b-4219-a74f-9ade56f5ec16" + "c02c4c1f-2f99-46e2-8e74-6968c1d18cfa" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120935Z:db3a26ad-2a1b-4219-a74f-9ade56f5ec16" + "JIOINDIACENTRAL:20221212T090243Z:c02c4c1f-2f99-46e2-8e74-6968c1d18cfa" ], "Date": [ - "Thu, 20 Jan 2022 12:09:34 GMT" + "Mon, 12 Dec 2022 09:02:43 GMT" ], "Content-Length": [ - "657" + "658" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps505/providers/Microsoft.Network/trafficManagerProfiles/ps8013\",\r\n \"name\": \"ps8013\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5415\",\r\n \"fqdn\": \"ps5415.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4968/providers/Microsoft.Network/trafficManagerProfiles/ps2528\",\r\n \"name\": \"ps2528\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps7987\",\r\n \"fqdn\": \"ps7987.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps505/providers/Microsoft.Network/trafficmanagerprofiles/ps8013?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzODAxMz9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4968/providers/Microsoft.Network/trafficmanagerprofiles/ps2528?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDk2OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczI1Mjg/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "421187a7-a323-4d24-84de-b1c74c90ceea" + "8ec42d40-3d9b-4fc3-9968-d3f692a42b79" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -219,7 +219,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "421187a7-a323-4d24-84de-b1c74c90ceea" + "8ec42d40-3d9b-4fc3-9968-d3f692a42b79" ], "Server": [ "Microsoft-IIS/10.0" @@ -231,46 +231,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10795" + "1998" ], "x-ms-correlation-request-id": [ - "8011c92b-3233-4ef8-8006-e5d9e15cde6d" + "45a8a7b1-87da-45cb-9496-157a9dcb1915" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120939Z:8011c92b-3233-4ef8-8006-e5d9e15cde6d" + "JIOINDIACENTRAL:20221212T090248Z:45a8a7b1-87da-45cb-9496-157a9dcb1915" ], "Date": [ - "Thu, 20 Jan 2022 12:09:38 GMT" + "Mon, 12 Dec 2022 09:02:48 GMT" ], "Content-Length": [ - "795" + "796" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps505/providers/Microsoft.Network/trafficManagerProfiles/ps8013\",\r\n \"name\": \"ps8013\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5415\",\r\n \"fqdn\": \"ps5415.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"profileHeaderNameA\",\r\n \"value\": \"profileHeaderValueA\"\r\n },\r\n {\r\n \"name\": \"profileHeaderNameB\",\r\n \"value\": \"profileHeaderValueB\"\r\n }\r\n ]\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4968/providers/Microsoft.Network/trafficManagerProfiles/ps2528\",\r\n \"name\": \"ps2528\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps7987\",\r\n \"fqdn\": \"ps7987.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"profileHeaderNameA\",\r\n \"value\": \"profileHeaderValueA\"\r\n },\r\n {\r\n \"name\": \"profileHeaderNameB\",\r\n \"value\": \"profileHeaderValueB\"\r\n }\r\n ]\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps505/providers/Microsoft.Network/trafficmanagerprofiles/ps8013?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzODAxMz9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4968/providers/Microsoft.Network/trafficmanagerprofiles/ps2528?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDk2OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczI1Mjg/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7dd6488-d89b-4eb9-82e2-c89cac3fc828" + "38716d39-c617-4b4c-946b-497029ff882e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -282,7 +282,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a7dd6488-d89b-4eb9-82e2-c89cac3fc828" + "38716d39-c617-4b4c-946b-497029ff882e" ], "Server": [ "Microsoft-IIS/10.0" @@ -294,44 +294,43 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10794" + "1996" ], "x-ms-correlation-request-id": [ - "3b2375d4-6b26-4537-9f9b-47e7c9717e4a" + "75294237-8ffd-4306-bb4e-e482b639b25c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120942Z:3b2375d4-6b26-4537-9f9b-47e7c9717e4a" + "JIOINDIACENTRAL:20221212T090251Z:75294237-8ffd-4306-bb4e-e482b639b25c" ], "Date": [ - "Thu, 20 Jan 2022 12:09:42 GMT" + "Mon, 12 Dec 2022 09:02:50 GMT" ], "Content-Length": [ - "735" + "736" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps505/providers/Microsoft.Network/trafficManagerProfiles/ps8013\",\r\n \"name\": \"ps8013\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5415\",\r\n \"fqdn\": \"ps5415.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"profileHeaderNameA\",\r\n \"value\": \"profileHeaderValueA\"\r\n }\r\n ]\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4968/providers/Microsoft.Network/trafficManagerProfiles/ps2528\",\r\n \"name\": \"ps2528\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps7987\",\r\n \"fqdn\": \"ps7987.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"profileHeaderNameA\",\r\n \"value\": \"profileHeaderValueA\"\r\n }\r\n ]\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps505/providers/Microsoft.Network/trafficmanagerprofiles/ps8013?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzODAxMz9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4968/providers/Microsoft.Network/trafficmanagerprofiles/ps2528?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDk2OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczI1Mjg/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5415\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps8013\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a7aa3af5-4744-4404-a9c6-04aad290c582" + "828f9289-cd95-46ea-bd0e-d76a45d39021" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -340,6 +339,7 @@ "338" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps7987\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps2528\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -351,7 +351,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a7aa3af5-4744-4404-a9c6-04aad290c582" + "828f9289-cd95-46ea-bd0e-d76a45d39021" ], "Server": [ "Microsoft-IIS/10.0" @@ -363,52 +363,52 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "4498" ], "x-ms-correlation-request-id": [ - "c9e6602a-0404-4633-b782-46c44758b237" + "ee1b0698-7ee6-4692-aba5-806733ad9242" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120934Z:c9e6602a-0404-4633-b782-46c44758b237" + "JIOINDIACENTRAL:20221212T090243Z:ee1b0698-7ee6-4692-aba5-806733ad9242" ], "Date": [ - "Thu, 20 Jan 2022 12:09:33 GMT" + "Mon, 12 Dec 2022 09:02:42 GMT" ], "Content-Length": [ - "647" + "648" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps505/providers/Microsoft.Network/trafficManagerProfiles/ps8013\",\r\n \"name\": \"ps8013\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5415\",\r\n \"fqdn\": \"ps5415.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4968/providers/Microsoft.Network/trafficManagerProfiles/ps2528\",\r\n \"name\": \"ps2528\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps7987\",\r\n \"fqdn\": \"ps7987.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps505/providers/Microsoft.Network/trafficmanagerprofiles/ps8013?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzODAxMz9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4968/providers/Microsoft.Network/trafficmanagerprofiles/ps2528?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDk2OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczI1Mjg/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5415\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"profileHeaderNameA\",\r\n \"value\": \"profileHeaderValueA\"\r\n },\r\n {\r\n \"name\": \"profileHeaderNameB\",\r\n \"value\": \"profileHeaderValueB\"\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps505/providers/Microsoft.Network/trafficManagerProfiles/ps8013\",\r\n \"name\": \"ps8013\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1b19229a-6b43-4ecb-812b-86b958519d1b" + "c5cf313b-d8f3-4c42-8977-e555b0d7a5b7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "885" + "886" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps7987\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"profileHeaderNameA\",\r\n \"value\": \"profileHeaderValueA\"\r\n },\r\n {\r\n \"name\": \"profileHeaderNameB\",\r\n \"value\": \"profileHeaderValueB\"\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4968/providers/Microsoft.Network/trafficManagerProfiles/ps2528\",\r\n \"name\": \"ps2528\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -420,7 +420,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1b19229a-6b43-4ecb-812b-86b958519d1b" + "c5cf313b-d8f3-4c42-8977-e555b0d7a5b7" ], "Server": [ "Microsoft-IIS/10.0" @@ -432,52 +432,52 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10797" + "4497" ], "x-ms-correlation-request-id": [ - "1712be45-7311-475f-9f18-9ecca57f9a4f" + "d92018fd-bcce-496e-b2f9-38aad0dbba28" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120938Z:1712be45-7311-475f-9f18-9ecca57f9a4f" + "JIOINDIACENTRAL:20221212T090248Z:d92018fd-bcce-496e-b2f9-38aad0dbba28" ], "Date": [ - "Thu, 20 Jan 2022 12:09:37 GMT" + "Mon, 12 Dec 2022 09:02:47 GMT" ], "Content-Length": [ - "785" + "796" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps505/providers/Microsoft.Network/trafficManagerProfiles/ps8013\",\r\n \"name\": \"ps8013\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5415\",\r\n \"fqdn\": \"ps5415.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"profileHeaderNameA\",\r\n \"value\": \"profileHeaderValueA\"\r\n },\r\n {\r\n \"name\": \"profileHeaderNameB\",\r\n \"value\": \"profileHeaderValueB\"\r\n }\r\n ]\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4968/providers/Microsoft.Network/trafficManagerProfiles/ps2528\",\r\n \"name\": \"ps2528\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps7987\",\r\n \"fqdn\": \"ps7987.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"profileHeaderNameA\",\r\n \"value\": \"profileHeaderValueA\"\r\n },\r\n {\r\n \"name\": \"profileHeaderNameB\",\r\n \"value\": \"profileHeaderValueB\"\r\n }\r\n ]\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps505/providers/Microsoft.Network/trafficmanagerprofiles/ps8013?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzODAxMz9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4968/providers/Microsoft.Network/trafficmanagerprofiles/ps2528?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDk2OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczI1Mjg/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5415\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"profileHeaderNameA\",\r\n \"value\": \"profileHeaderValueA\"\r\n }\r\n ]\r\n }\r\n },\r\n \"tags\": {},\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps505/providers/Microsoft.Network/trafficManagerProfiles/ps8013\",\r\n \"name\": \"ps8013\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e1a7907c-f6c1-452a-bbd3-b1d93e068a14" + "4405416e-1c28-41d6-b0c9-bd8a527cc3d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "794" + "795" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps7987\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"profileHeaderNameA\",\r\n \"value\": \"profileHeaderValueA\"\r\n }\r\n ]\r\n }\r\n },\r\n \"tags\": {},\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4968/providers/Microsoft.Network/trafficManagerProfiles/ps2528\",\r\n \"name\": \"ps2528\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -489,7 +489,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e1a7907c-f6c1-452a-bbd3-b1d93e068a14" + "4405416e-1c28-41d6-b0c9-bd8a527cc3d5" ], "Server": [ "Microsoft-IIS/10.0" @@ -501,160 +501,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10796" + "4496" ], "x-ms-correlation-request-id": [ - "b6bde1a1-045b-4a04-8f44-edecc1fb6e29" + "6a5ab7c1-dc41-4b7f-8ef2-b3fa288e547a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120941Z:b6bde1a1-045b-4a04-8f44-edecc1fb6e29" + "JIOINDIACENTRAL:20221212T090250Z:6a5ab7c1-dc41-4b7f-8ef2-b3fa288e547a" ], "Date": [ - "Thu, 20 Jan 2022 12:09:41 GMT" + "Mon, 12 Dec 2022 09:02:49 GMT" ], "Content-Length": [ - "735" + "736" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps505/providers/Microsoft.Network/trafficManagerProfiles/ps8013\",\r\n \"name\": \"ps8013\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5415\",\r\n \"fqdn\": \"ps5415.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"profileHeaderNameA\",\r\n \"value\": \"profileHeaderValueA\"\r\n }\r\n ]\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4968/providers/Microsoft.Network/trafficManagerProfiles/ps2528\",\r\n \"name\": \"ps2528\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps7987\",\r\n \"fqdn\": \"ps7987.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"profileHeaderNameA\",\r\n \"value\": \"profileHeaderValueA\"\r\n }\r\n ]\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps505?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNTA1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps4968?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNDk2OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1e01bea-809d-4e24-b4d6-d2acd4052b8e" + "63772ff4-2596-4267-9468-3ac8dc05229d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-request-id": [ - "9fcc83db-9c32-4095-b0a3-5337919810ec" - ], - "x-ms-correlation-request-id": [ - "9fcc83db-9c32-4095-b0a3-5337919810ec" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120945Z:9fcc83db-9c32-4095-b0a3-5337919810ec" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:09:44 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVd05TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-request-id": [ - "8a18bf62-a038-4335-afc6-b81dfe0bcd94" - ], - "x-ms-correlation-request-id": [ - "8a18bf62-a038-4335-afc6-b81dfe0bcd94" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121001Z:8a18bf62-a038-4335-afc6-b81dfe0bcd94" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:10:00 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVd05TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -663,22 +549,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" ], "x-ms-request-id": [ - "e5e62a9a-d3b0-47ad-a8ba-90a30144ad5c" + "ba32abfa-f232-4e46-8dbc-4d45e0e8daaf" ], "x-ms-correlation-request-id": [ - "e5e62a9a-d3b0-47ad-a8ba-90a30144ad5c" + "ba32abfa-f232-4e46-8dbc-4d45e0e8daaf" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121017Z:e5e62a9a-d3b0-47ad-a8ba-90a30144ad5c" + "JIOINDIACENTRAL:20221212T090254Z:ba32abfa-f232-4e46-8dbc-4d45e0e8daaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -687,7 +573,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:10:16 GMT" + "Mon, 12 Dec 2022 09:02:54 GMT" ], "Expires": [ "-1" @@ -700,75 +586,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVd05TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "x-ms-request-id": [ - "6b489ae6-1e99-4879-83de-808fe970c9d1" - ], - "x-ms-correlation-request-id": [ - "6b489ae6-1e99-4879-83de-808fe970c9d1" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121033Z:6b489ae6-1e99-4879-83de-808fe970c9d1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:10:33 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVd05TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -777,22 +606,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11978" ], "x-ms-request-id": [ - "3d208eec-01b7-4184-bed9-2d2ad3920d96" + "90f20796-4c6c-4577-8e90-b4096b6f2e82" ], "x-ms-correlation-request-id": [ - "3d208eec-01b7-4184-bed9-2d2ad3920d96" + "90f20796-4c6c-4577-8e90-b4096b6f2e82" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121048Z:3d208eec-01b7-4184-bed9-2d2ad3920d96" + "JIOINDIACENTRAL:20221212T090310Z:90f20796-4c6c-4577-8e90-b4096b6f2e82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -801,7 +630,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:10:48 GMT" + "Mon, 12 Dec 2022 09:03:09 GMT" ], "Expires": [ "-1" @@ -814,75 +643,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVd05TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-request-id": [ - "c124fc6f-2fef-45fe-b10b-dd93cef41016" - ], - "x-ms-correlation-request-id": [ - "c124fc6f-2fef-45fe-b10b-dd93cef41016" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121104Z:c124fc6f-2fef-45fe-b10b-dd93cef41016" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:11:04 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVd05TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -891,22 +663,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11977" ], "x-ms-request-id": [ - "40dca14d-7dfb-41a2-a554-5066c0b24a9e" + "461a2f37-b9bb-499b-9552-b019d2ab5c5f" ], "x-ms-correlation-request-id": [ - "40dca14d-7dfb-41a2-a554-5066c0b24a9e" + "461a2f37-b9bb-499b-9552-b019d2ab5c5f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121120Z:40dca14d-7dfb-41a2-a554-5066c0b24a9e" + "JIOINDIACENTRAL:20221212T090325Z:461a2f37-b9bb-499b-9552-b019d2ab5c5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -915,7 +687,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:11:19 GMT" + "Mon, 12 Dec 2022 09:03:24 GMT" ], "Expires": [ "-1" @@ -928,75 +700,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVd05TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-request-id": [ - "9cfb05db-5f4c-4ccd-8d32-d55791196973" - ], - "x-ms-correlation-request-id": [ - "9cfb05db-5f4c-4ccd-8d32-d55791196973" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121135Z:9cfb05db-5f4c-4ccd-8d32-d55791196973" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:11:35 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVd05TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1005,22 +720,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11976" ], "x-ms-request-id": [ - "9000b5d9-3213-4652-a046-b5c05c4cdd9e" + "21fbd6b4-8c7f-4dc6-835e-def436b465a4" ], "x-ms-correlation-request-id": [ - "9000b5d9-3213-4652-a046-b5c05c4cdd9e" + "21fbd6b4-8c7f-4dc6-835e-def436b465a4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121151Z:9000b5d9-3213-4652-a046-b5c05c4cdd9e" + "JIOINDIACENTRAL:20221212T090341Z:21fbd6b4-8c7f-4dc6-835e-def436b465a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1029,7 +744,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:11:50 GMT" + "Mon, 12 Dec 2022 09:03:41 GMT" ], "Expires": [ "-1" @@ -1042,75 +757,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVd05TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-request-id": [ - "d18ab798-2e8f-400f-9799-5f555785aa04" - ], - "x-ms-correlation-request-id": [ - "d18ab798-2e8f-400f-9799-5f555785aa04" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121207Z:d18ab798-2e8f-400f-9799-5f555785aa04" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:12:07 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVd05TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1119,22 +777,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11975" ], "x-ms-request-id": [ - "c2f872a0-e94c-42ee-8917-ef786cf828df" + "dfcfc224-9a60-429c-83d3-b81d74b9d05b" ], "x-ms-correlation-request-id": [ - "c2f872a0-e94c-42ee-8917-ef786cf828df" + "dfcfc224-9a60-429c-83d3-b81d74b9d05b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121222Z:c2f872a0-e94c-42ee-8917-ef786cf828df" + "JIOINDIACENTRAL:20221212T090356Z:dfcfc224-9a60-429c-83d3-b81d74b9d05b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1143,7 +801,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:12:22 GMT" + "Mon, 12 Dec 2022 09:03:56 GMT" ], "Expires": [ "-1" @@ -1156,75 +814,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVd05TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-request-id": [ - "f08ee730-9d03-4dd8-8b85-7eadb071ff91" - ], - "x-ms-correlation-request-id": [ - "f08ee730-9d03-4dd8-8b85-7eadb071ff91" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121238Z:f08ee730-9d03-4dd8-8b85-7eadb071ff91" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:12:38 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVd05TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1233,16 +834,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11974" ], "x-ms-request-id": [ - "23293a5f-98de-44f8-9816-6af0f5297954" + "b0f7256c-a0e1-4645-a460-43a368096647" ], "x-ms-correlation-request-id": [ - "23293a5f-98de-44f8-9816-6af0f5297954" + "b0f7256c-a0e1-4645-a460-43a368096647" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121254Z:23293a5f-98de-44f8-9816-6af0f5297954" + "JIOINDIACENTRAL:20221212T090412Z:b0f7256c-a0e1-4645-a460-43a368096647" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1251,7 +852,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:12:53 GMT" + "Mon, 12 Dec 2022 09:04:11 GMT" ], "Expires": [ "-1" @@ -1264,18 +865,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVd05TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1284,16 +885,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11973" ], "x-ms-request-id": [ - "9b9dca4f-c70b-487e-866f-51fafacc8bb7" + "d8147a23-fe7f-456b-a34b-ac3003a06d69" ], "x-ms-correlation-request-id": [ - "9b9dca4f-c70b-487e-866f-51fafacc8bb7" + "d8147a23-fe7f-456b-a34b-ac3003a06d69" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121254Z:9b9dca4f-c70b-487e-866f-51fafacc8bb7" + "JIOINDIACENTRAL:20221212T090412Z:d8147a23-fe7f-456b-a34b-ac3003a06d69" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1302,7 +903,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:12:54 GMT" + "Mon, 12 Dec 2022 09:04:11 GMT" ], "Expires": [ "-1" @@ -1317,12 +918,12 @@ ], "Names": { "Test-AddAndRemoveCustomHeadersFromProfile": [ - "ps8013", - "ps5415", - "ps505" + "ps2528", + "ps7987", + "ps4968" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestAddAndRemoveExpectedStatusCodeRanges.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestAddAndRemoveExpectedStatusCodeRanges.json index 47b41a370e6c..92aab3bdc570 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestAddAndRemoveExpectedStatusCodeRanges.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestAddAndRemoveExpectedStatusCodeRanges.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps5581?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNTU4MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps795?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNzk1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "695a228a-a1d0-4775-9c4c-51a95e8389ab" + "ee9bbead-4452-4775-ba56-3b3609f87a7b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "74bb5ee4-eb6f-4965-9686-50dd855dc8c3" + "096230a2-2e17-497d-8919-35db97fd5243" ], "x-ms-correlation-request-id": [ - "74bb5ee4-eb6f-4965-9686-50dd855dc8c3" + "096230a2-2e17-497d-8919-35db97fd5243" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122912Z:74bb5ee4-eb6f-4965-9686-50dd855dc8c3" + "JIOINDIACENTRAL:20221212T092043Z:096230a2-2e17-497d-8919-35db97fd5243" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,10 +51,10 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:29:12 GMT" + "Mon, 12 Dec 2022 09:20:43 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5581\",\r\n \"name\": \"ps5581\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps795\",\r\n \"name\": \"ps795\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5581/providers/Microsoft.Network/trafficmanagerprofiles/ps5047?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTU4MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUwNDc/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps795/providers/Microsoft.Network/trafficmanagerprofiles/ps9652?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzOTY1Mj9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "762a5dc1-97e6-4a75-a835-c7e3b2507f37" + "000729f6-8976-4e06-8d9d-982e79a07c44" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "fa6797b8-f1d2-40cf-9f42-f97cb974319d" + "e285da15-7c85-44fc-bd18-ff72af0f55cd" ], "x-ms-correlation-request-id": [ - "fa6797b8-f1d2-40cf-9f42-f97cb974319d" + "e285da15-7c85-44fc-bd18-ff72af0f55cd" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122915Z:fa6797b8-f1d2-40cf-9f42-f97cb974319d" + "JIOINDIACENTRAL:20221212T092043Z:e285da15-7c85-44fc-bd18-ff72af0f55cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:29:15 GMT" + "Mon, 12 Dec 2022 09:20:43 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,31 +120,31 @@ "-1" ], "Content-Length": [ - "225" + "224" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps5047' under resource group 'ps5581' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps9652' under resource group 'ps795' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5581/providers/Microsoft.Network/trafficmanagerprofiles/ps5047?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTU4MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUwNDc/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps795/providers/Microsoft.Network/trafficmanagerprofiles/ps9652?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzOTY1Mj9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "811ac3b9-da21-4ded-a126-5b79a1d46db3" + "a219adb9-1ba0-4ee9-95c3-41d62f5d8253" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -156,7 +156,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "811ac3b9-da21-4ded-a126-5b79a1d46db3" + "a219adb9-1ba0-4ee9-95c3-41d62f5d8253" ], "Server": [ "Microsoft-IIS/10.0" @@ -168,46 +168,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "1998" ], "x-ms-correlation-request-id": [ - "1252b793-e9e8-4aa9-9e4c-cf2ba3b37b60" + "15cc0754-d3c1-4c18-b36c-aa02efe0d4a4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122924Z:1252b793-e9e8-4aa9-9e4c-cf2ba3b37b60" + "JIOINDIACENTRAL:20221212T092050Z:15cc0754-d3c1-4c18-b36c-aa02efe0d4a4" ], "Date": [ - "Thu, 20 Jan 2022 12:29:23 GMT" + "Mon, 12 Dec 2022 09:20:49 GMT" ], "Content-Length": [ - "658" + "657" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5581/providers/Microsoft.Network/trafficManagerProfiles/ps5047\",\r\n \"name\": \"ps5047\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5917\",\r\n \"fqdn\": \"ps5917.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps795/providers/Microsoft.Network/trafficManagerProfiles/ps9652\",\r\n \"name\": \"ps9652\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8293\",\r\n \"fqdn\": \"ps8293.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5581/providers/Microsoft.Network/trafficmanagerprofiles/ps5047?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTU4MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUwNDc/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps795/providers/Microsoft.Network/trafficmanagerprofiles/ps9652?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzOTY1Mj9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ea37ba5-d801-4948-a9a9-0bf82b90192f" + "dd169592-4574-4673-8b7e-8bc8c5d780a8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -219,7 +219,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9ea37ba5-d801-4948-a9a9-0bf82b90192f" + "dd169592-4574-4673-8b7e-8bc8c5d780a8" ], "Server": [ "Microsoft-IIS/10.0" @@ -231,46 +231,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10797" + "1998" ], "x-ms-correlation-request-id": [ - "66669905-e8e2-4093-9005-8362906026e3" + "176a6703-f66d-4284-b88e-1f5a9f850ced" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122928Z:66669905-e8e2-4093-9005-8362906026e3" + "JIOINDIACENTRAL:20221212T092056Z:176a6703-f66d-4284-b88e-1f5a9f850ced" ], "Date": [ - "Thu, 20 Jan 2022 12:29:28 GMT" + "Mon, 12 Dec 2022 09:20:56 GMT" ], "Content-Length": [ - "731" + "730" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5581/providers/Microsoft.Network/trafficManagerProfiles/ps5047\",\r\n \"name\": \"ps5047\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5917\",\r\n \"fqdn\": \"ps5917.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"expectedStatusCodeRanges\": [\r\n {\r\n \"min\": 200,\r\n \"max\": 499\r\n },\r\n {\r\n \"min\": 502,\r\n \"max\": 502\r\n }\r\n ]\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps795/providers/Microsoft.Network/trafficManagerProfiles/ps9652\",\r\n \"name\": \"ps9652\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8293\",\r\n \"fqdn\": \"ps8293.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"expectedStatusCodeRanges\": [\r\n {\r\n \"min\": 200,\r\n \"max\": 499\r\n },\r\n {\r\n \"min\": 502,\r\n \"max\": 502\r\n }\r\n ]\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5581/providers/Microsoft.Network/trafficmanagerprofiles/ps5047?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTU4MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUwNDc/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps795/providers/Microsoft.Network/trafficmanagerprofiles/ps9652?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzOTY1Mj9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d345629b-6c92-4802-8419-88d26daa4984" + "92c76b09-d0f9-4aeb-b96c-39f8acb866ae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -282,7 +282,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d345629b-6c92-4802-8419-88d26daa4984" + "92c76b09-d0f9-4aeb-b96c-39f8acb866ae" ], "Server": [ "Microsoft-IIS/10.0" @@ -294,44 +294,43 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10796" + "1999" ], "x-ms-correlation-request-id": [ - "c6e21235-00a0-42d8-b167-db94e6733307" + "e1b4f338-2a67-49d4-8553-ab6ce9c6e6bb" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122930Z:c6e21235-00a0-42d8-b167-db94e6733307" + "JIOINDIACENTRAL:20221212T092104Z:e1b4f338-2a67-49d4-8553-ab6ce9c6e6bb" ], "Date": [ - "Thu, 20 Jan 2022 12:29:30 GMT" + "Mon, 12 Dec 2022 09:21:03 GMT" ], "Content-Length": [ - "709" + "708" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5581/providers/Microsoft.Network/trafficManagerProfiles/ps5047\",\r\n \"name\": \"ps5047\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5917\",\r\n \"fqdn\": \"ps5917.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"expectedStatusCodeRanges\": [\r\n {\r\n \"min\": 502,\r\n \"max\": 502\r\n }\r\n ]\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps795/providers/Microsoft.Network/trafficManagerProfiles/ps9652\",\r\n \"name\": \"ps9652\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8293\",\r\n \"fqdn\": \"ps8293.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"expectedStatusCodeRanges\": [\r\n {\r\n \"min\": 502,\r\n \"max\": 502\r\n }\r\n ]\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5581/providers/Microsoft.Network/trafficmanagerprofiles/ps5047?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTU4MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUwNDc/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps795/providers/Microsoft.Network/trafficmanagerprofiles/ps9652?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzOTY1Mj9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5917\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps5047\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "762a5dc1-97e6-4a75-a835-c7e3b2507f37" + "000729f6-8976-4e06-8d9d-982e79a07c44" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -340,6 +339,7 @@ "338" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8293\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps9652\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -351,7 +351,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "762a5dc1-97e6-4a75-a835-c7e3b2507f37" + "000729f6-8976-4e06-8d9d-982e79a07c44" ], "Server": [ "Microsoft-IIS/10.0" @@ -363,52 +363,52 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4498" ], "x-ms-correlation-request-id": [ - "208d334c-6643-40e6-b33f-85df7c30caf5" + "22626db7-4cf2-4108-8eb0-ea3d699db837" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122923Z:208d334c-6643-40e6-b33f-85df7c30caf5" + "JIOINDIACENTRAL:20221212T092049Z:22626db7-4cf2-4108-8eb0-ea3d699db837" ], "Date": [ - "Thu, 20 Jan 2022 12:29:23 GMT" + "Mon, 12 Dec 2022 09:20:49 GMT" ], "Content-Length": [ - "648" + "647" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5581/providers/Microsoft.Network/trafficManagerProfiles/ps5047\",\r\n \"name\": \"ps5047\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5917\",\r\n \"fqdn\": \"ps5917.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps795/providers/Microsoft.Network/trafficManagerProfiles/ps9652\",\r\n \"name\": \"ps9652\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8293\",\r\n \"fqdn\": \"ps8293.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5581/providers/Microsoft.Network/trafficmanagerprofiles/ps5047?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTU4MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUwNDc/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps795/providers/Microsoft.Network/trafficmanagerprofiles/ps9652?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzOTY1Mj9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5917\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"expectedStatusCodeRanges\": [\r\n {\r\n \"min\": 200,\r\n \"max\": 499\r\n },\r\n {\r\n \"min\": 502,\r\n \"max\": 502\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5581/providers/Microsoft.Network/trafficManagerProfiles/ps5047\",\r\n \"name\": \"ps5047\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7f8c8ebc-6b94-45a3-a651-7aafd8beca15" + "73a9eea2-876f-406f-a796-4bedc34be15d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "821" + "820" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8293\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"expectedStatusCodeRanges\": [\r\n {\r\n \"min\": 200,\r\n \"max\": 499\r\n },\r\n {\r\n \"min\": 502,\r\n \"max\": 502\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps795/providers/Microsoft.Network/trafficManagerProfiles/ps9652\",\r\n \"name\": \"ps9652\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -420,7 +420,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7f8c8ebc-6b94-45a3-a651-7aafd8beca15" + "73a9eea2-876f-406f-a796-4bedc34be15d" ], "Server": [ "Microsoft-IIS/10.0" @@ -432,52 +432,52 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "4497" ], "x-ms-correlation-request-id": [ - "45a0d55f-1824-47e3-bc9d-0ba3e20b8ee7" + "b36aa9d9-bc7d-442a-9c61-3d79255b428e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122928Z:45a0d55f-1824-47e3-bc9d-0ba3e20b8ee7" + "JIOINDIACENTRAL:20221212T092055Z:b36aa9d9-bc7d-442a-9c61-3d79255b428e" ], "Date": [ - "Thu, 20 Jan 2022 12:29:27 GMT" + "Mon, 12 Dec 2022 09:20:55 GMT" ], "Content-Length": [ - "721" + "730" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5581/providers/Microsoft.Network/trafficManagerProfiles/ps5047\",\r\n \"name\": \"ps5047\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5917\",\r\n \"fqdn\": \"ps5917.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"expectedStatusCodeRanges\": [\r\n {\r\n \"min\": 200,\r\n \"max\": 499\r\n },\r\n {\r\n \"min\": 502,\r\n \"max\": 502\r\n }\r\n ]\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps795/providers/Microsoft.Network/trafficManagerProfiles/ps9652\",\r\n \"name\": \"ps9652\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8293\",\r\n \"fqdn\": \"ps8293.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"expectedStatusCodeRanges\": [\r\n {\r\n \"min\": 200,\r\n \"max\": 499\r\n },\r\n {\r\n \"min\": 502,\r\n \"max\": 502\r\n }\r\n ]\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5581/providers/Microsoft.Network/trafficmanagerprofiles/ps5047?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTU4MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUwNDc/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps795/providers/Microsoft.Network/trafficmanagerprofiles/ps9652?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzOTY1Mj9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5917\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"expectedStatusCodeRanges\": [\r\n {\r\n \"min\": 502,\r\n \"max\": 502\r\n }\r\n ]\r\n }\r\n },\r\n \"tags\": {},\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5581/providers/Microsoft.Network/trafficManagerProfiles/ps5047\",\r\n \"name\": \"ps5047\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6769b6a7-3263-4ab6-b6c1-4e66d082fe2e" + "3cab4afe-51c2-491d-9b5e-b2ed8111e350" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "768" + "767" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8293\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"expectedStatusCodeRanges\": [\r\n {\r\n \"min\": 502,\r\n \"max\": 502\r\n }\r\n ]\r\n }\r\n },\r\n \"tags\": {},\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps795/providers/Microsoft.Network/trafficManagerProfiles/ps9652\",\r\n \"name\": \"ps9652\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -489,7 +489,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6769b6a7-3263-4ab6-b6c1-4e66d082fe2e" + "3cab4afe-51c2-491d-9b5e-b2ed8111e350" ], "Server": [ "Microsoft-IIS/10.0" @@ -501,46 +501,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10797" + "4498" ], "x-ms-correlation-request-id": [ - "46780ea2-a49b-448f-bbb9-11fd24e500c9" + "df8379d9-7024-4e59-a249-6dc364de9775" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122930Z:46780ea2-a49b-448f-bbb9-11fd24e500c9" + "JIOINDIACENTRAL:20221212T092101Z:df8379d9-7024-4e59-a249-6dc364de9775" ], "Date": [ - "Thu, 20 Jan 2022 12:29:30 GMT" + "Mon, 12 Dec 2022 09:21:00 GMT" ], "Content-Length": [ - "709" + "708" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5581/providers/Microsoft.Network/trafficManagerProfiles/ps5047\",\r\n \"name\": \"ps5047\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5917\",\r\n \"fqdn\": \"ps5917.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"expectedStatusCodeRanges\": [\r\n {\r\n \"min\": 502,\r\n \"max\": 502\r\n }\r\n ]\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps795/providers/Microsoft.Network/trafficManagerProfiles/ps9652\",\r\n \"name\": \"ps9652\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8293\",\r\n \"fqdn\": \"ps8293.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"expectedStatusCodeRanges\": [\r\n {\r\n \"min\": 502,\r\n \"max\": 502\r\n }\r\n ]\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps5581?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNTU4MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps795?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNzk1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e647e57-327c-484a-95f3-9475877fe67b" + "6486dc44-0abd-42db-80b8-24c8e4f52296" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -549,22 +549,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-request-id": [ - "711d79aa-aee2-40a0-abbf-98097a33ee83" + "582de9f1-999b-4bce-8666-8127ba86e90b" ], "x-ms-correlation-request-id": [ - "711d79aa-aee2-40a0-abbf-98097a33ee83" + "582de9f1-999b-4bce-8666-8127ba86e90b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122933Z:711d79aa-aee2-40a0-abbf-98097a33ee83" + "JIOINDIACENTRAL:20221212T092113Z:582de9f1-999b-4bce-8666-8127ba86e90b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -573,7 +573,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:29:32 GMT" + "Mon, 12 Dec 2022 09:21:12 GMT" ], "Expires": [ "-1" @@ -586,18 +586,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU9ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -606,22 +606,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "de5cbeaa-4a09-4a8e-af50-884ffd44ad44" + "62fad5ce-4fa3-4a9c-8c65-f110345fc3a3" ], "x-ms-correlation-request-id": [ - "de5cbeaa-4a09-4a8e-af50-884ffd44ad44" + "62fad5ce-4fa3-4a9c-8c65-f110345fc3a3" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122949Z:de5cbeaa-4a09-4a8e-af50-884ffd44ad44" + "JIOINDIACENTRAL:20221212T092129Z:62fad5ce-4fa3-4a9c-8c65-f110345fc3a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -630,7 +630,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:29:49 GMT" + "Mon, 12 Dec 2022 09:21:28 GMT" ], "Expires": [ "-1" @@ -643,18 +643,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU9ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -663,22 +663,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-request-id": [ - "38024812-926e-4d93-a40c-58e698c7172a" + "22f34d9b-bcec-469d-9dd0-daa63debb71e" ], "x-ms-correlation-request-id": [ - "38024812-926e-4d93-a40c-58e698c7172a" + "22f34d9b-bcec-469d-9dd0-daa63debb71e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123004Z:38024812-926e-4d93-a40c-58e698c7172a" + "JIOINDIACENTRAL:20221212T092144Z:22f34d9b-bcec-469d-9dd0-daa63debb71e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -687,7 +687,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:30:04 GMT" + "Mon, 12 Dec 2022 09:21:43 GMT" ], "Expires": [ "-1" @@ -700,18 +700,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU9ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -720,22 +720,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-request-id": [ - "8babb386-58c1-4096-97bc-01160d89a131" + "b6f7647a-e40f-484b-8da3-cdda1c7fb89d" ], "x-ms-correlation-request-id": [ - "8babb386-58c1-4096-97bc-01160d89a131" + "b6f7647a-e40f-484b-8da3-cdda1c7fb89d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123020Z:8babb386-58c1-4096-97bc-01160d89a131" + "JIOINDIACENTRAL:20221212T092200Z:b6f7647a-e40f-484b-8da3-cdda1c7fb89d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -744,7 +744,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:30:19 GMT" + "Mon, 12 Dec 2022 09:22:00 GMT" ], "Expires": [ "-1" @@ -757,18 +757,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU9ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -777,22 +777,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-request-id": [ - "858794bc-49f7-4794-a583-b99040200f0d" + "11abbe7b-ef13-417d-8f13-6ac3f6e18f11" ], "x-ms-correlation-request-id": [ - "858794bc-49f7-4794-a583-b99040200f0d" + "11abbe7b-ef13-417d-8f13-6ac3f6e18f11" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123035Z:858794bc-49f7-4794-a583-b99040200f0d" + "JIOINDIACENTRAL:20221212T092215Z:11abbe7b-ef13-417d-8f13-6ac3f6e18f11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -801,7 +801,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:30:34 GMT" + "Mon, 12 Dec 2022 09:22:15 GMT" ], "Expires": [ "-1" @@ -814,18 +814,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU9ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -834,22 +834,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-request-id": [ - "9424cf06-08c4-4912-91ab-25e1871a046d" + "44287e86-6653-45af-9aa4-88a9ed2162fd" ], "x-ms-correlation-request-id": [ - "9424cf06-08c4-4912-91ab-25e1871a046d" + "44287e86-6653-45af-9aa4-88a9ed2162fd" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123051Z:9424cf06-08c4-4912-91ab-25e1871a046d" + "JIOINDIACENTRAL:20221212T092231Z:44287e86-6653-45af-9aa4-88a9ed2162fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -858,7 +858,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:30:50 GMT" + "Mon, 12 Dec 2022 09:22:31 GMT" ], "Expires": [ "-1" @@ -871,18 +871,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU9ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -891,22 +891,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-request-id": [ - "c503273f-84ed-428c-ac04-2abdebba97d3" + "79433d18-f101-4243-8791-352442d83f3a" ], "x-ms-correlation-request-id": [ - "c503273f-84ed-428c-ac04-2abdebba97d3" + "79433d18-f101-4243-8791-352442d83f3a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123106Z:c503273f-84ed-428c-ac04-2abdebba97d3" + "JIOINDIACENTRAL:20221212T092246Z:79433d18-f101-4243-8791-352442d83f3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -915,7 +915,10 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:31:05 GMT" + "Mon, 12 Dec 2022 09:22:46 GMT" + ], + "Connection": [ + "close" ], "Expires": [ "-1" @@ -928,18 +931,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU9ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -948,22 +951,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11964" ], "x-ms-request-id": [ - "909019ae-92d5-4996-b9d8-f65fcb6367c0" + "594568c6-8a74-4809-9083-658e9a678e18" ], "x-ms-correlation-request-id": [ - "909019ae-92d5-4996-b9d8-f65fcb6367c0" + "594568c6-8a74-4809-9083-658e9a678e18" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123122Z:909019ae-92d5-4996-b9d8-f65fcb6367c0" + "JIOINDIACENTRAL:20221212T092302Z:594568c6-8a74-4809-9083-658e9a678e18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -972,7 +975,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:31:21 GMT" + "Mon, 12 Dec 2022 09:23:02 GMT" ], "Expires": [ "-1" @@ -985,18 +988,75 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU9ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" + ], + "x-ms-request-id": [ + "f92560ba-f8ff-474d-b4d1-e4f36f6a3bc2" + ], + "x-ms-correlation-request-id": [ + "f92560ba-f8ff-474d-b4d1-e4f36f6a3bc2" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T092318Z:f92560ba-f8ff-474d-b4d1-e4f36f6a3bc2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:23:18 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1005,16 +1065,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11962" ], "x-ms-request-id": [ - "2450213a-ee0d-4e5a-89c9-29b0064d6d79" + "f2758806-8f66-4bf0-9971-412003f63799" ], "x-ms-correlation-request-id": [ - "2450213a-ee0d-4e5a-89c9-29b0064d6d79" + "f2758806-8f66-4bf0-9971-412003f63799" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123137Z:2450213a-ee0d-4e5a-89c9-29b0064d6d79" + "JIOINDIACENTRAL:20221212T092333Z:f2758806-8f66-4bf0-9971-412003f63799" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1023,7 +1083,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:31:36 GMT" + "Mon, 12 Dec 2022 09:23:33 GMT" ], "Expires": [ "-1" @@ -1036,18 +1096,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU9ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU5TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1056,16 +1116,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11961" ], "x-ms-request-id": [ - "b1026468-6969-4057-8d7e-75a1c068b91a" + "f38c57f0-2ca0-46d2-b0ad-90b52c3ffd9e" ], "x-ms-correlation-request-id": [ - "b1026468-6969-4057-8d7e-75a1c068b91a" + "f38c57f0-2ca0-46d2-b0ad-90b52c3ffd9e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123138Z:b1026468-6969-4057-8d7e-75a1c068b91a" + "JIOINDIACENTRAL:20221212T092334Z:f38c57f0-2ca0-46d2-b0ad-90b52c3ffd9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1074,7 +1134,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:31:37 GMT" + "Mon, 12 Dec 2022 09:23:34 GMT" ], "Expires": [ "-1" @@ -1089,12 +1149,12 @@ ], "Names": { "Test-AddAndRemoveExpectedStatusCodeRanges": [ - "ps5047", - "ps5917", - "ps5581" + "ps9652", + "ps8293", + "ps795" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestCreateDeleteUsingProfile.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestCreateDeleteUsingProfile.json index edeb625061f3..b0a04b0dad07 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestCreateDeleteUsingProfile.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestCreateDeleteUsingProfile.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps5113?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNTExMz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps2811?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMjgxMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e5ca04e7-f8f2-4569-98c0-8be0a8e4f4a9" + "304e9510-132b-4a07-acb0-3ed3c431a07c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1191" ], "x-ms-request-id": [ - "a294a230-49f4-4217-baf5-c8b0b030d1a6" + "dde61173-e9ec-40c2-8d73-1257107d6283" ], "x-ms-correlation-request-id": [ - "a294a230-49f4-4217-baf5-c8b0b030d1a6" + "dde61173-e9ec-40c2-8d73-1257107d6283" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123541Z:a294a230-49f4-4217-baf5-c8b0b030d1a6" + "JIOINDIACENTRAL:20221212T092747Z:dde61173-e9ec-40c2-8d73-1257107d6283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:35:41 GMT" + "Mon, 12 Dec 2022 09:27:47 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5113\",\r\n \"name\": \"ps5113\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2811\",\r\n \"name\": \"ps2811\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5113/providers/Microsoft.Network/trafficmanagerprofiles/ps7289?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcyODk/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2811/providers/Microsoft.Network/trafficmanagerprofiles/ps8422?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjgxMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczg0MjI/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0a22a28-69a5-410f-a00a-bc7fe341fa72" + "0eac7888-3301-4419-9ed9-e1e7578b2788" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "359f136f-5361-484e-95c2-fb3948e25c8c" + "bf1c3207-0ee4-400b-a7b3-02fc35280fa0" ], "x-ms-correlation-request-id": [ - "359f136f-5361-484e-95c2-fb3948e25c8c" + "bf1c3207-0ee4-400b-a7b3-02fc35280fa0" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123542Z:359f136f-5361-484e-95c2-fb3948e25c8c" + "JIOINDIACENTRAL:20221212T092748Z:bf1c3207-0ee4-400b-a7b3-02fc35280fa0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:35:41 GMT" + "Mon, 12 Dec 2022 09:27:47 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,28 +123,28 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps7289' under resource group 'ps5113' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps8422' under resource group 'ps2811' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5113/providers/Microsoft.Network/trafficmanagerprofiles/ps7289?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcyODk/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2811/providers/Microsoft.Network/trafficmanagerprofiles/ps8422?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjgxMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczg0MjI/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b9a02a-c552-4066-9bef-69faaba370fd" + "330806f3-a1b2-49eb-a444-5e46830567c3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -156,13 +156,13 @@ "gateway" ], "x-ms-request-id": [ - "d51332b5-bfc6-442c-8882-56a22285d8b7" + "7e0425a4-70a8-4617-b941-0a8c2990ced6" ], "x-ms-correlation-request-id": [ - "d51332b5-bfc6-442c-8882-56a22285d8b7" + "7e0425a4-70a8-4617-b941-0a8c2990ced6" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123557Z:d51332b5-bfc6-442c-8882-56a22285d8b7" + "CENTRALINDIA:20221212T092803Z:7e0425a4-70a8-4617-b941-0a8c2990ced6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:35:56 GMT" + "Mon, 12 Dec 2022 09:28:03 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,26 +183,25 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps7289' under resource group 'ps5113' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps8422' under resource group 'ps2811' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5113/providers/Microsoft.Network/trafficmanagerprofiles/ps7289?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcyODk/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2811/providers/Microsoft.Network/trafficmanagerprofiles/ps8422?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjgxMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczg0MjI/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5452\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps7289\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c0a22a28-69a5-410f-a00a-bc7fe341fa72" + "0eac7888-3301-4419-9ed9-e1e7578b2788" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -211,6 +210,7 @@ "337" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3413\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps8422\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -222,7 +222,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c0a22a28-69a5-410f-a00a-bc7fe341fa72" + "0eac7888-3301-4419-9ed9-e1e7578b2788" ], "Server": [ "Microsoft-IIS/10.0" @@ -234,16 +234,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "4498" ], "x-ms-correlation-request-id": [ - "1e4aeb77-1cad-4118-9b64-b787d7bc3fa6" + "7db1cad3-c853-4cd7-b2e1-a41ebf30fd73" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123550Z:1e4aeb77-1cad-4118-9b64-b787d7bc3fa6" + "JIOINDIACENTRAL:20221212T092752Z:7db1cad3-c853-4cd7-b2e1-a41ebf30fd73" ], "Date": [ - "Thu, 20 Jan 2022 12:35:49 GMT" + "Mon, 12 Dec 2022 09:27:52 GMT" ], "Content-Length": [ "647" @@ -252,28 +252,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5113/providers/Microsoft.Network/trafficManagerProfiles/ps7289\",\r\n \"name\": \"ps7289\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5452\",\r\n \"fqdn\": \"ps5452.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2811/providers/Microsoft.Network/trafficManagerProfiles/ps8422\",\r\n \"name\": \"ps8422\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3413\",\r\n \"fqdn\": \"ps3413.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5113/providers/Microsoft.Network/trafficmanagerprofiles/ps7289?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcyODk/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2811/providers/Microsoft.Network/trafficmanagerprofiles/ps8422?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjgxMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczg0MjI/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09c68eb2-093d-4441-b9e6-69fb011f71ae" + "d3625c6f-6c67-45c0-9342-a8e44c7f7e63" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -285,7 +285,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "09c68eb2-093d-4441-b9e6-69fb011f71ae" + "d3625c6f-6c67-45c0-9342-a8e44c7f7e63" ], "Server": [ "Microsoft-IIS/10.0" @@ -297,16 +297,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "499" ], "x-ms-correlation-request-id": [ - "b0d9d17a-888a-450f-a544-ec5deb01aecc" + "1d936247-23a6-4704-b8a4-a410e3e570b9" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123556Z:b0d9d17a-888a-450f-a544-ec5deb01aecc" + "JIOINDIACENTRAL:20221212T092800Z:1d936247-23a6-4704-b8a4-a410e3e570b9" ], "Date": [ - "Thu, 20 Jan 2022 12:35:55 GMT" + "Mon, 12 Dec 2022 09:27:59 GMT" ], "Content-Length": [ "0" @@ -316,24 +316,24 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps5113?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNTExMz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps2811?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMjgxMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3d5a761-7f78-4924-922e-473f215ccefa" + "48b3361b-b910-442b-8a18-46a07aa66698" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -342,22 +342,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4MTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14997" ], "x-ms-request-id": [ - "3b6d489c-b3bd-47b0-a216-330cf8e56e82" + "7a21a138-5d3f-420a-aa76-a203c7163903" ], "x-ms-correlation-request-id": [ - "3b6d489c-b3bd-47b0-a216-330cf8e56e82" + "7a21a138-5d3f-420a-aa76-a203c7163903" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123600Z:3b6d489c-b3bd-47b0-a216-330cf8e56e82" + "CENTRALINDIA:20221212T092810Z:7a21a138-5d3f-420a-aa76-a203c7163903" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -366,7 +366,10 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:36:00 GMT" + "Mon, 12 Dec 2022 09:28:10 GMT" + ], + "Connection": [ + "close" ], "Expires": [ "-1" @@ -379,18 +382,75 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4MTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNE1URXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4MTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "086f264e-bd0a-47ea-8ddf-cdb23efd37aa" + ], + "x-ms-correlation-request-id": [ + "086f264e-bd0a-47ea-8ddf-cdb23efd37aa" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20221212T092827Z:086f264e-bd0a-47ea-8ddf-cdb23efd37aa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:28:26 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4MTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNE1URXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -398,17 +458,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4MTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11998" ], "x-ms-request-id": [ - "8bbcfcba-66a1-4731-aa35-8a95ce9cfcdc" + "6db9876a-4f7c-4096-bce9-ac455178aee4" ], "x-ms-correlation-request-id": [ - "8bbcfcba-66a1-4731-aa35-8a95ce9cfcdc" + "6db9876a-4f7c-4096-bce9-ac455178aee4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123616Z:8bbcfcba-66a1-4731-aa35-8a95ce9cfcdc" + "CENTRALINDIA:20221212T092842Z:6db9876a-4f7c-4096-bce9-ac455178aee4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -417,7 +483,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:36:15 GMT" + "Mon, 12 Dec 2022 09:28:41 GMT" ], "Expires": [ "-1" @@ -427,21 +493,186 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4MTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNE1URXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4MTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "b93f5d5d-1ed9-4daa-9fc3-f0d8fe75edac" + ], + "x-ms-correlation-request-id": [ + "b93f5d5d-1ed9-4daa-9fc3-f0d8fe75edac" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20221212T092858Z:b93f5d5d-1ed9-4daa-9fc3-f0d8fe75edac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:28:57 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4MTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNE1URXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4MTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "b1ffd43e-f9fa-48a3-afc4-59a5364aa6bb" + ], + "x-ms-correlation-request-id": [ + "b1ffd43e-f9fa-48a3-afc4-59a5364aa6bb" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20221212T092913Z:b1ffd43e-f9fa-48a3-afc4-59a5364aa6bb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:29:12 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4MTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNE1URXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "7c4b030a-5c21-4f3e-9334-9132b07e5ba2" + ], + "x-ms-correlation-request-id": [ + "7c4b030a-5c21-4f3e-9334-9132b07e5ba2" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20221212T092929Z:7c4b030a-5c21-4f3e-9334-9132b07e5ba2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:29:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4MTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNE1URXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -450,16 +681,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-request-id": [ - "b6296618-4e91-41ba-877a-05f1c19f274e" + "126b5458-7065-4c31-9fd6-2830fd2381b8" ], "x-ms-correlation-request-id": [ - "b6296618-4e91-41ba-877a-05f1c19f274e" + "126b5458-7065-4c31-9fd6-2830fd2381b8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123616Z:b6296618-4e91-41ba-877a-05f1c19f274e" + "CENTRALINDIA:20221212T092929Z:126b5458-7065-4c31-9fd6-2830fd2381b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -468,7 +699,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:36:16 GMT" + "Mon, 12 Dec 2022 09:29:29 GMT" ], "Expires": [ "-1" @@ -483,12 +714,12 @@ ], "Names": { "Test-CreateDeleteUsingProfile": [ - "ps7289", - "ps5113", - "ps5452" + "ps8422", + "ps2811", + "ps3413" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestCrudWithEndpoint.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestCrudWithEndpoint.json index bd81ba8461ce..751a017bf2ba 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestCrudWithEndpoint.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestCrudWithEndpoint.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps4965?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNDk2NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps3815?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMzgxNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1f657b7c-da98-4bef-a8af-8939bee6b407" + "10c003b9-9f09-459c-ab00-7119a8fdb493" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1191" ], "x-ms-request-id": [ - "b9672998-f7b0-44fd-859b-22e1e9e645c4" + "86418ff1-8ac9-4bc9-a041-acd3bece9fb5" ], "x-ms-correlation-request-id": [ - "b9672998-f7b0-44fd-859b-22e1e9e645c4" + "86418ff1-8ac9-4bc9-a041-acd3bece9fb5" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124403Z:b9672998-f7b0-44fd-859b-22e1e9e645c4" + "JIOINDIACENTRAL:20221212T093615Z:86418ff1-8ac9-4bc9-a041-acd3bece9fb5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:44:02 GMT" + "Mon, 12 Dec 2022 09:36:15 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4965\",\r\n \"name\": \"ps4965\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3815\",\r\n \"name\": \"ps3815\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4965/providers/Microsoft.Network/trafficmanagerprofiles/ps3437?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNDk2NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM0Mzc/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3815/providers/Microsoft.Network/trafficmanagerprofiles/ps2257?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzgxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIyNTc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab70aff1-6a67-4f10-b5df-289b4133a096" + "133d3513-2abd-462d-8d78-c90f41b1ea0b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "6270803f-a84e-4768-b206-00a9bbf10c02" + "66971f7e-2359-4a6f-bfd8-dfb809e4642d" ], "x-ms-correlation-request-id": [ - "6270803f-a84e-4768-b206-00a9bbf10c02" + "66971f7e-2359-4a6f-bfd8-dfb809e4642d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124404Z:6270803f-a84e-4768-b206-00a9bbf10c02" + "JIOINDIACENTRAL:20221212T093616Z:66971f7e-2359-4a6f-bfd8-dfb809e4642d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:44:04 GMT" + "Mon, 12 Dec 2022 09:36:15 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,28 +123,28 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps3437' under resource group 'ps4965' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps2257' under resource group 'ps3815' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4965/providers/Microsoft.Network/trafficmanagerprofiles/ps3437?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNDk2NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM0Mzc/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3815/providers/Microsoft.Network/trafficmanagerprofiles/ps2257?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzgxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIyNTc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ffcaeda5-caa4-49d3-8670-366323fe8815" + "a1cea81e-5783-45bb-897d-d5d4c891fe23" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -156,7 +156,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ffcaeda5-caa4-49d3-8670-366323fe8815" + "a1cea81e-5783-45bb-897d-d5d4c891fe23" ], "Server": [ "Microsoft-IIS/10.0" @@ -168,44 +168,43 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "1999" ], "x-ms-correlation-request-id": [ - "e15100bc-7873-4e2d-90f7-8ec864b87b89" + "1e73d670-7b93-4463-ac03-595a2db5bdb8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124411Z:e15100bc-7873-4e2d-90f7-8ec864b87b89" + "JIOINDIACENTRAL:20221212T093631Z:1e73d670-7b93-4463-ac03-595a2db5bdb8" ], "Date": [ - "Thu, 20 Jan 2022 12:44:10 GMT" + "Mon, 12 Dec 2022 09:36:30 GMT" ], "Content-Length": [ - "1228" + "1253" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4965/providers/Microsoft.Network/trafficManagerProfiles/ps3437\",\r\n \"name\": \"ps3437\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5387\",\r\n \"fqdn\": \"ps5387.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"CheckingEndpoints\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4965/providers/Microsoft.Network/trafficManagerProfiles/ps3437/externalEndpoints/MyExternalEndpoint\",\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3815/providers/Microsoft.Network/trafficManagerProfiles/ps2257\",\r\n \"name\": \"ps2257\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5452\",\r\n \"fqdn\": \"ps5452.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"CheckingEndpoints\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3815/providers/Microsoft.Network/trafficManagerProfiles/ps2257/externalEndpoints/MyExternalEndpoint\",\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4965/providers/Microsoft.Network/trafficmanagerprofiles/ps3437?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNDk2NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM0Mzc/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3815/providers/Microsoft.Network/trafficmanagerprofiles/ps2257?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzgxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIyNTc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5387\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps3437\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ab70aff1-6a67-4f10-b5df-289b4133a096" + "133d3513-2abd-462d-8d78-c90f41b1ea0b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -214,6 +213,7 @@ "337" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5452\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps2257\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,10 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ab70aff1-6a67-4f10-b5df-289b4133a096" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "133d3513-2abd-462d-8d78-c90f41b1ea0b" ], "Server": [ "Microsoft-IIS/10.0" @@ -239,14 +236,17 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "4499" + ], "x-ms-correlation-request-id": [ - "7705ca30-e600-4472-9ca8-b45cc7ce2852" + "a4d47ad5-8426-4cbf-b409-7d0e701f4a2e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124410Z:7705ca30-e600-4472-9ca8-b45cc7ce2852" + "JIOINDIACENTRAL:20221212T093622Z:a4d47ad5-8426-4cbf-b409-7d0e701f4a2e" ], "Date": [ - "Thu, 20 Jan 2022 12:44:09 GMT" + "Mon, 12 Dec 2022 09:36:21 GMT" ], "Content-Length": [ "647" @@ -255,28 +255,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4965/providers/Microsoft.Network/trafficManagerProfiles/ps3437\",\r\n \"name\": \"ps3437\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5387\",\r\n \"fqdn\": \"ps5387.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3815/providers/Microsoft.Network/trafficManagerProfiles/ps2257\",\r\n \"name\": \"ps2257\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5452\",\r\n \"fqdn\": \"ps5452.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4965/providers/Microsoft.Network/trafficmanagerprofiles/ps3437/ExternalEndpoints/MyExternalEndpoint?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNDk2NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM0MzcvRXh0ZXJuYWxFbmRwb2ludHMvTXlFeHRlcm5hbEVuZHBvaW50P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3815/providers/Microsoft.Network/trafficmanagerprofiles/ps2257/ExternalEndpoints/MyExternalEndpoint?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzgxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIyNTcvRXh0ZXJuYWxFbmRwb2ludHMvTXlFeHRlcm5hbEVuZHBvaW50P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "afc4ae42-bccc-4d23-9691-74338383d1d1" + "0eb6e06f-2d7b-4d09-9572-9920494bcf52" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -288,7 +288,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "afc4ae42-bccc-4d23-9691-74338383d1d1" + "0eb6e06f-2d7b-4d09-9572-9920494bcf52" ], "Server": [ "Microsoft-IIS/10.0" @@ -299,17 +299,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "87b482c8-6e52-42b9-8c3a-6c025150872e" + "427ab30f-d27a-4522-a467-a456ac3d1695" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124410Z:87b482c8-6e52-42b9-8c3a-6c025150872e" + "JIOINDIACENTRAL:20221212T093624Z:427ab30f-d27a-4522-a467-a456ac3d1695" ], "Date": [ - "Thu, 20 Jan 2022 12:44:10 GMT" + "Mon, 12 Dec 2022 09:36:24 GMT" ], "Content-Length": [ "133" @@ -318,26 +318,25 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'myexternalendpoint' of type 'externalendpoints' does not exist in the profile 'ps3437'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'myexternalendpoint' of type 'externalendpoints' does not exist in the profile 'ps2257'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4965/providers/Microsoft.Network/trafficmanagerprofiles/ps3437/ExternalEndpoints/MyExternalEndpoint?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNDk2NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM0MzcvRXh0ZXJuYWxFbmRwb2ludHMvTXlFeHRlcm5hbEVuZHBvaW50P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3815/providers/Microsoft.Network/trafficmanagerprofiles/ps2257/ExternalEndpoints/MyExternalEndpoint?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzgxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIyNTcvRXh0ZXJuYWxFbmRwb2ludHMvTXlFeHRlcm5hbEVuZHBvaW50P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "afc4ae42-bccc-4d23-9691-74338383d1d1" + "0eb6e06f-2d7b-4d09-9572-9920494bcf52" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -346,6 +345,7 @@ "242" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -357,7 +357,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "afc4ae42-bccc-4d23-9691-74338383d1d1" + "0eb6e06f-2d7b-4d09-9572-9920494bcf52" ], "Server": [ "Microsoft-IIS/10.0" @@ -368,47 +368,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "249" ], "x-ms-correlation-request-id": [ - "766dabb1-e2f7-494b-991e-7878b0e9e9fa" + "3023db2a-fadc-4a26-9e21-ed16243ecc78" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124411Z:766dabb1-e2f7-494b-991e-7878b0e9e9fa" + "JIOINDIACENTRAL:20221212T093625Z:3023db2a-fadc-4a26-9e21-ed16243ecc78" ], "Date": [ - "Thu, 20 Jan 2022 12:44:10 GMT" + "Mon, 12 Dec 2022 09:36:25 GMT" ], "Content-Length": [ - "562" + "587" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4965/providers/Microsoft.Network/trafficManagerProfiles/ps3437/externalEndpoints/MyExternalEndpoint\",\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3815/providers/Microsoft.Network/trafficManagerProfiles/ps2257/externalEndpoints/MyExternalEndpoint\",\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps4965?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNDk2NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps3815?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMzgxNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a66d6405-9264-48f7-a98d-3204f6647071" + "a496d70f-b0cc-43aa-98d5-aee919766f86" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -417,22 +417,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14999" ], "x-ms-request-id": [ - "7e440e2a-6b22-43a7-b6c9-c53b06bb9c48" + "9a37f043-444d-4269-a4cd-49a34aeb395c" ], "x-ms-correlation-request-id": [ - "7e440e2a-6b22-43a7-b6c9-c53b06bb9c48" + "9a37f043-444d-4269-a4cd-49a34aeb395c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124414Z:7e440e2a-6b22-43a7-b6c9-c53b06bb9c48" + "JIOINDIACENTRAL:20221212T093637Z:9a37f043-444d-4269-a4cd-49a34aeb395c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -441,7 +441,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:44:14 GMT" + "Mon, 12 Dec 2022 09:36:37 GMT" ], "Expires": [ "-1" @@ -454,75 +454,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-request-id": [ - "a9d3eaf2-563c-47c7-86cf-aad76c1bf544" - ], - "x-ms-correlation-request-id": [ - "a9d3eaf2-563c-47c7-86cf-aad76c1bf544" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124429Z:a9d3eaf2-563c-47c7-86cf-aad76c1bf544" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:44:29 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -531,22 +474,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11999" ], "x-ms-request-id": [ - "3bb54c7b-17f1-418b-9a55-44147dab171a" + "738e3b49-db1f-40f9-959f-db66a94fcebd" ], "x-ms-correlation-request-id": [ - "3bb54c7b-17f1-418b-9a55-44147dab171a" + "738e3b49-db1f-40f9-959f-db66a94fcebd" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124445Z:3bb54c7b-17f1-418b-9a55-44147dab171a" + "JIOINDIACENTRAL:20221212T093652Z:738e3b49-db1f-40f9-959f-db66a94fcebd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -555,7 +498,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:44:45 GMT" + "Mon, 12 Dec 2022 09:36:52 GMT" ], "Expires": [ "-1" @@ -568,75 +511,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], - "x-ms-request-id": [ - "e6181155-ba53-4332-8eed-d293a2bb2455" - ], - "x-ms-correlation-request-id": [ - "e6181155-ba53-4332-8eed-d293a2bb2455" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124500Z:e6181155-ba53-4332-8eed-d293a2bb2455" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:45:00 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -645,22 +531,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11998" ], "x-ms-request-id": [ - "dcb5e482-ee1c-46ca-a4bf-11dbb2f03469" + "3e249204-0ee4-41ec-af3d-e25752b93ff3" ], "x-ms-correlation-request-id": [ - "dcb5e482-ee1c-46ca-a4bf-11dbb2f03469" + "3e249204-0ee4-41ec-af3d-e25752b93ff3" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124516Z:dcb5e482-ee1c-46ca-a4bf-11dbb2f03469" + "JIOINDIACENTRAL:20221212T093708Z:3e249204-0ee4-41ec-af3d-e25752b93ff3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -669,7 +555,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:45:15 GMT" + "Mon, 12 Dec 2022 09:37:07 GMT" ], "Expires": [ "-1" @@ -682,75 +568,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], - "x-ms-request-id": [ - "ddd8cf83-fd1c-4afd-8213-8cdc4a154471" - ], - "x-ms-correlation-request-id": [ - "ddd8cf83-fd1c-4afd-8213-8cdc4a154471" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124532Z:ddd8cf83-fd1c-4afd-8213-8cdc4a154471" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:45:31 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -759,22 +588,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11997" ], "x-ms-request-id": [ - "dc07fdd7-c65a-4f7d-825a-c8474619d9ca" + "233f5690-5614-465a-9600-8249658eeaf1" ], "x-ms-correlation-request-id": [ - "dc07fdd7-c65a-4f7d-825a-c8474619d9ca" + "233f5690-5614-465a-9600-8249658eeaf1" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124547Z:dc07fdd7-c65a-4f7d-825a-c8474619d9ca" + "JIOINDIACENTRAL:20221212T093724Z:233f5690-5614-465a-9600-8249658eeaf1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -783,7 +612,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:45:47 GMT" + "Mon, 12 Dec 2022 09:37:23 GMT" ], "Expires": [ "-1" @@ -796,18 +625,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -816,22 +645,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11996" ], "x-ms-request-id": [ - "badc28ff-c905-429a-89da-64fb71b58ff4" + "cd4fc22f-3148-4b55-a2c3-576a6524aecd" ], "x-ms-correlation-request-id": [ - "badc28ff-c905-429a-89da-64fb71b58ff4" + "cd4fc22f-3148-4b55-a2c3-576a6524aecd" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124603Z:badc28ff-c905-429a-89da-64fb71b58ff4" + "JIOINDIACENTRAL:20221212T093739Z:cd4fc22f-3148-4b55-a2c3-576a6524aecd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -840,7 +669,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:46:03 GMT" + "Mon, 12 Dec 2022 09:37:39 GMT" ], "Expires": [ "-1" @@ -853,18 +682,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -873,22 +702,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11995" ], "x-ms-request-id": [ - "66461288-fdb0-4e60-8289-370db4b36ec1" + "65d0ae3c-eaf2-4f89-adf0-552c22284fb5" ], "x-ms-correlation-request-id": [ - "66461288-fdb0-4e60-8289-370db4b36ec1" + "65d0ae3c-eaf2-4f89-adf0-552c22284fb5" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124619Z:66461288-fdb0-4e60-8289-370db4b36ec1" + "JIOINDIACENTRAL:20221212T093755Z:65d0ae3c-eaf2-4f89-adf0-552c22284fb5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -897,7 +726,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:46:19 GMT" + "Mon, 12 Dec 2022 09:37:54 GMT" ], "Expires": [ "-1" @@ -910,18 +739,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -930,22 +759,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11994" ], "x-ms-request-id": [ - "2aca20e7-5eb0-4d68-b650-4ec38b66a42b" + "6245d36c-fa83-41b4-b9d2-a82498f10ce6" ], "x-ms-correlation-request-id": [ - "2aca20e7-5eb0-4d68-b650-4ec38b66a42b" + "6245d36c-fa83-41b4-b9d2-a82498f10ce6" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124635Z:2aca20e7-5eb0-4d68-b650-4ec38b66a42b" + "JIOINDIACENTRAL:20221212T093810Z:6245d36c-fa83-41b4-b9d2-a82498f10ce6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -954,7 +783,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:46:35 GMT" + "Mon, 12 Dec 2022 09:38:10 GMT" ], "Expires": [ "-1" @@ -967,18 +796,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -987,22 +816,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11993" ], "x-ms-request-id": [ - "27e10c7e-70b1-4631-89f8-a49c1b0b75d9" + "3da7fa91-88e2-4669-994b-9ec0760d9f6e" ], "x-ms-correlation-request-id": [ - "27e10c7e-70b1-4631-89f8-a49c1b0b75d9" + "3da7fa91-88e2-4669-994b-9ec0760d9f6e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124651Z:27e10c7e-70b1-4631-89f8-a49c1b0b75d9" + "JIOINDIACENTRAL:20221212T093826Z:3da7fa91-88e2-4669-994b-9ec0760d9f6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1011,7 +840,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:46:50 GMT" + "Mon, 12 Dec 2022 09:38:25 GMT" ], "Expires": [ "-1" @@ -1024,18 +853,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1044,22 +873,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11992" ], "x-ms-request-id": [ - "e434c35d-2bc2-445d-a8da-96d69c524515" + "d8821aa7-d663-4f86-b2d6-55e46979ba6c" ], "x-ms-correlation-request-id": [ - "e434c35d-2bc2-445d-a8da-96d69c524515" + "d8821aa7-d663-4f86-b2d6-55e46979ba6c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124707Z:e434c35d-2bc2-445d-a8da-96d69c524515" + "JIOINDIACENTRAL:20221212T093841Z:d8821aa7-d663-4f86-b2d6-55e46979ba6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1068,7 +897,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:47:06 GMT" + "Mon, 12 Dec 2022 09:38:41 GMT" ], "Expires": [ "-1" @@ -1081,18 +910,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1101,16 +930,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11991" ], "x-ms-request-id": [ - "81d29829-af46-4f7e-a6fa-280f82d2be0a" + "2e9fab4f-dc14-46a7-824e-f8a06fdd9739" ], "x-ms-correlation-request-id": [ - "81d29829-af46-4f7e-a6fa-280f82d2be0a" + "2e9fab4f-dc14-46a7-824e-f8a06fdd9739" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124724Z:81d29829-af46-4f7e-a6fa-280f82d2be0a" + "JIOINDIACENTRAL:20221212T093857Z:2e9fab4f-dc14-46a7-824e-f8a06fdd9739" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1119,7 +948,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:47:24 GMT" + "Mon, 12 Dec 2022 09:38:56 GMT" ], "Expires": [ "-1" @@ -1132,18 +961,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1152,16 +981,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11990" ], "x-ms-request-id": [ - "d902b843-de49-427d-9819-c4bb0bc7d632" + "a6d5750d-1138-481b-8aa6-379367339245" ], "x-ms-correlation-request-id": [ - "d902b843-de49-427d-9819-c4bb0bc7d632" + "a6d5750d-1138-481b-8aa6-379367339245" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124725Z:d902b843-de49-427d-9819-c4bb0bc7d632" + "JIOINDIACENTRAL:20221212T093857Z:a6d5750d-1138-481b-8aa6-379367339245" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1170,7 +999,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:47:25 GMT" + "Mon, 12 Dec 2022 09:38:57 GMT" ], "Expires": [ "-1" @@ -1185,12 +1014,12 @@ ], "Names": { "Test-CrudWithEndpoint": [ - "ps3437", - "ps4965", - "ps5387" + "ps2257", + "ps3815", + "ps5452" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestCrudWithEndpointGeo.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestCrudWithEndpointGeo.json index 96e5f93f70f6..3140919bd25e 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestCrudWithEndpointGeo.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestCrudWithEndpointGeo.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps9827?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzOTgyNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps9634?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzOTYzND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d8234743-4c1c-48f6-9a1c-1052acd60cb1" + "86a71a49-8e41-4cb7-8bf3-c6f4a21c4689" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1194" ], "x-ms-request-id": [ - "f8584314-01fd-40d4-9efd-fb4eae3b5090" + "cb0b1d16-a949-4a44-ba17-c407df2d9311" ], "x-ms-correlation-request-id": [ - "f8584314-01fd-40d4-9efd-fb4eae3b5090" + "cb0b1d16-a949-4a44-ba17-c407df2d9311" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121304Z:f8584314-01fd-40d4-9efd-fb4eae3b5090" + "JIOINDIACENTRAL:20221212T090416Z:cb0b1d16-a949-4a44-ba17-c407df2d9311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:13:04 GMT" + "Mon, 12 Dec 2022 09:04:16 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9827\",\r\n \"name\": \"ps9827\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9634\",\r\n \"name\": \"ps9634\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9827/providers/Microsoft.Network/trafficmanagerprofiles/ps3906?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTgyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM5MDY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9634/providers/Microsoft.Network/trafficmanagerprofiles/ps8221?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTYzNC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczgyMjE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3900ad58-79ba-4383-9a0b-6f98d937f24a" + "88c4677e-a885-47b2-950d-76ed6c39bd78" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "2ff83d11-fedc-44e1-b61f-b1e90dae0425" + "b17d63b2-0a09-41f0-bb76-2919448262d4" ], "x-ms-correlation-request-id": [ - "2ff83d11-fedc-44e1-b61f-b1e90dae0425" + "b17d63b2-0a09-41f0-bb76-2919448262d4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121306Z:2ff83d11-fedc-44e1-b61f-b1e90dae0425" + "JIOINDIACENTRAL:20221212T090417Z:b17d63b2-0a09-41f0-bb76-2919448262d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:13:06 GMT" + "Mon, 12 Dec 2022 09:04:16 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,28 +123,28 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps3906' under resource group 'ps9827' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps8221' under resource group 'ps9634' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9827/providers/Microsoft.Network/trafficmanagerprofiles/ps3906?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTgyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM5MDY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9634/providers/Microsoft.Network/trafficmanagerprofiles/ps8221?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTYzNC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczgyMjE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "466e1091-bd4f-4d9e-bb03-436cd0980ac2" + "13161ffa-3d3e-4197-aee6-32880a72bddc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -156,7 +156,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "466e1091-bd4f-4d9e-bb03-436cd0980ac2" + "13161ffa-3d3e-4197-aee6-32880a72bddc" ], "Server": [ "Microsoft-IIS/10.0" @@ -168,46 +168,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10792" + "1997" ], "x-ms-correlation-request-id": [ - "4f4455e7-88cf-4fbd-a00f-7c812e537ead" + "3cfd127e-0ba1-486e-b69a-74e756e30801" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121315Z:4f4455e7-88cf-4fbd-a00f-7c812e537ead" + "JIOINDIACENTRAL:20221212T090428Z:3cfd127e-0ba1-486e-b69a-74e756e30801" ], "Date": [ - "Thu, 20 Jan 2022 12:13:15 GMT" + "Mon, 12 Dec 2022 09:04:28 GMT" ], "Content-Length": [ - "1252" + "1277" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9827/providers/Microsoft.Network/trafficManagerProfiles/ps3906\",\r\n \"name\": \"ps3906\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Geographic\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3935\",\r\n \"fqdn\": \"ps3935.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"CheckingEndpoints\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9827/providers/Microsoft.Network/trafficManagerProfiles/ps3906/externalEndpoints/MyExternalEndpoint\",\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"RE\",\r\n \"RO\",\r\n \"RU\",\r\n \"RW\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9634/providers/Microsoft.Network/trafficManagerProfiles/ps8221\",\r\n \"name\": \"ps8221\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Geographic\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5876\",\r\n \"fqdn\": \"ps5876.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"CheckingEndpoints\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9634/providers/Microsoft.Network/trafficManagerProfiles/ps8221/externalEndpoints/MyExternalEndpoint\",\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"RE\",\r\n \"RO\",\r\n \"RU\",\r\n \"RW\"\r\n ],\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9827/providers/Microsoft.Network/trafficmanagerprofiles/ps3906?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTgyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM5MDY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9634/providers/Microsoft.Network/trafficmanagerprofiles/ps8221?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTYzNC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczgyMjE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48ef1d81-db32-4744-8d15-29250d48a513" + "3419c3f0-634f-485f-9921-ad2de44464c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -219,7 +219,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "48ef1d81-db32-4744-8d15-29250d48a513" + "3419c3f0-634f-485f-9921-ad2de44464c4" ], "Server": [ "Microsoft-IIS/10.0" @@ -231,44 +231,43 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10791" + "1996" ], "x-ms-correlation-request-id": [ - "674f33fc-7d01-42b6-9f6e-f2fd27140fd8" + "b3ff3fa3-d351-494c-82cf-fc0d4062787a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121316Z:674f33fc-7d01-42b6-9f6e-f2fd27140fd8" + "JIOINDIACENTRAL:20221212T090429Z:b3ff3fa3-d351-494c-82cf-fc0d4062787a" ], "Date": [ - "Thu, 20 Jan 2022 12:13:15 GMT" + "Mon, 12 Dec 2022 09:04:28 GMT" ], "Content-Length": [ - "1252" + "1277" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9827/providers/Microsoft.Network/trafficManagerProfiles/ps3906\",\r\n \"name\": \"ps3906\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Geographic\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3935\",\r\n \"fqdn\": \"ps3935.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"CheckingEndpoints\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9827/providers/Microsoft.Network/trafficManagerProfiles/ps3906/externalEndpoints/MyExternalEndpoint\",\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"RE\",\r\n \"RO\",\r\n \"RU\",\r\n \"RW\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9634/providers/Microsoft.Network/trafficManagerProfiles/ps8221\",\r\n \"name\": \"ps8221\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Geographic\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5876\",\r\n \"fqdn\": \"ps5876.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"CheckingEndpoints\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9634/providers/Microsoft.Network/trafficManagerProfiles/ps8221/externalEndpoints/MyExternalEndpoint\",\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"RE\",\r\n \"RO\",\r\n \"RU\",\r\n \"RW\"\r\n ],\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9827/providers/Microsoft.Network/trafficmanagerprofiles/ps3906?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTgyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM5MDY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9634/providers/Microsoft.Network/trafficmanagerprofiles/ps8221?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTYzNC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczgyMjE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Geographic\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3935\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps3906\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3900ad58-79ba-4383-9a0b-6f98d937f24a" + "88c4677e-a885-47b2-950d-76ed6c39bd78" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -277,6 +276,7 @@ "336" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Geographic\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5876\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps8221\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -288,7 +288,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3900ad58-79ba-4383-9a0b-6f98d937f24a" + "88c4677e-a885-47b2-950d-76ed6c39bd78" ], "Server": [ "Microsoft-IIS/10.0" @@ -300,16 +300,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10795" + "4499" ], "x-ms-correlation-request-id": [ - "39201cb5-f823-4b1e-a1dc-c09373d9af67" + "e2c35f07-38ec-430b-9bab-54b08994c11b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121312Z:39201cb5-f823-4b1e-a1dc-c09373d9af67" + "JIOINDIACENTRAL:20221212T090426Z:e2c35f07-38ec-430b-9bab-54b08994c11b" ], "Date": [ - "Thu, 20 Jan 2022 12:13:11 GMT" + "Mon, 12 Dec 2022 09:04:25 GMT" ], "Content-Length": [ "646" @@ -318,28 +318,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9827/providers/Microsoft.Network/trafficManagerProfiles/ps3906\",\r\n \"name\": \"ps3906\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Geographic\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3935\",\r\n \"fqdn\": \"ps3935.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9634/providers/Microsoft.Network/trafficManagerProfiles/ps8221\",\r\n \"name\": \"ps8221\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Geographic\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5876\",\r\n \"fqdn\": \"ps5876.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9827/providers/Microsoft.Network/trafficmanagerprofiles/ps3906/ExternalEndpoints/MyExternalEndpoint?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTgyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM5MDYvRXh0ZXJuYWxFbmRwb2ludHMvTXlFeHRlcm5hbEVuZHBvaW50P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9634/providers/Microsoft.Network/trafficmanagerprofiles/ps8221/ExternalEndpoints/MyExternalEndpoint?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTYzNC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczgyMjEvRXh0ZXJuYWxFbmRwb2ludHMvTXlFeHRlcm5hbEVuZHBvaW50P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fa656ba-08d6-473a-af80-d32770e78793" + "3f783b9f-73b8-43d9-a1b8-4b50b9bf2178" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -351,7 +351,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7fa656ba-08d6-473a-af80-d32770e78793" + "3f783b9f-73b8-43d9-a1b8-4b50b9bf2178" ], "Server": [ "Microsoft-IIS/10.0" @@ -362,17 +362,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "248" ], "x-ms-correlation-request-id": [ - "03603fa5-1b1d-41ef-8a70-8eb549b5d0e3" + "d36ab8df-18fe-409e-9a59-b02b66872da2" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121313Z:03603fa5-1b1d-41ef-8a70-8eb549b5d0e3" + "JIOINDIACENTRAL:20221212T090427Z:d36ab8df-18fe-409e-9a59-b02b66872da2" ], "Date": [ - "Thu, 20 Jan 2022 12:13:12 GMT" + "Mon, 12 Dec 2022 09:04:26 GMT" ], "Content-Length": [ "133" @@ -381,26 +381,25 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'myexternalendpoint' of type 'externalendpoints' does not exist in the profile 'ps3906'.\"\r\n}", + "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"The endpoint 'myexternalendpoint' of type 'externalendpoints' does not exist in the profile 'ps8221'.\"\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9827/providers/Microsoft.Network/trafficmanagerprofiles/ps3906/ExternalEndpoints/MyExternalEndpoint?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzOTgyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM5MDYvRXh0ZXJuYWxFbmRwb2ludHMvTXlFeHRlcm5hbEVuZHBvaW50P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9634/providers/Microsoft.Network/trafficmanagerprofiles/ps8221/ExternalEndpoints/MyExternalEndpoint?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTYzNC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczgyMjEvRXh0ZXJuYWxFbmRwb2ludHMvTXlFeHRlcm5hbEVuZHBvaW50P2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"geoMapping\": [\r\n \"RE\",\r\n \"RO\",\r\n \"RU\",\r\n \"RW\"\r\n ]\r\n },\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7fa656ba-08d6-473a-af80-d32770e78793" + "3f783b9f-73b8-43d9-a1b8-4b50b9bf2178" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -409,6 +408,7 @@ "281" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"geoMapping\": [\r\n \"RE\",\r\n \"RO\",\r\n \"RU\",\r\n \"RW\"\r\n ]\r\n },\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -420,7 +420,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7fa656ba-08d6-473a-af80-d32770e78793" + "3f783b9f-73b8-43d9-a1b8-4b50b9bf2178" ], "Server": [ "Microsoft-IIS/10.0" @@ -431,47 +431,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "247" ], "x-ms-correlation-request-id": [ - "4d620e91-ce6f-42f3-becb-69ec5665ab5b" + "143f1d8d-dce8-4ed7-88c2-04878ebfec60" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121314Z:4d620e91-ce6f-42f3-becb-69ec5665ab5b" + "JIOINDIACENTRAL:20221212T090427Z:143f1d8d-dce8-4ed7-88c2-04878ebfec60" ], "Date": [ - "Thu, 20 Jan 2022 12:13:14 GMT" + "Mon, 12 Dec 2022 09:04:27 GMT" ], "Content-Length": [ - "587" + "612" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps9827/providers/Microsoft.Network/trafficManagerProfiles/ps3906/externalEndpoints/MyExternalEndpoint\",\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"RE\",\r\n \"RO\",\r\n \"RU\",\r\n \"RW\"\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9634/providers/Microsoft.Network/trafficManagerProfiles/ps8221/externalEndpoints/MyExternalEndpoint\",\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"RE\",\r\n \"RO\",\r\n \"RU\",\r\n \"RW\"\r\n ],\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps9827?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzOTgyNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps9634?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzOTYzND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9a98f55-ab7c-4855-81aa-87598c7b8ea7" + "c71a564a-56f2-4cc5-8400-ec7d647945fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -480,22 +480,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14994" ], "x-ms-request-id": [ - "52ba3e70-159b-4a07-88b7-74523f27957c" + "52d85b6b-ab5c-4603-82b6-cbcc745ad05c" ], "x-ms-correlation-request-id": [ - "52ba3e70-159b-4a07-88b7-74523f27957c" + "52d85b6b-ab5c-4603-82b6-cbcc745ad05c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121319Z:52ba3e70-159b-4a07-88b7-74523f27957c" + "JIOINDIACENTRAL:20221212T090433Z:52d85b6b-ab5c-4603-82b6-cbcc745ad05c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,7 +504,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:13:18 GMT" + "Mon, 12 Dec 2022 09:04:32 GMT" ], "Expires": [ "-1" @@ -517,18 +517,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk16UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -537,22 +537,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11990" ], "x-ms-request-id": [ - "2b763d18-6a18-4339-8f9a-423e15022624" + "6e9b9248-1b31-4161-bf75-59f0263d2aab" ], "x-ms-correlation-request-id": [ - "2b763d18-6a18-4339-8f9a-423e15022624" + "6e9b9248-1b31-4161-bf75-59f0263d2aab" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121334Z:2b763d18-6a18-4339-8f9a-423e15022624" + "JIOINDIACENTRAL:20221212T090448Z:6e9b9248-1b31-4161-bf75-59f0263d2aab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -561,7 +561,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:13:34 GMT" + "Mon, 12 Dec 2022 09:04:48 GMT" ], "Expires": [ "-1" @@ -574,18 +574,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk16UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -594,22 +594,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11989" ], "x-ms-request-id": [ - "aa0a1d0d-9bef-4896-a556-6b882a91b995" + "ba8b0858-ff2e-40b3-b683-64d26b7484b3" ], "x-ms-correlation-request-id": [ - "aa0a1d0d-9bef-4896-a556-6b882a91b995" + "ba8b0858-ff2e-40b3-b683-64d26b7484b3" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121350Z:aa0a1d0d-9bef-4896-a556-6b882a91b995" + "JIOINDIACENTRAL:20221212T090504Z:ba8b0858-ff2e-40b3-b683-64d26b7484b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -618,7 +618,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:13:49 GMT" + "Mon, 12 Dec 2022 09:05:03 GMT" ], "Expires": [ "-1" @@ -631,18 +631,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk16UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -651,22 +651,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11988" ], "x-ms-request-id": [ - "60ec5b60-252d-4e52-8770-718c88ddd886" + "46103700-9999-4ab2-9a5a-9351ea66cee1" ], "x-ms-correlation-request-id": [ - "60ec5b60-252d-4e52-8770-718c88ddd886" + "46103700-9999-4ab2-9a5a-9351ea66cee1" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121406Z:60ec5b60-252d-4e52-8770-718c88ddd886" + "JIOINDIACENTRAL:20221212T090519Z:46103700-9999-4ab2-9a5a-9351ea66cee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -675,7 +675,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:14:06 GMT" + "Mon, 12 Dec 2022 09:05:19 GMT" ], "Expires": [ "-1" @@ -688,18 +688,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk16UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -708,22 +708,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11987" ], "x-ms-request-id": [ - "c149ef13-6881-4069-b1a1-c3661216fecd" + "5d2a0adb-92a1-46fc-83b6-e3806cd202bc" ], "x-ms-correlation-request-id": [ - "c149ef13-6881-4069-b1a1-c3661216fecd" + "5d2a0adb-92a1-46fc-83b6-e3806cd202bc" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121422Z:c149ef13-6881-4069-b1a1-c3661216fecd" + "JIOINDIACENTRAL:20221212T090535Z:5d2a0adb-92a1-46fc-83b6-e3806cd202bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -732,7 +732,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:14:22 GMT" + "Mon, 12 Dec 2022 09:05:34 GMT" ], "Expires": [ "-1" @@ -745,18 +745,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk16UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -765,22 +765,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11986" ], "x-ms-request-id": [ - "66d45e98-5e53-49e5-8e9f-47ed02e1b7a1" + "b31af65f-6efe-4af7-b954-9d4be01cc6b0" ], "x-ms-correlation-request-id": [ - "66d45e98-5e53-49e5-8e9f-47ed02e1b7a1" + "b31af65f-6efe-4af7-b954-9d4be01cc6b0" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121438Z:66d45e98-5e53-49e5-8e9f-47ed02e1b7a1" + "JIOINDIACENTRAL:20221212T090550Z:b31af65f-6efe-4af7-b954-9d4be01cc6b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -789,7 +789,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:14:37 GMT" + "Mon, 12 Dec 2022 09:05:50 GMT" ], "Expires": [ "-1" @@ -802,18 +802,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk16UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -822,22 +822,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11985" ], "x-ms-request-id": [ - "cff5a5ab-4b9b-4cad-8cb8-82c3eb600045" + "d6a51c29-7f8b-4df4-98f0-64d7cbdb5b4e" ], "x-ms-correlation-request-id": [ - "cff5a5ab-4b9b-4cad-8cb8-82c3eb600045" + "d6a51c29-7f8b-4df4-98f0-64d7cbdb5b4e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121454Z:cff5a5ab-4b9b-4cad-8cb8-82c3eb600045" + "JIOINDIACENTRAL:20221212T090606Z:d6a51c29-7f8b-4df4-98f0-64d7cbdb5b4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -846,7 +846,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:14:53 GMT" + "Mon, 12 Dec 2022 09:06:06 GMT" ], "Expires": [ "-1" @@ -859,18 +859,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk16UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -879,22 +879,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11984" ], "x-ms-request-id": [ - "4d580805-9a3c-4184-bc84-c1b66bc0675a" + "9c61ed26-eee8-4fd8-9d7a-2b6812da05df" ], "x-ms-correlation-request-id": [ - "4d580805-9a3c-4184-bc84-c1b66bc0675a" + "9c61ed26-eee8-4fd8-9d7a-2b6812da05df" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121509Z:4d580805-9a3c-4184-bc84-c1b66bc0675a" + "JIOINDIACENTRAL:20221212T090621Z:9c61ed26-eee8-4fd8-9d7a-2b6812da05df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -903,7 +903,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:15:08 GMT" + "Mon, 12 Dec 2022 09:06:21 GMT" ], "Expires": [ "-1" @@ -916,18 +916,75 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk16UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-request-id": [ + "3f9aa98d-96c0-4651-b6c1-f28d76d8f26b" + ], + "x-ms-correlation-request-id": [ + "3f9aa98d-96c0-4651-b6c1-f28d76d8f26b" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T090637Z:3f9aa98d-96c0-4651-b6c1-f28d76d8f26b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:06:36 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk16UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -936,16 +993,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11982" ], "x-ms-request-id": [ - "d04067e2-1a71-4c39-8d1f-aebc5e97bd36" + "7af235da-8cff-4d65-99aa-6d47b689cb23" ], "x-ms-correlation-request-id": [ - "d04067e2-1a71-4c39-8d1f-aebc5e97bd36" + "7af235da-8cff-4d65-99aa-6d47b689cb23" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121525Z:d04067e2-1a71-4c39-8d1f-aebc5e97bd36" + "JIOINDIACENTRAL:20221212T090652Z:7af235da-8cff-4d65-99aa-6d47b689cb23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -954,7 +1011,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:15:24 GMT" + "Mon, 12 Dec 2022 09:06:52 GMT" ], "Expires": [ "-1" @@ -967,18 +1024,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4MjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE1qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk16UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -987,16 +1044,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11981" ], "x-ms-request-id": [ - "fe345c22-5675-4829-ab26-5c836a22495b" + "185ba8ac-673a-48b2-88b3-44d04a6dc2e0" ], "x-ms-correlation-request-id": [ - "fe345c22-5675-4829-ab26-5c836a22495b" + "185ba8ac-673a-48b2-88b3-44d04a6dc2e0" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121526Z:fe345c22-5675-4829-ab26-5c836a22495b" + "JIOINDIACENTRAL:20221212T090653Z:185ba8ac-673a-48b2-88b3-44d04a6dc2e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1005,7 +1062,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:15:25 GMT" + "Mon, 12 Dec 2022 09:06:53 GMT" ], "Expires": [ "-1" @@ -1020,12 +1077,12 @@ ], "Names": { "Test-CrudWithEndpointGeo": [ - "ps3906", - "ps9827", - "ps3935" + "ps8221", + "ps9634", + "ps5876" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestListProfilesInResourceGroup.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestListProfilesInResourceGroup.json index 808fdc4d661e..c2e0e003fd54 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestListProfilesInResourceGroup.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestListProfilesInResourceGroup.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps6993?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNjk5Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps2761?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMjc2MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1d897f07-a57b-481a-b940-6e970428f169" + "85b76be2-fa9c-45c4-bb64-ef9633f15cda" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -36,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "8fbcb66b-4a04-4782-8591-170568242c5e" + "9692edd3-07f9-4329-b292-f0ea03650bcf" ], "x-ms-correlation-request-id": [ - "8fbcb66b-4a04-4782-8591-170568242c5e" + "9692edd3-07f9-4329-b292-f0ea03650bcf" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124037Z:8fbcb66b-4a04-4782-8591-170568242c5e" + "CENTRALINDIA:20221212T093350Z:9692edd3-07f9-4329-b292-f0ea03650bcf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:40:37 GMT" + "Mon, 12 Dec 2022 09:33:50 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6993\",\r\n \"name\": \"ps6993\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2761\",\r\n \"name\": \"ps2761\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6993/providers/Microsoft.Network/trafficmanagerprofiles/ps35?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjk5My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM1P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2761/providers/Microsoft.Network/trafficmanagerprofiles/ps9837?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjc2MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4Mzc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88848d41-0613-479a-916e-3a89e865c753" + "4155b552-82c8-4123-a5db-a3b0fdfe0614" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "9b2dee5b-07da-44e6-88c8-19cf72ee5ef4" + "a1623ebb-c7a0-4705-a714-7efed6cd455a" ], "x-ms-correlation-request-id": [ - "9b2dee5b-07da-44e6-88c8-19cf72ee5ef4" + "a1623ebb-c7a0-4705-a714-7efed6cd455a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124038Z:9b2dee5b-07da-44e6-88c8-19cf72ee5ef4" + "CENTRALINDIA:20221212T093351Z:a1623ebb-c7a0-4705-a714-7efed6cd455a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:40:38 GMT" + "Mon, 12 Dec 2022 09:33:50 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,37 +120,37 @@ "-1" ], "Content-Length": [ - "223" + "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps35' under resource group 'ps6993' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps9837' under resource group 'ps2761' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6993/providers/Microsoft.Network/trafficmanagerprofiles/ps35?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjk5My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM1P2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2761/providers/Microsoft.Network/trafficmanagerprofiles/ps9837?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjc2MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk4Mzc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps6478\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps35\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "88848d41-0613-479a-916e-3a89e865c753" + "4155b552-82c8-4123-a5db-a3b0fdfe0614" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "335" + "337" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps7235\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps9837\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "88848d41-0613-479a-916e-3a89e865c753" + "4155b552-82c8-4123-a5db-a3b0fdfe0614" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,46 +174,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "06d3c03d-03a1-43a2-9c24-944ccddb6905" + "c20e7c90-5614-464d-89be-7cc4ff76c7fd" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124049Z:06d3c03d-03a1-43a2-9c24-944ccddb6905" + "CENTRALINDIA:20221212T093358Z:c20e7c90-5614-464d-89be-7cc4ff76c7fd" ], "Date": [ - "Thu, 20 Jan 2022 12:40:49 GMT" + "Mon, 12 Dec 2022 09:33:57 GMT" ], "Content-Length": [ - "643" + "647" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6993/providers/Microsoft.Network/trafficManagerProfiles/ps35\",\r\n \"name\": \"ps35\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps6478\",\r\n \"fqdn\": \"ps6478.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2761/providers/Microsoft.Network/trafficManagerProfiles/ps9837\",\r\n \"name\": \"ps9837\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps7235\",\r\n \"fqdn\": \"ps7235.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6993/providers/Microsoft.Network/trafficmanagerprofiles?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjk5My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcz9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2761/providers/Microsoft.Network/trafficmanagerprofiles?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjc2MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcz9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a25e1c3b-a192-4b5d-a145-4bc056d7934b" + "40b2a434-19ac-4770-bd02-d397e3f07dbe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a25e1c3b-a192-4b5d-a145-4bc056d7934b" + "40b2a434-19ac-4770-bd02-d397e3f07dbe" ], "Server": [ "Microsoft-IIS/10.0" @@ -237,46 +237,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "1999" ], "x-ms-correlation-request-id": [ - "2d660ecc-663f-4dfc-83eb-887c05d9c4d9" + "cb9b7d1a-a549-4f45-a832-a1250b32b31a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124049Z:2d660ecc-663f-4dfc-83eb-887c05d9c4d9" + "CENTRALINDIA:20221212T093359Z:cb9b7d1a-a549-4f45-a832-a1250b32b31a" ], "Date": [ - "Thu, 20 Jan 2022 12:40:49 GMT" + "Mon, 12 Dec 2022 09:33:59 GMT" ], "Content-Length": [ - "659" + "669" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6993/providers/Microsoft.Network/trafficManagerProfiles/ps35\",\r\n \"name\": \"ps35\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps6478\",\r\n \"fqdn\": \"ps6478.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2761/providers/Microsoft.Network/trafficManagerProfiles/ps9837\",\r\n \"name\": \"ps9837\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps7235\",\r\n \"fqdn\": \"ps7235.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps6993?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNjk5Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps2761?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMjc2MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7664034-8ae6-43d0-a094-421cd93753c4" + "39bb8dfa-f0fc-45d5-b667-b8cae655fed4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -285,22 +285,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14998" ], "x-ms-request-id": [ - "ee402455-87d6-4bcf-8df4-70ff65a890a9" + "deaf6297-5330-44ac-a2f5-bc78592358ac" ], "x-ms-correlation-request-id": [ - "ee402455-87d6-4bcf-8df4-70ff65a890a9" + "deaf6297-5330-44ac-a2f5-bc78592358ac" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124052Z:ee402455-87d6-4bcf-8df4-70ff65a890a9" + "CENTRALINDIA:20221212T093407Z:deaf6297-5330-44ac-a2f5-bc78592358ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -309,7 +309,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:40:51 GMT" + "Mon, 12 Dec 2022 09:34:07 GMT" ], "Expires": [ "-1" @@ -322,18 +322,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -342,7 +342,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -351,13 +351,13 @@ "11999" ], "x-ms-request-id": [ - "861506f0-ff01-4934-b44c-85c9e173f40a" + "3266490b-8ecf-46aa-99e8-881bf5845963" ], "x-ms-correlation-request-id": [ - "861506f0-ff01-4934-b44c-85c9e173f40a" + "3266490b-8ecf-46aa-99e8-881bf5845963" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124107Z:861506f0-ff01-4934-b44c-85c9e173f40a" + "CENTRALINDIA:20221212T093423Z:3266490b-8ecf-46aa-99e8-881bf5845963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -366,7 +366,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:41:07 GMT" + "Mon, 12 Dec 2022 09:34:22 GMT" ], "Expires": [ "-1" @@ -379,18 +379,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -399,7 +399,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -408,13 +408,13 @@ "11998" ], "x-ms-request-id": [ - "7ffb59a4-dd63-4f95-9d0f-7b75467d2116" + "81a1698b-08d5-42e0-82d2-4d35b7db232d" ], "x-ms-correlation-request-id": [ - "7ffb59a4-dd63-4f95-9d0f-7b75467d2116" + "81a1698b-08d5-42e0-82d2-4d35b7db232d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124123Z:7ffb59a4-dd63-4f95-9d0f-7b75467d2116" + "CENTRALINDIA:20221212T093438Z:81a1698b-08d5-42e0-82d2-4d35b7db232d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -423,7 +423,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:41:22 GMT" + "Mon, 12 Dec 2022 09:34:38 GMT" ], "Expires": [ "-1" @@ -436,18 +436,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -456,7 +456,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -465,13 +465,13 @@ "11997" ], "x-ms-request-id": [ - "c6e9486f-6be1-4669-81da-4464e92d3a05" + "19dba585-c5b5-4a29-9ac5-0bf3a9402355" ], "x-ms-correlation-request-id": [ - "c6e9486f-6be1-4669-81da-4464e92d3a05" + "19dba585-c5b5-4a29-9ac5-0bf3a9402355" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124138Z:c6e9486f-6be1-4669-81da-4464e92d3a05" + "CENTRALINDIA:20221212T093454Z:19dba585-c5b5-4a29-9ac5-0bf3a9402355" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -480,64 +480,10 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:41:38 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-request-id": [ - "4711bf94-560a-4617-8fd3-72e926728fc9" - ], - "x-ms-correlation-request-id": [ - "4711bf94-560a-4617-8fd3-72e926728fc9" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124154Z:4711bf94-560a-4617-8fd3-72e926728fc9" + "Mon, 12 Dec 2022 09:34:53 GMT" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:41:54 GMT" + "Connection": [ + "close" ], "Expires": [ "-1" @@ -550,75 +496,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "a18d1e2d-db0c-46f4-a847-077915336054" - ], - "x-ms-correlation-request-id": [ - "a18d1e2d-db0c-46f4-a847-077915336054" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124210Z:a18d1e2d-db0c-46f4-a847-077915336054" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:42:09 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -627,22 +516,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11964" ], "x-ms-request-id": [ - "c6c60e4f-3112-4073-ac21-1a723f1338a0" + "e6f11452-5663-4991-bde2-31fdf0cb05f7" ], "x-ms-correlation-request-id": [ - "c6c60e4f-3112-4073-ac21-1a723f1338a0" + "e6f11452-5663-4991-bde2-31fdf0cb05f7" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124225Z:c6c60e4f-3112-4073-ac21-1a723f1338a0" + "JIOINDIACENTRAL:20221212T093510Z:e6f11452-5663-4991-bde2-31fdf0cb05f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -651,7 +540,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:42:25 GMT" + "Mon, 12 Dec 2022 09:35:10 GMT" ], "Expires": [ "-1" @@ -664,75 +553,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-request-id": [ - "d841b566-1056-4317-802a-9a65afba46ec" - ], - "x-ms-correlation-request-id": [ - "d841b566-1056-4317-802a-9a65afba46ec" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124241Z:d841b566-1056-4317-802a-9a65afba46ec" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:42:41 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -741,22 +573,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11963" ], "x-ms-request-id": [ - "1beb815a-bcd2-4c89-bed4-8d8b7f9d9337" + "680c5e11-3c0d-4a3d-84bc-fd5cd39705ee" ], "x-ms-correlation-request-id": [ - "1beb815a-bcd2-4c89-bed4-8d8b7f9d9337" + "680c5e11-3c0d-4a3d-84bc-fd5cd39705ee" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124257Z:1beb815a-bcd2-4c89-bed4-8d8b7f9d9337" + "JIOINDIACENTRAL:20221212T093526Z:680c5e11-3c0d-4a3d-84bc-fd5cd39705ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -765,7 +597,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:42:57 GMT" + "Mon, 12 Dec 2022 09:35:25 GMT" ], "Expires": [ "-1" @@ -778,75 +610,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-request-id": [ - "2af5cd56-1430-4a34-8351-db37d608856c" - ], - "x-ms-correlation-request-id": [ - "2af5cd56-1430-4a34-8351-db37d608856c" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124313Z:2af5cd56-1430-4a34-8351-db37d608856c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:43:12 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -855,22 +630,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11962" ], "x-ms-request-id": [ - "fa61a270-0a29-445b-8c71-8000bebd884c" + "55bb7638-e280-48e1-bcaf-9edfc3b75715" ], "x-ms-correlation-request-id": [ - "fa61a270-0a29-445b-8c71-8000bebd884c" + "55bb7638-e280-48e1-bcaf-9edfc3b75715" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124329Z:fa61a270-0a29-445b-8c71-8000bebd884c" + "JIOINDIACENTRAL:20221212T093541Z:55bb7638-e280-48e1-bcaf-9edfc3b75715" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -879,7 +654,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:43:28 GMT" + "Mon, 12 Dec 2022 09:35:41 GMT" ], "Expires": [ "-1" @@ -892,18 +667,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -912,22 +687,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11961" ], "x-ms-request-id": [ - "1334a2ea-bc1c-4528-a240-bce7ee5081dd" + "194da021-497d-4f46-ad2b-50124bc2c8a2" ], "x-ms-correlation-request-id": [ - "1334a2ea-bc1c-4528-a240-bce7ee5081dd" + "194da021-497d-4f46-ad2b-50124bc2c8a2" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124344Z:1334a2ea-bc1c-4528-a240-bce7ee5081dd" + "JIOINDIACENTRAL:20221212T093557Z:194da021-497d-4f46-ad2b-50124bc2c8a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -936,7 +711,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:43:44 GMT" + "Mon, 12 Dec 2022 09:35:56 GMT" ], "Expires": [ "-1" @@ -949,18 +724,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -969,16 +744,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11960" ], "x-ms-request-id": [ - "78cd3ac2-ae92-46e4-8396-dda7eaf54942" + "2870d6ce-6acc-43ad-9366-15b11e8d5634" ], "x-ms-correlation-request-id": [ - "78cd3ac2-ae92-46e4-8396-dda7eaf54942" + "2870d6ce-6acc-43ad-9366-15b11e8d5634" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124400Z:78cd3ac2-ae92-46e4-8396-dda7eaf54942" + "JIOINDIACENTRAL:20221212T093612Z:2870d6ce-6acc-43ad-9366-15b11e8d5634" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -987,7 +762,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:43:59 GMT" + "Mon, 12 Dec 2022 09:36:12 GMT" ], "Expires": [ "-1" @@ -1000,18 +775,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1020,16 +795,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11959" ], "x-ms-request-id": [ - "72b1c423-0379-492b-8ade-6a2a5b59bf55" + "d47931fc-69ec-4f18-b04f-0c892b8f7ee0" ], "x-ms-correlation-request-id": [ - "72b1c423-0379-492b-8ade-6a2a5b59bf55" + "d47931fc-69ec-4f18-b04f-0c892b8f7ee0" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124400Z:72b1c423-0379-492b-8ade-6a2a5b59bf55" + "JIOINDIACENTRAL:20221212T093613Z:d47931fc-69ec-4f18-b04f-0c892b8f7ee0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1038,7 +813,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:44:00 GMT" + "Mon, 12 Dec 2022 09:36:13 GMT" ], "Expires": [ "-1" @@ -1053,12 +828,12 @@ ], "Names": { "Test-ListProfilesInResourceGroup": [ - "ps35", - "ps6993", - "ps6478" + "ps9837", + "ps2761", + "ps7235" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestListProfilesInSubscription.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestListProfilesInSubscription.json index 7d76d2d58875..b5bcdb0322a6 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestListProfilesInSubscription.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestListProfilesInSubscription.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps6881?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNjg4MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps2431?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMjQzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "78c29dd8-9808-4d8d-bfcf-246bf7331b23" + "23350d6d-3afb-4326-b2a5-495e80bc8776" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -36,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "4a788c0d-02dc-437e-8b01-751e641d0493" + "fb17b20a-eb23-4ea1-ab2c-5ab6346128a4" ], "x-ms-correlation-request-id": [ - "4a788c0d-02dc-437e-8b01-751e641d0493" + "fb17b20a-eb23-4ea1-ab2c-5ab6346128a4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120603Z:4a788c0d-02dc-437e-8b01-751e641d0493" + "CENTRALINDIA:20221212T085933Z:fb17b20a-eb23-4ea1-ab2c-5ab6346128a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:06:02 GMT" + "Mon, 12 Dec 2022 08:59:32 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6881\",\r\n \"name\": \"ps6881\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2431\",\r\n \"name\": \"ps2431\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6881/providers/Microsoft.Network/trafficmanagerprofiles/ps1348?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjg4MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczEzNDg/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2431/providers/Microsoft.Network/trafficmanagerprofiles/ps9484?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjQzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk0ODQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ddaae8e1-c309-4b2e-a021-29471597762b" + "cd2a15d7-06c0-4244-aad1-51637eaaa21b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "a1a9762f-5855-41bc-afdd-816c52c18013" + "6b7cd022-ac10-4f22-bc09-3e71f01ddd79" ], "x-ms-correlation-request-id": [ - "a1a9762f-5855-41bc-afdd-816c52c18013" + "6b7cd022-ac10-4f22-bc09-3e71f01ddd79" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120605Z:a1a9762f-5855-41bc-afdd-816c52c18013" + "CENTRALINDIA:20221212T085934Z:6b7cd022-ac10-4f22-bc09-3e71f01ddd79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:06:05 GMT" + "Mon, 12 Dec 2022 08:59:34 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,26 +123,25 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps1348' under resource group 'ps6881' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps9484' under resource group 'ps2431' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6881/providers/Microsoft.Network/trafficmanagerprofiles/ps1348?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjg4MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczEzNDg/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2431/providers/Microsoft.Network/trafficmanagerprofiles/ps9484?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjQzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk0ODQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4760\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps1348\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ddaae8e1-c309-4b2e-a021-29471597762b" + "cd2a15d7-06c0-4244-aad1-51637eaaa21b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -151,6 +150,7 @@ "337" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8070\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps9484\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ddaae8e1-c309-4b2e-a021-29471597762b" + "cd2a15d7-06c0-4244-aad1-51637eaaa21b" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,16 +174,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "4499" ], "x-ms-correlation-request-id": [ - "2d8dfe5f-a770-4ac7-8395-aa722152e8a4" + "05c37bcf-d7aa-40f8-8567-ed67e7ccf434" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120611Z:2d8dfe5f-a770-4ac7-8395-aa722152e8a4" + "CENTRALINDIA:20221212T085943Z:05c37bcf-d7aa-40f8-8567-ed67e7ccf434" ], "Date": [ - "Thu, 20 Jan 2022 12:06:11 GMT" + "Mon, 12 Dec 2022 08:59:42 GMT" ], "Content-Length": [ "647" @@ -192,28 +192,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6881/providers/Microsoft.Network/trafficManagerProfiles/ps1348\",\r\n \"name\": \"ps1348\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4760\",\r\n \"fqdn\": \"ps4760.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2431/providers/Microsoft.Network/trafficManagerProfiles/ps9484\",\r\n \"name\": \"ps9484\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8070\",\r\n \"fqdn\": \"ps8070.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/providers/Microsoft.Network/trafficmanagerprofiles?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/providers/Microsoft.Network/trafficmanagerprofiles?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMjItMDQtMDEtcHJldmlldw==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bbdc0580-9fde-4c2b-a4e3-b1bc65000148" + "42f24315-43b8-414f-84b2-ef75561cd784" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bbdc0580-9fde-4c2b-a4e3-b1bc65000148" + "42f24315-43b8-414f-84b2-ef75561cd784" ], "Server": [ "Microsoft-IIS/10.0" @@ -237,46 +237,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10796" + "1998" ], "x-ms-correlation-request-id": [ - "46802969-71e0-4e3f-bf7e-cd3a3f89c3ed" + "99bf08a6-92ac-43d7-a4c1-94bc2e395b60" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120612Z:46802969-71e0-4e3f-bf7e-cd3a3f89c3ed" + "CENTRALINDIA:20221212T085944Z:99bf08a6-92ac-43d7-a4c1-94bc2e395b60" ], "Date": [ - "Thu, 20 Jan 2022 12:06:12 GMT" + "Mon, 12 Dec 2022 08:59:44 GMT" ], "Content-Length": [ - "46929" + "669" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/aliastest/providers/Microsoft.Network/trafficManagerProfiles/aliastestprofilev4\",\r\n \"name\": \"aliastestprofilev4\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"aliastestprofilev4\",\r\n \"fqdn\": \"aliastestprofilev4.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": 2\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/aliastest/providers/Microsoft.Network/trafficManagerProfiles/aliastmtestipv6\",\r\n \"name\": \"aliastmtestipv6\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"MultiValue\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"aliastmtestipv6\",\r\n \"fqdn\": \"aliastmtestipv6.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"customHeaders\": [],\r\n \"expectedStatusCodeRanges\": []\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": 2\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/aliastest/providers/Microsoft.Network/trafficManagerProfiles/simplealiastest\",\r\n \"name\": \"simplealiastest\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"simplealiastest\",\r\n \"fqdn\": \"simplealiastest.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"customHeaders\": [],\r\n \"expectedStatusCodeRanges\": []\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/aliastest/providers/Microsoft.Network/trafficManagerProfiles/simplealiastest/nestedEndpoints/allonce\",\r\n \"name\": \"allonce\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/dns-portal-ux/providers/Microsoft.Network/trafficManagerProfiles/testingforportalarg\",\r\n \"target\": \"testingforportalarg.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 4,\r\n \"endpointLocation\": \"East Asia\",\r\n \"minChildEndpoints\": 1,\r\n \"minChildEndpointsIPv4\": 1,\r\n \"minChildEndpointsIPv6\": 1,\r\n \"customHeaders\": [],\r\n \"subnets\": []\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/aliastest/providers/Microsoft.Network/trafficManagerProfiles/simplealiastest/nestedEndpoints/test\",\r\n \"name\": \"test\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/aliastest/providers/Microsoft.Network/trafficManagerProfiles/aliastmtestipv6\",\r\n \"target\": \"aliastmtestipv6.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 5,\r\n \"endpointLocation\": \"East Asia\",\r\n \"minChildEndpoints\": 1,\r\n \"minChildEndpointsIPv4\": 2,\r\n \"minChildEndpointsIPv6\": 20\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/aliastest/providers/Microsoft.Network/trafficManagerProfiles/test123wsx\",\r\n \"name\": \"test123wsx\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"test123wsx\",\r\n \"fqdn\": \"test123wsx.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/arun-billingtest/providers/Microsoft.Network/trafficManagerProfiles/neha\",\r\n \"name\": \"neha\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"neha\",\r\n \"fqdn\": \"neha.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/arun-billingtest/providers/Microsoft.Network/trafficManagerProfiles/neha/externalEndpoints/google\",\r\n \"name\": \"google\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"google.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"East Asia\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/arun-billingtest/providers/Microsoft.Network/trafficManagerProfiles/neha/externalEndpoints/microsoft\",\r\n \"name\": \"microsoft\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"microsoft.com\",\r\n \"weight\": 1,\r\n \"priority\": 2,\r\n \"endpointLocation\": \"East Asia\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/atmtest/providers/Microsoft.Network/trafficManagerProfiles/testcnamechain\",\r\n \"name\": \"testcnamechain\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"testcnamechain\",\r\n \"fqdn\": \"testcnamechain.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/atmtest/providers/Microsoft.Network/trafficManagerProfiles/testcnamechain/externalEndpoints/ext1\",\r\n \"name\": \"ext1\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"1.1.1.1\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"East Asia\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/azure-rg-vamsa-portal/providers/Microsoft.Network/trafficManagerProfiles/vamsa-tm-1\",\r\n \"name\": \"vamsa-tm-1\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"vamsa-tm-1\",\r\n \"fqdn\": \"vamsa-tm-1.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"customHeaders\": [],\r\n \"expectedStatusCodeRanges\": []\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/azure-rg-vamsa-portal/providers/Microsoft.Network/trafficManagerProfiles/vamsa-tm-2\",\r\n \"name\": \"vamsa-tm-2\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"vamsa-tm-2\",\r\n \"fqdn\": \"vamsa-tm-2.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/dns-portal-ux/providers/Microsoft.Network/trafficManagerProfiles/geotestvvv\",\r\n \"name\": \"geotestvvv\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"geotestvvv\",\r\n \"fqdn\": \"geotestvvv.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/dns-portal-ux/providers/Microsoft.Network/trafficManagerProfiles/geotestvvv/azureEndpoints/test\",\r\n \"name\": \"test\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/azureEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/dns-rhc-test/providers/Microsoft.Network/publicIPAddresses/PublicIP-LB-FE\",\r\n \"target\": \"rhctestsfcluster.westus.cloudapp.azure.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/dns-portal-ux/providers/Microsoft.Network/trafficManagerProfiles/geotestvvv/azureEndpoints/testdsafdsa\",\r\n \"name\": \"testdsafdsa\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/azureEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/neha-deploy/providers/Microsoft.ClassicCompute/domainNames/dnsmonitor07092021\",\r\n \"target\": \"dnsmonitor07092021.cloudapp.net\",\r\n \"weight\": 1,\r\n \"priority\": 2,\r\n \"endpointLocation\": \"East US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/dns-portal-ux/providers/Microsoft.Network/trafficManagerProfiles/geotestvvv/azureEndpoints/testname\",\r\n \"name\": \"testname\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/azureEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/neha-dnsmon/providers/Microsoft.Network/publicIPAddresses/1dd3a59e-2538-47e4-af2c-0b7c8dff0e71-azurebatch-cloudservicepublicip\",\r\n \"target\": \"dns1dd3a59e-2538-47e4-af2c-0b7c8dff0e71-azurebatch-cloudservice.eastus.cloudapp.azure.com\",\r\n \"weight\": 1,\r\n \"priority\": 3,\r\n \"endpointLocation\": \"East US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/dns-portal-ux/providers/Microsoft.Network/trafficManagerProfiles/geotestvvv/externalEndpoints/asdd\",\r\n \"name\": \"asdd\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"dss.fd\",\r\n \"weight\": 4,\r\n \"priority\": 4,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/dns-portal-ux/providers/Microsoft.Network/trafficManagerProfiles/nestedpowershell\",\r\n \"name\": \"nestedpowershell\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"MultiValue\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"nestedpowershell\",\r\n \"fqdn\": \"nestedpowershell.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": 2\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/dns-portal-ux/providers/Microsoft.Network/trafficManagerProfiles/sdkupdate-v8\",\r\n \"name\": \"sdkupdate-v8\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"sdkupdate.v8\",\r\n \"fqdn\": \"sdkupdate.v8.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/dns-portal-ux/providers/Microsoft.Network/trafficManagerProfiles/sdkupdate-v8/nestedEndpoints/nested1\",\r\n \"name\": \"nested1\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/portal-new/providers/Microsoft.Network/trafficManagerProfiles/sdkv99\",\r\n \"target\": \"sdkv99.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"East Asia\",\r\n \"minChildEndpoints\": 1,\r\n \"minChildEndpointsIPv4\": 0,\r\n \"minChildEndpointsIPv6\": 0\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/dns-portal-ux/providers/Microsoft.Network/trafficManagerProfiles/sdkv9\",\r\n \"name\": \"sdkv9\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"sdkv9\",\r\n \"fqdn\": \"sdkv9.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/dns-portal-ux/providers/Microsoft.Network/trafficManagerProfiles/stagingv8\",\r\n \"name\": \"stagingv8\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"stagingv8\",\r\n \"fqdn\": \"stagingv8.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/dns-portal-ux/providers/Microsoft.Network/trafficManagerProfiles/stagingv8/azureEndpoints/testendpoint\",\r\n \"name\": \"testendpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/azureEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/neha-deploy/providers/Microsoft.ClassicCompute/domainNames/dnsmonitor07092021\",\r\n \"target\": \"dnsmonitor07092021.cloudapp.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"East US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/dns-portal-ux/providers/Microsoft.Network/trafficManagerProfiles/testingforportalarg\",\r\n \"name\": \"testingforportalarg\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"MultiValue\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"testingforportalarg\",\r\n \"fqdn\": \"testingforportalarg.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": 4\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/lechaotest/providers/Microsoft.Network/trafficManagerProfiles/lechaotest1\",\r\n \"name\": \"lechaotest1\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"MultiValue\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"lechaotest1\",\r\n \"fqdn\": \"lechaotest1.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTPS\",\r\n \"port\": 443,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"customHeaders\": [],\r\n \"expectedStatusCodeRanges\": []\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/lechaotest/providers/Microsoft.Network/trafficManagerProfiles/lechaotest1/externalEndpoints/endpoint1\",\r\n \"name\": \"endpoint1\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"104.215.148.63\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": [],\r\n \"subnets\": []\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/lechaotest/providers/Microsoft.Network/trafficManagerProfiles/lechaotest1/externalEndpoints/endpoint2\",\r\n \"name\": \"endpoint2\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"40.76.4.15\",\r\n \"weight\": 1,\r\n \"priority\": 2,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": [],\r\n \"subnets\": []\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/lechaotest/providers/Microsoft.Network/trafficManagerProfiles/lechaotest1/externalEndpoints/endpoint3\",\r\n \"name\": \"endpoint3\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"40.112.72.205\",\r\n \"weight\": 1,\r\n \"priority\": 3,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": [],\r\n \"subnets\": []\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/lechaotest/providers/Microsoft.Network/trafficManagerProfiles/lechaotest1/externalEndpoints/endpoint4\",\r\n \"name\": \"endpoint4\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"40.113.200.201\",\r\n \"weight\": 1,\r\n \"priority\": 4,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": [],\r\n \"subnets\": []\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/lechaotest/providers/Microsoft.Network/trafficManagerProfiles/lechaotest1/externalEndpoints/endpoint5\",\r\n \"name\": \"endpoint5\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"13.77.161.179\",\r\n \"weight\": 1,\r\n \"priority\": 5,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": [],\r\n \"subnets\": []\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/lechaotest/providers/Microsoft.Network/trafficManagerProfiles/lechaotest1/externalEndpoints/endpoint6\",\r\n \"name\": \"endpoint6\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"172.217.14.206\",\r\n \"weight\": 1,\r\n \"priority\": 6,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": [],\r\n \"subnets\": []\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/lechaotest/providers/Microsoft.Network/trafficManagerProfiles/lechaotest1/externalEndpoints/endpoint7\",\r\n \"name\": \"endpoint7\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"54.239.28.85\",\r\n \"weight\": 1,\r\n \"priority\": 7,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": [],\r\n \"subnets\": []\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/lechaotest/providers/Microsoft.Network/trafficManagerProfiles/lechaotest1/externalEndpoints/endpoint8\",\r\n \"name\": \"endpoint8\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"176.32.103.205\",\r\n \"weight\": 1,\r\n \"priority\": 8,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": [],\r\n \"subnets\": []\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": 8\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/lizhu-testbilling/providers/Microsoft.Network/trafficManagerProfiles/testbillings\",\r\n \"name\": \"testbillings\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"testbillings\",\r\n \"fqdn\": \"testbillings.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/lizhu-testbilling/providers/Microsoft.Network/trafficManagerProfiles/testbillings/externalEndpoints/www.microsoft.com\",\r\n \"name\": \"www.microsoft.com\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"www.microsoft.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"East Asia\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/neha-deploy/providers/Microsoft.Network/trafficManagerProfiles/DNSMonitor\",\r\n \"name\": \"DNSMonitor\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Geographic\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"dnsmonitor07092021\",\r\n \"fqdn\": \"dnsmonitor07092021.trafficmanager.net\",\r\n \"ttl\": 30\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTPS\",\r\n \"port\": 443,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"expectedStatusCodeRanges\": [\r\n {\r\n \"min\": 200,\r\n \"max\": 202\r\n },\r\n {\r\n \"min\": 301,\r\n \"max\": 302\r\n }\r\n ]\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/neha-deploy/providers/Microsoft.Network/trafficManagerProfiles/DNSMonitor/externalEndpoints/ep1\",\r\n \"name\": \"ep1\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"www.microsoft.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"IN\"\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/neha-deploy/providers/Microsoft.Network/trafficManagerProfiles/DNSMonitor/externalEndpoints/ep2\",\r\n \"name\": \"ep2\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"www.google.com\",\r\n \"weight\": 1,\r\n \"priority\": 2,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"US\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/new-portalsdk9/providers/Microsoft.Network/trafficManagerProfiles/testingforafd\",\r\n \"name\": \"testingforafd\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"testingforafd\",\r\n \"fqdn\": \"testingforafd.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/portal-new/providers/Microsoft.Network/trafficManagerProfiles/sdkv99\",\r\n \"name\": \"sdkv99\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Geographic\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"sdkv99\",\r\n \"fqdn\": \"sdkv99.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/portal-new/providers/Microsoft.Network/trafficManagerProfiles/sdkv99/azureEndpoints/test\",\r\n \"name\": \"test\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/azureEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/neha-deploy/providers/Microsoft.ClassicCompute/domainNames/dnsmonitor07092021\",\r\n \"target\": \"dnsmonitor07092021.cloudapp.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"East US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"BA\",\r\n \"IN\",\r\n \"SY\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Enabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/portal-new/providers/Microsoft.Network/trafficManagerProfiles/testgeosdkv8\",\r\n \"name\": \"testgeosdkv8\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Geographic\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"testgeosdkv8\",\r\n \"fqdn\": \"testgeosdkv8.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/portal-new/providers/Microsoft.Network/trafficManagerProfiles/testgeosdkv8/azureEndpoints/test\",\r\n \"name\": \"test\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/azureEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/neha-deploy/providers/Microsoft.ClassicCompute/domainNames/dnsmonitor07092021\",\r\n \"target\": \"dnsmonitor07092021.cloudapp.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"East US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"BI\",\r\n \"BT\",\r\n \"IN\"\r\n ],\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"host\",\r\n \"value\": \"contoso.com\"\r\n },\r\n {\r\n \"name\": \"customheader\",\r\n \"value\": \"contoso\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/portalv9/providers/Microsoft.Network/trafficManagerProfiles/weightedv8\",\r\n \"name\": \"weightedv8\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"weightedv8\",\r\n \"fqdn\": \"weightedv8.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"host\",\r\n \"value\": \"contoso.com\"\r\n },\r\n {\r\n \"name\": \"newheader\",\r\n \"value\": \"newvalue\"\r\n }\r\n ],\r\n \"expectedStatusCodeRanges\": [\r\n {\r\n \"min\": 301,\r\n \"max\": 302\r\n }\r\n ]\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/portalv9/providers/Microsoft.Network/trafficManagerProfiles/weightedv8/azureEndpoints/azendpoint\",\r\n \"name\": \"azendpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/azureEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/neha-deploy/providers/Microsoft.ClassicCompute/domainNames/dnsmonitor07092021\",\r\n \"target\": \"dnsmonitor07092021.cloudapp.net\",\r\n \"weight\": 20,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"East US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": [\r\n {\r\n \"name\": \"host\",\r\n \"value\": \"contoso.com\"\r\n },\r\n {\r\n \"name\": \"customheader\",\r\n \"value\": \"contoso1\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4469/providers/Microsoft.Network/trafficManagerProfiles/ps7520\",\r\n \"name\": \"ps7520\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps6901\",\r\n \"fqdn\": \"ps6901.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps4469/providers/Microsoft.Network/trafficManagerProfiles/ps7520/externalEndpoints/ps8590\",\r\n \"name\": \"ps8590\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"West US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6881/providers/Microsoft.Network/trafficManagerProfiles/ps1348\",\r\n \"name\": \"ps1348\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4760\",\r\n \"fqdn\": \"ps4760.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/raghosal-test/providers/Microsoft.Network/trafficManagerProfiles/child\",\r\n \"name\": \"child\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"child\",\r\n \"fqdn\": \"child.trafficmanager.net\",\r\n \"ttl\": 30\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/raghosal-test/providers/Microsoft.Network/trafficManagerProfiles/child1\",\r\n \"name\": \"child1\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"child1\",\r\n \"fqdn\": \"child1.trafficmanager.net\",\r\n \"ttl\": 30\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/raghosal-test/providers/Microsoft.Network/trafficManagerProfiles/child2\",\r\n \"name\": \"child2\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"child2\",\r\n \"fqdn\": \"child2.trafficmanager.net\",\r\n \"ttl\": 30\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/raghosal-test/providers/Microsoft.Network/trafficManagerProfiles/parent\",\r\n \"name\": \"parent\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"parent555\",\r\n \"fqdn\": \"parent555.trafficmanager.net\",\r\n \"ttl\": 30\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/raghosal-test/providers/Microsoft.Network/trafficManagerProfiles/parent/nestedEndpoints/child\",\r\n \"name\": \"child\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/raghosal-test/providers/Microsoft.Network/trafficManagerProfiles/powershellTest\",\r\n \"target\": \"contoso.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"East Asia\",\r\n \"minChildEndpoints\": 2,\r\n \"minChildEndpointsIPv4\": 0,\r\n \"minChildEndpointsIPv6\": 0\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/raghosal-test/providers/Microsoft.Network/trafficManagerProfiles/parent1\",\r\n \"name\": \"parent1\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"parent1\",\r\n \"fqdn\": \"parent1.trafficmanager.net\",\r\n \"ttl\": 30\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/raghosal-test/providers/Microsoft.Network/trafficManagerProfiles/parent1/nestedEndpoints/child-endpoint\",\r\n \"name\": \"child-endpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/raghosal-test/providers/Microsoft.Network/trafficManagerProfiles/child1\",\r\n \"target\": \"child1.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": 2,\r\n \"minChildEndpointsIPv4\": 0,\r\n \"minChildEndpointsIPv6\": 0\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/raghosal-test/providers/Microsoft.Network/trafficManagerProfiles/parent2\",\r\n \"name\": \"parent2\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"parent2\",\r\n \"fqdn\": \"parent2.trafficmanager.net\",\r\n \"ttl\": 30\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/raghosal-test/providers/Microsoft.Network/trafficManagerProfiles/parent2/nestedEndpoints/child-endpoint\",\r\n \"name\": \"child-endpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/nestedEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"Stopped\",\r\n \"targetResourceId\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/raghosal-test/providers/Microsoft.Network/trafficManagerProfiles/child2\",\r\n \"target\": \"child2.trafficmanager.net\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": 2,\r\n \"minChildEndpointsIPv4\": 0,\r\n \"minChildEndpointsIPv6\": 1\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/raghosal-test/providers/Microsoft.Network/trafficManagerProfiles/powershellTest\",\r\n \"name\": \"powershellTest\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"contoso\",\r\n \"fqdn\": \"contoso.trafficmanager.net\",\r\n \"ttl\": 30\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/sdp-test/providers/Microsoft.Network/trafficManagerProfiles/sdpTestTm\",\r\n \"name\": \"sdpTestTm\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"sdptesttm\",\r\n \"fqdn\": \"sdptesttm.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 800,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/srbhatna-namereservation/providers/Microsoft.Network/trafficManagerProfiles/a-srbhatna\",\r\n \"name\": \"a-srbhatna\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"a.srbhatna\",\r\n \"fqdn\": \"a.srbhatna.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/srbhatna-namereservation/providers/Microsoft.Network/trafficManagerProfiles/srbhatna\",\r\n \"name\": \"srbhatna\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"srbhatna\",\r\n \"fqdn\": \"srbhatna.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/tkarandtmtest/providers/Microsoft.Network/trafficManagerProfiles/atmoutagetest\",\r\n \"name\": \"atmoutagetest\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"atmoutagetest\",\r\n \"fqdn\": \"atmoutagetest.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/tkarandtmtest/providers/Microsoft.Network/trafficManagerProfiles/atmoutagetest/externalEndpoints/Google\",\r\n \"name\": \"Google\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"google.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"East US\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/tkarandtmtest/providers/Microsoft.Network/trafficManagerProfiles/atmoutagetest/externalEndpoints/Bing\",\r\n \"name\": \"Bing\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"bing.com\",\r\n \"weight\": 1,\r\n \"priority\": 2,\r\n \"endpointLocation\": \"West US 2\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/tkarandtmtest/providers/Microsoft.Network/trafficManagerProfiles/geotmtest\",\r\n \"name\": \"geotmtest\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Geographic\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"geotmtest\",\r\n \"fqdn\": \"geotmtest.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"customHeaders\": [],\r\n \"expectedStatusCodeRanges\": []\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/tkarandtmtest/providers/Microsoft.Network/trafficManagerProfiles/geotmtest/externalEndpoints/asiaregion\",\r\n \"name\": \"asiaregion\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Disabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"1.1.1.1\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"GEO-AS\",\r\n \"GEO-AN\"\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/tkarandtmtest/providers/Microsoft.Network/trafficManagerProfiles/geotmtest/externalEndpoints/allworld\",\r\n \"name\": \"allworld\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"2.2.2.2\",\r\n \"weight\": 1,\r\n \"priority\": 2,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"WORLD\"\r\n ],\r\n \"customHeaders\": [],\r\n \"subnets\": []\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/tkarandtmtest/providers/Microsoft.Network/trafficManagerProfiles/geotmtest/externalEndpoints/europe\",\r\n \"name\": \"europe\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"12.12.12.12\",\r\n \"weight\": 1,\r\n \"priority\": 3,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"geoMapping\": [\r\n \"GEO-EU\",\r\n \"AQ\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/trafficmanagertest/providers/Microsoft.Network/trafficManagerProfiles/nrs-test\",\r\n \"name\": \"nrs-test\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"nrs.test\",\r\n \"fqdn\": \"nrs.test.trafficmanager.net\",\r\n \"ttl\": 60\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10,\r\n \"customHeaders\": [],\r\n \"expectedStatusCodeRanges\": []\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/trafficmanagertest/providers/Microsoft.Network/trafficManagerProfiles/nrs-test/externalEndpoints/BL6PNPF0000349E\",\r\n \"name\": \"BL6PNPF0000349E\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"25.66.166.148\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": [],\r\n \"subnets\": []\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/trafficmanagertest/providers/Microsoft.Network/trafficManagerProfiles/nrs-test/externalEndpoints/BL6PNPF0000349F\",\r\n \"name\": \"BL6PNPF0000349F\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"25.107.192.228\",\r\n \"weight\": 1,\r\n \"priority\": 2,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": [],\r\n \"subnets\": []\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/trafficmanagertest/providers/Microsoft.Network/trafficManagerProfiles/nrs-test/externalEndpoints/BL6PNPF000034A0\",\r\n \"name\": \"BL6PNPF000034A0\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": null,\r\n \"targetResourceId\": null,\r\n \"target\": \"25.113.80.135\",\r\n \"weight\": 1,\r\n \"priority\": 3,\r\n \"endpointLocation\": null,\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"customHeaders\": [],\r\n \"subnets\": []\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2431/providers/Microsoft.Network/trafficManagerProfiles/ps9484\",\r\n \"name\": \"ps9484\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8070\",\r\n \"fqdn\": \"ps8070.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps6881?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNjg4MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps2431?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMjQzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2eb55ee-4cd9-4f20-82f2-b828a262d9eb" + "a80adae8-7ca1-49f6-83ac-61c5db3aa7fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -285,7 +285,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -294,13 +294,13 @@ "14999" ], "x-ms-request-id": [ - "a7785123-c817-4a8c-8d2b-fda4c8ff5243" + "a9b3adda-f90a-4a7c-9013-81c1d9941a0a" ], "x-ms-correlation-request-id": [ - "a7785123-c817-4a8c-8d2b-fda4c8ff5243" + "a9b3adda-f90a-4a7c-9013-81c1d9941a0a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120618Z:a7785123-c817-4a8c-8d2b-fda4c8ff5243" + "CENTRALINDIA:20221212T085952Z:a9b3adda-f90a-4a7c-9013-81c1d9941a0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -309,7 +309,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:06:17 GMT" + "Mon, 12 Dec 2022 08:59:52 GMT" ], "Expires": [ "-1" @@ -322,18 +322,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE9ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -342,7 +342,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -351,13 +351,13 @@ "11999" ], "x-ms-request-id": [ - "b2f6bd62-bac8-4a10-bd46-44494f2d9cbc" + "24bd9fe1-0787-4160-8b1e-349ad71e7dd2" ], "x-ms-correlation-request-id": [ - "b2f6bd62-bac8-4a10-bd46-44494f2d9cbc" + "24bd9fe1-0787-4160-8b1e-349ad71e7dd2" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120633Z:b2f6bd62-bac8-4a10-bd46-44494f2d9cbc" + "CENTRALINDIA:20221212T090007Z:24bd9fe1-0787-4160-8b1e-349ad71e7dd2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -366,7 +366,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:06:33 GMT" + "Mon, 12 Dec 2022 09:00:07 GMT" ], "Expires": [ "-1" @@ -379,18 +379,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE9ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -399,7 +399,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -408,13 +408,13 @@ "11998" ], "x-ms-request-id": [ - "e37e7a8a-3a22-4de6-a95f-6e680d74ace7" + "64837fd7-41a9-49b4-ad16-833700152f3c" ], "x-ms-correlation-request-id": [ - "e37e7a8a-3a22-4de6-a95f-6e680d74ace7" + "64837fd7-41a9-49b4-ad16-833700152f3c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120649Z:e37e7a8a-3a22-4de6-a95f-6e680d74ace7" + "CENTRALINDIA:20221212T090023Z:64837fd7-41a9-49b4-ad16-833700152f3c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -423,7 +423,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:06:48 GMT" + "Mon, 12 Dec 2022 09:00:22 GMT" ], "Expires": [ "-1" @@ -436,18 +436,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE9ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -456,7 +456,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -465,13 +465,13 @@ "11997" ], "x-ms-request-id": [ - "70ed2246-94e1-4e30-94c6-8d977a9761f3" + "814f35b7-8ea1-4b27-ad61-d5b965745c45" ], "x-ms-correlation-request-id": [ - "70ed2246-94e1-4e30-94c6-8d977a9761f3" + "814f35b7-8ea1-4b27-ad61-d5b965745c45" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120705Z:70ed2246-94e1-4e30-94c6-8d977a9761f3" + "CENTRALINDIA:20221212T090038Z:814f35b7-8ea1-4b27-ad61-d5b965745c45" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -480,7 +480,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:07:05 GMT" + "Mon, 12 Dec 2022 09:00:38 GMT" ], "Expires": [ "-1" @@ -493,18 +493,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE9ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -513,7 +513,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -522,13 +522,13 @@ "11996" ], "x-ms-request-id": [ - "c2b85709-f332-4523-912c-18bbc294a638" + "d0fbd095-6b80-4b18-ab22-39b057560d43" ], "x-ms-correlation-request-id": [ - "c2b85709-f332-4523-912c-18bbc294a638" + "d0fbd095-6b80-4b18-ab22-39b057560d43" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120721Z:c2b85709-f332-4523-912c-18bbc294a638" + "CENTRALINDIA:20221212T090054Z:d0fbd095-6b80-4b18-ab22-39b057560d43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -537,7 +537,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:07:21 GMT" + "Mon, 12 Dec 2022 09:00:54 GMT" ], "Expires": [ "-1" @@ -550,18 +550,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE9ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -570,7 +570,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -579,13 +579,13 @@ "11995" ], "x-ms-request-id": [ - "6986c285-1358-47ff-a2e5-8872a50a7c78" + "3cde1af2-e3f3-41fa-8414-0fba7ba0f0f9" ], "x-ms-correlation-request-id": [ - "6986c285-1358-47ff-a2e5-8872a50a7c78" + "3cde1af2-e3f3-41fa-8414-0fba7ba0f0f9" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120737Z:6986c285-1358-47ff-a2e5-8872a50a7c78" + "CENTRALINDIA:20221212T090109Z:3cde1af2-e3f3-41fa-8414-0fba7ba0f0f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -594,7 +594,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:07:36 GMT" + "Mon, 12 Dec 2022 09:01:09 GMT" ], "Expires": [ "-1" @@ -607,18 +607,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE9ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -627,7 +627,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -636,13 +636,13 @@ "11994" ], "x-ms-request-id": [ - "26673e87-fc9d-480b-baaf-8cc813bdf39b" + "48214104-7d6d-4ecd-be71-9c957946b804" ], "x-ms-correlation-request-id": [ - "26673e87-fc9d-480b-baaf-8cc813bdf39b" + "48214104-7d6d-4ecd-be71-9c957946b804" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120752Z:26673e87-fc9d-480b-baaf-8cc813bdf39b" + "CENTRALINDIA:20221212T090125Z:48214104-7d6d-4ecd-be71-9c957946b804" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -651,7 +651,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:07:52 GMT" + "Mon, 12 Dec 2022 09:01:24 GMT" ], "Expires": [ "-1" @@ -664,18 +664,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE9ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -684,7 +684,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -693,13 +693,13 @@ "11993" ], "x-ms-request-id": [ - "03c1e6bc-6f76-4cee-8428-99e2de9b3db0" + "a282f678-6741-4827-8db3-ee0bb660f652" ], "x-ms-correlation-request-id": [ - "03c1e6bc-6f76-4cee-8428-99e2de9b3db0" + "a282f678-6741-4827-8db3-ee0bb660f652" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120808Z:03c1e6bc-6f76-4cee-8428-99e2de9b3db0" + "CENTRALINDIA:20221212T090140Z:a282f678-6741-4827-8db3-ee0bb660f652" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -708,7 +708,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:08:07 GMT" + "Mon, 12 Dec 2022 09:01:40 GMT" ], "Expires": [ "-1" @@ -721,18 +721,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE9ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -744,13 +744,13 @@ "11992" ], "x-ms-request-id": [ - "d93613c8-3679-45cb-b5a2-31c00fa1d680" + "48281664-0a8b-45ff-8098-e004fb3bee66" ], "x-ms-correlation-request-id": [ - "d93613c8-3679-45cb-b5a2-31c00fa1d680" + "48281664-0a8b-45ff-8098-e004fb3bee66" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120823Z:d93613c8-3679-45cb-b5a2-31c00fa1d680" + "CENTRALINDIA:20221212T090156Z:48281664-0a8b-45ff-8098-e004fb3bee66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -759,7 +759,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:08:23 GMT" + "Mon, 12 Dec 2022 09:01:55 GMT" ], "Expires": [ "-1" @@ -772,18 +772,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4ODEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE9ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -795,13 +795,13 @@ "11991" ], "x-ms-request-id": [ - "c833b34e-cd0c-45f7-8d56-4e4aa24eac29" + "db011e37-18a9-4192-884b-31f213ae5dba" ], "x-ms-correlation-request-id": [ - "c833b34e-cd0c-45f7-8d56-4e4aa24eac29" + "db011e37-18a9-4192-884b-31f213ae5dba" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120824Z:c833b34e-cd0c-45f7-8d56-4e4aa24eac29" + "CENTRALINDIA:20221212T090156Z:db011e37-18a9-4192-884b-31f213ae5dba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -810,7 +810,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:08:24 GMT" + "Mon, 12 Dec 2022 09:01:56 GMT" ], "Expires": [ "-1" @@ -825,12 +825,12 @@ ], "Names": { "Test-ListProfilesInSubscription": [ - "ps1348", - "ps6881", - "ps4760" + "ps9484", + "ps2431", + "ps8070" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestListProfilesWhereObject.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestListProfilesWhereObject.json index 5a79a45aca03..3e63d2efd972 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestListProfilesWhereObject.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestListProfilesWhereObject.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps757?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzU3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps3515?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMzUxNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "502c7e60-d4d8-4ee4-8a6d-65eff9b8446a" + "a81f58d8-d7e6-48c7-84e2-e0fac43b5ab6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -36,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "b545ff36-11de-4d7e-b1ed-34b79441cefa" + "522564f7-3b96-4e21-bb61-a690aa2d4fec" ], "x-ms-correlation-request-id": [ - "b545ff36-11de-4d7e-b1ed-34b79441cefa" + "522564f7-3b96-4e21-bb61-a690aa2d4fec" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122512Z:b545ff36-11de-4d7e-b1ed-34b79441cefa" + "JIOINDIACENTRAL:20221212T091759Z:522564f7-3b96-4e21-bb61-a690aa2d4fec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,10 +51,10 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:25:11 GMT" + "Mon, 12 Dec 2022 09:17:58 GMT" ], "Content-Length": [ - "163" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps757\",\r\n \"name\": \"ps757\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3515\",\r\n \"name\": \"ps3515\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps757/providers/Microsoft.Network/trafficmanagerprofiles/ps3162?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMzE2Mj9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3515/providers/Microsoft.Network/trafficmanagerprofiles/ps873?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzUxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczg3Mz9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5bd7f3da-c08a-4350-aeeb-8eb4139d10bc" + "6f520bf6-af77-477f-8566-7a02483d7eaf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "928bac03-d42a-48a0-b941-0ae3836b1062" + "f236f2b0-bc5b-41e5-b05b-5133adf69457" ], "x-ms-correlation-request-id": [ - "928bac03-d42a-48a0-b941-0ae3836b1062" + "f236f2b0-bc5b-41e5-b05b-5133adf69457" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122514Z:928bac03-d42a-48a0-b941-0ae3836b1062" + "JIOINDIACENTRAL:20221212T091759Z:f236f2b0-bc5b-41e5-b05b-5133adf69457" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:25:13 GMT" + "Mon, 12 Dec 2022 09:17:58 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,34 +123,34 @@ "224" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps3162' under resource group 'ps757' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps873' under resource group 'ps3515' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps757/providers/Microsoft.Network/trafficmanagerprofiles/ps3162?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMzE2Mj9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3515/providers/Microsoft.Network/trafficmanagerprofiles/ps873?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzUxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczg3Mz9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3007\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps3162\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5bd7f3da-c08a-4350-aeeb-8eb4139d10bc" + "6f520bf6-af77-477f-8566-7a02483d7eaf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "337" + "336" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4048\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps873\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5bd7f3da-c08a-4350-aeeb-8eb4139d10bc" + "6f520bf6-af77-477f-8566-7a02483d7eaf" ], "Server": [ "Microsoft-IIS/10.0" @@ -174,46 +174,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4498" ], "x-ms-correlation-request-id": [ - "de2d7b45-a782-4bfc-a87c-e6fe4f9ba64f" + "ffe066fd-88b2-4453-92de-fcd69132b558" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122523Z:de2d7b45-a782-4bfc-a87c-e6fe4f9ba64f" + "JIOINDIACENTRAL:20221212T091803Z:ffe066fd-88b2-4453-92de-fcd69132b558" ], "Date": [ - "Thu, 20 Jan 2022 12:25:22 GMT" + "Mon, 12 Dec 2022 09:18:02 GMT" ], "Content-Length": [ - "646" + "645" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps757/providers/Microsoft.Network/trafficManagerProfiles/ps3162\",\r\n \"name\": \"ps3162\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3007\",\r\n \"fqdn\": \"ps3007.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3515/providers/Microsoft.Network/trafficManagerProfiles/ps873\",\r\n \"name\": \"ps873\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4048\",\r\n \"fqdn\": \"ps4048.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps757/providers/Microsoft.Network/trafficmanagerprofiles/ps8450?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzODQ1MD9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3515/providers/Microsoft.Network/trafficmanagerprofiles/ps3769?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzUxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM3Njk/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c4a0542-05a4-4eb3-b872-6a74ea651d52" + "fa8e9ee7-e3ef-4108-b664-aa230ffc32d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -225,13 +225,13 @@ "gateway" ], "x-ms-request-id": [ - "20774748-fb44-4b3b-b9ba-1982fa085df6" + "cc757b6a-fcaa-4289-86ff-5b708ef27de0" ], "x-ms-correlation-request-id": [ - "20774748-fb44-4b3b-b9ba-1982fa085df6" + "cc757b6a-fcaa-4289-86ff-5b708ef27de0" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122523Z:20774748-fb44-4b3b-b9ba-1982fa085df6" + "JIOINDIACENTRAL:20221212T091804Z:cc757b6a-fcaa-4289-86ff-5b708ef27de0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -240,7 +240,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:25:23 GMT" + "Mon, 12 Dec 2022 09:18:03 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -249,29 +249,28 @@ "-1" ], "Content-Length": [ - "224" + "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps8450' under resource group 'ps757' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps3769' under resource group 'ps3515' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps757/providers/Microsoft.Network/trafficmanagerprofiles/ps8450?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzODQ1MD9hcGktdmVyc2lvbj0yMDE4LTA4LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3515/providers/Microsoft.Network/trafficmanagerprofiles/ps3769?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzUxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM3Njk/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9388\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps8450\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1c4a0542-05a4-4eb3-b872-6a74ea651d52" + "fa8e9ee7-e3ef-4108-b664-aa230ffc32d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -280,6 +279,7 @@ "337" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9638\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps3769\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -291,7 +291,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1c4a0542-05a4-4eb3-b872-6a74ea651d52" + "fa8e9ee7-e3ef-4108-b664-aa230ffc32d0" ], "Server": [ "Microsoft-IIS/10.0" @@ -303,46 +303,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "4497" ], "x-ms-correlation-request-id": [ - "57e703ee-236f-499a-af02-60e08bbff684" + "89fbca6c-7d21-4921-9ad6-053217232dd1" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122529Z:57e703ee-236f-499a-af02-60e08bbff684" + "JIOINDIACENTRAL:20221212T091807Z:89fbca6c-7d21-4921-9ad6-053217232dd1" ], "Date": [ - "Thu, 20 Jan 2022 12:25:28 GMT" + "Mon, 12 Dec 2022 09:18:06 GMT" ], "Content-Length": [ - "646" + "647" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps757/providers/Microsoft.Network/trafficManagerProfiles/ps8450\",\r\n \"name\": \"ps8450\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9388\",\r\n \"fqdn\": \"ps9388.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3515/providers/Microsoft.Network/trafficManagerProfiles/ps3769\",\r\n \"name\": \"ps3769\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9638\",\r\n \"fqdn\": \"ps9638.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps757/providers/Microsoft.Network/trafficmanagerprofiles?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMTgtMDgtMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3515/providers/Microsoft.Network/trafficmanagerprofiles?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzUxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcz9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3a6dfd35-0012-4d57-b793-4b3c0153f1b9" + "2c485d9a-5e79-4b48-bde4-bc3870053a24" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -354,7 +354,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3a6dfd35-0012-4d57-b793-4b3c0153f1b9" + "2c485d9a-5e79-4b48-bde4-bc3870053a24" ], "Server": [ "Microsoft-IIS/10.0" @@ -366,46 +366,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10797" + "1996" ], "x-ms-correlation-request-id": [ - "aced7c63-c808-4780-8387-f6113e01feea" + "286edce1-5fe0-4f32-aacd-a7d714eb6f44" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122530Z:aced7c63-c808-4780-8387-f6113e01feea" + "JIOINDIACENTRAL:20221212T091808Z:286edce1-5fe0-4f32-aacd-a7d714eb6f44" ], "Date": [ - "Thu, 20 Jan 2022 12:25:29 GMT" + "Mon, 12 Dec 2022 09:18:08 GMT" ], "Content-Length": [ - "1313" + "1325" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps757/providers/Microsoft.Network/trafficManagerProfiles/ps3162\",\r\n \"name\": \"ps3162\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3007\",\r\n \"fqdn\": \"ps3007.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps757/providers/Microsoft.Network/trafficManagerProfiles/ps8450\",\r\n \"name\": \"ps8450\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9388\",\r\n \"fqdn\": \"ps9388.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": null,\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3515/providers/Microsoft.Network/trafficManagerProfiles/ps3769\",\r\n \"name\": \"ps3769\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps9638\",\r\n \"fqdn\": \"ps9638.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3515/providers/Microsoft.Network/trafficManagerProfiles/ps873\",\r\n \"name\": \"ps873\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4048\",\r\n \"fqdn\": \"ps4048.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps757?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzU3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps3515?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMzUxNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "273b295a-6954-4a0e-b921-5f70252aeda3" + "da225cea-8bb1-4b22-8849-a215567443a8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -414,22 +414,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14993" ], "x-ms-request-id": [ - "7e384e87-1c93-4fd5-9932-7070bc40e270" + "a5a98d9c-ff6f-4d6f-bbbf-e82c873b8566" ], "x-ms-correlation-request-id": [ - "7e384e87-1c93-4fd5-9932-7070bc40e270" + "a5a98d9c-ff6f-4d6f-bbbf-e82c873b8566" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122533Z:7e384e87-1c93-4fd5-9932-7070bc40e270" + "JIOINDIACENTRAL:20221212T091812Z:a5a98d9c-ff6f-4d6f-bbbf-e82c873b8566" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -438,7 +438,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:25:32 GMT" + "Mon, 12 Dec 2022 09:18:12 GMT" ], "Expires": [ "-1" @@ -451,75 +451,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "e80154d5-8cf7-4d12-aced-47a62d16b70c" - ], - "x-ms-correlation-request-id": [ - "e80154d5-8cf7-4d12-aced-47a62d16b70c" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122548Z:e80154d5-8cf7-4d12-aced-47a62d16b70c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:25:48 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -528,22 +471,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11980" ], "x-ms-request-id": [ - "4fb31276-1b6a-4322-8dbe-2bba3adcc6f5" + "cef65314-bc4a-4973-9c64-c4878ccba0d0" ], "x-ms-correlation-request-id": [ - "4fb31276-1b6a-4322-8dbe-2bba3adcc6f5" + "cef65314-bc4a-4973-9c64-c4878ccba0d0" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122604Z:4fb31276-1b6a-4322-8dbe-2bba3adcc6f5" + "JIOINDIACENTRAL:20221212T091827Z:cef65314-bc4a-4973-9c64-c4878ccba0d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -552,7 +495,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:26:03 GMT" + "Mon, 12 Dec 2022 09:18:27 GMT" ], "Expires": [ "-1" @@ -565,75 +508,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "718119a9-a4b2-473b-ac99-00f1b90d0052" - ], - "x-ms-correlation-request-id": [ - "718119a9-a4b2-473b-ac99-00f1b90d0052" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122619Z:718119a9-a4b2-473b-ac99-00f1b90d0052" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:26:18 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -642,22 +528,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11979" ], "x-ms-request-id": [ - "4da1fb73-d924-4075-a2b3-e711a9716db6" + "ae902c1b-c03a-40e5-bc23-5b54cdf49950" ], "x-ms-correlation-request-id": [ - "4da1fb73-d924-4075-a2b3-e711a9716db6" + "ae902c1b-c03a-40e5-bc23-5b54cdf49950" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122635Z:4da1fb73-d924-4075-a2b3-e711a9716db6" + "JIOINDIACENTRAL:20221212T091843Z:ae902c1b-c03a-40e5-bc23-5b54cdf49950" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -666,7 +552,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:26:34 GMT" + "Mon, 12 Dec 2022 09:18:43 GMT" ], "Expires": [ "-1" @@ -679,75 +565,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "06e96d8f-b410-4f8b-80b4-23437a5dbe52" - ], - "x-ms-correlation-request-id": [ - "06e96d8f-b410-4f8b-80b4-23437a5dbe52" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122650Z:06e96d8f-b410-4f8b-80b4-23437a5dbe52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:26:50 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -756,22 +585,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11978" ], "x-ms-request-id": [ - "b461ac63-2248-4dd4-8428-64998f454996" + "bdaf27da-3ab6-4761-966c-d57d44194019" ], "x-ms-correlation-request-id": [ - "b461ac63-2248-4dd4-8428-64998f454996" + "bdaf27da-3ab6-4761-966c-d57d44194019" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122706Z:b461ac63-2248-4dd4-8428-64998f454996" + "JIOINDIACENTRAL:20221212T091858Z:bdaf27da-3ab6-4761-966c-d57d44194019" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -780,7 +609,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:27:06 GMT" + "Mon, 12 Dec 2022 09:18:58 GMT" ], "Expires": [ "-1" @@ -793,75 +622,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-request-id": [ - "a4219ad8-2c5d-4e87-b46a-b19e1f11b979" - ], - "x-ms-correlation-request-id": [ - "a4219ad8-2c5d-4e87-b46a-b19e1f11b979" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122721Z:a4219ad8-2c5d-4e87-b46a-b19e1f11b979" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:27:21 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -870,22 +642,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11977" ], "x-ms-request-id": [ - "6badc3a3-17fb-4b95-9466-fd49a854de9c" + "7cc6954d-1fce-41fa-8477-97557beb2e19" ], "x-ms-correlation-request-id": [ - "6badc3a3-17fb-4b95-9466-fd49a854de9c" + "7cc6954d-1fce-41fa-8477-97557beb2e19" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122737Z:6badc3a3-17fb-4b95-9466-fd49a854de9c" + "JIOINDIACENTRAL:20221212T091914Z:7cc6954d-1fce-41fa-8477-97557beb2e19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -894,7 +666,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:27:37 GMT" + "Mon, 12 Dec 2022 09:19:14 GMT" ], "Expires": [ "-1" @@ -907,18 +679,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -927,22 +699,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11976" ], "x-ms-request-id": [ - "538d810c-3aed-4760-860f-fe0b257a7b55" + "c4fa0771-3d20-4d8c-890a-52b778dcd665" ], "x-ms-correlation-request-id": [ - "538d810c-3aed-4760-860f-fe0b257a7b55" + "c4fa0771-3d20-4d8c-890a-52b778dcd665" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122753Z:538d810c-3aed-4760-860f-fe0b257a7b55" + "JIOINDIACENTRAL:20221212T091929Z:c4fa0771-3d20-4d8c-890a-52b778dcd665" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -951,7 +723,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:27:52 GMT" + "Mon, 12 Dec 2022 09:19:29 GMT" ], "Expires": [ "-1" @@ -964,18 +736,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -984,22 +756,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11975" ], "x-ms-request-id": [ - "8197e333-fea7-4ada-8830-349c1317f06b" + "9ccceeb1-0185-49db-9dbc-9326e4f04c37" ], "x-ms-correlation-request-id": [ - "8197e333-fea7-4ada-8830-349c1317f06b" + "9ccceeb1-0185-49db-9dbc-9326e4f04c37" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122808Z:8197e333-fea7-4ada-8830-349c1317f06b" + "JIOINDIACENTRAL:20221212T091945Z:9ccceeb1-0185-49db-9dbc-9326e4f04c37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1008,7 +780,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:28:07 GMT" + "Mon, 12 Dec 2022 09:19:44 GMT" ], "Expires": [ "-1" @@ -1021,18 +793,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1041,22 +813,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11974" ], "x-ms-request-id": [ - "661feed2-e0fa-48e7-a369-905d6ce624cf" + "fde9c1fd-1bb6-41cc-8c25-42fbc4ec9a81" ], "x-ms-correlation-request-id": [ - "661feed2-e0fa-48e7-a369-905d6ce624cf" + "fde9c1fd-1bb6-41cc-8c25-42fbc4ec9a81" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122824Z:661feed2-e0fa-48e7-a369-905d6ce624cf" + "JIOINDIACENTRAL:20221212T092000Z:fde9c1fd-1bb6-41cc-8c25-42fbc4ec9a81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1065,7 +837,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:28:24 GMT" + "Mon, 12 Dec 2022 09:20:00 GMT" ], "Expires": [ "-1" @@ -1078,18 +850,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1098,16 +870,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11973" ], "x-ms-request-id": [ - "8ca5827c-d9d2-43f6-aac5-15160df0178e" + "9964d7a5-6a2a-4a60-8b2b-07a747f37b9b" ], "x-ms-correlation-request-id": [ - "8ca5827c-d9d2-43f6-aac5-15160df0178e" + "9964d7a5-6a2a-4a60-8b2b-07a747f37b9b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122839Z:8ca5827c-d9d2-43f6-aac5-15160df0178e" + "JIOINDIACENTRAL:20221212T092016Z:9964d7a5-6a2a-4a60-8b2b-07a747f37b9b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1116,7 +888,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:28:39 GMT" + "Mon, 12 Dec 2022 09:20:15 GMT" ], "Expires": [ "-1" @@ -1129,18 +901,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1MTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1149,16 +921,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11972" ], "x-ms-request-id": [ - "bd852d2f-54c1-494e-a570-ff2394214c95" + "0e43360f-ce1e-405d-9bea-78f2497f2216" ], "x-ms-correlation-request-id": [ - "bd852d2f-54c1-494e-a570-ff2394214c95" + "0e43360f-ce1e-405d-9bea-78f2497f2216" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122840Z:bd852d2f-54c1-494e-a570-ff2394214c95" + "JIOINDIACENTRAL:20221212T092016Z:0e43360f-ce1e-405d-9bea-78f2497f2216" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1167,7 +939,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:28:39 GMT" + "Mon, 12 Dec 2022 09:20:16 GMT" ], "Expires": [ "-1" @@ -1182,14 +954,14 @@ ], "Names": { "Test-ListProfilesWhereObject": [ - "ps757", - "ps3162", - "ps3007", - "ps8450", - "ps9388" + "ps3515", + "ps873", + "ps4048", + "ps3769", + "ps9638" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileCrud.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileCrud.json index 824f33d42719..355cb4e0b28c 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileCrud.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileCrud.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps5164?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNTE2ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps3812?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMzgxMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d6ae3d30-e6de-4da2-9e95-afb2dbc5c699" + "84768771-aeeb-4606-92c6-0e5f374df337" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "37407b57-af17-4b79-8463-b4288ab4de4f" + "4a4011a7-d971-4ec8-a976-ccd602b2f6c3" ], "x-ms-correlation-request-id": [ - "37407b57-af17-4b79-8463-b4288ab4de4f" + "4a4011a7-d971-4ec8-a976-ccd602b2f6c3" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121648Z:37407b57-af17-4b79-8463-b4288ab4de4f" + "CENTRALINDIA:20221212T091009Z:4a4011a7-d971-4ec8-a976-ccd602b2f6c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:16:47 GMT" + "Mon, 12 Dec 2022 09:10:08 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5164\",\r\n \"name\": \"ps5164\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3812\",\r\n \"name\": \"ps3812\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5164/providers/Microsoft.Network/trafficmanagerprofiles/ps1460?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTE2NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczE0NjA/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3812/providers/Microsoft.Network/trafficmanagerprofiles/ps2357?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzgxMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIzNTc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84cc2847-7e0f-4fa9-9f76-3921dcf3c4d9" + "23affe02-31e6-4a08-a9a0-141d34cd9968" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "d10625e1-6bb8-4457-8739-501385cc1279" + "8afea1ee-b3f5-4c9f-9ee4-5dfb198bb9f4" ], "x-ms-correlation-request-id": [ - "d10625e1-6bb8-4457-8739-501385cc1279" + "8afea1ee-b3f5-4c9f-9ee4-5dfb198bb9f4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121650Z:d10625e1-6bb8-4457-8739-501385cc1279" + "JIOINDIACENTRAL:20221212T091009Z:8afea1ee-b3f5-4c9f-9ee4-5dfb198bb9f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:16:49 GMT" + "Mon, 12 Dec 2022 09:10:08 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,28 +123,28 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps1460' under resource group 'ps5164' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps2357' under resource group 'ps3812' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5164/providers/Microsoft.Network/trafficmanagerprofiles/ps1460?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTE2NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczE0NjA/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3812/providers/Microsoft.Network/trafficmanagerprofiles/ps2357?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzgxMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIzNTc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "98cfae47-e5c3-4cd3-b75f-a92efafdb1c5" + "7af7376c-5d38-4ae7-b632-8eadb013d37f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -156,7 +156,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "98cfae47-e5c3-4cd3-b75f-a92efafdb1c5" + "7af7376c-5d38-4ae7-b632-8eadb013d37f" ], "Server": [ "Microsoft-IIS/10.0" @@ -168,46 +168,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "1999" ], "x-ms-correlation-request-id": [ - "00c396ce-e8a2-4e73-b658-ba581889ab39" + "f434cd66-a68b-4b7a-a479-4ff06386e01c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121702Z:00c396ce-e8a2-4e73-b658-ba581889ab39" + "JIOINDIACENTRAL:20221212T091020Z:f434cd66-a68b-4b7a-a479-4ff06386e01c" ], "Date": [ - "Thu, 20 Jan 2022 12:17:02 GMT" + "Mon, 12 Dec 2022 09:10:20 GMT" ], "Content-Length": [ - "1292" + "1317" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5164/providers/Microsoft.Network/trafficManagerProfiles/ps1460\",\r\n \"name\": \"ps1460\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {\r\n \"ProfileTagB\": \"SecondProfileTag\",\r\n \"ProfileTagA\": \"firstProfileTag\"\r\n },\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8198\",\r\n \"fqdn\": \"ps8198.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"CheckingEndpoints\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5164/providers/Microsoft.Network/trafficManagerProfiles/ps1460/externalEndpoints/MyExternalEndpoint\",\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3812/providers/Microsoft.Network/trafficManagerProfiles/ps2357\",\r\n \"name\": \"ps2357\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {\r\n \"ProfileTagA\": \"firstProfileTag\",\r\n \"ProfileTagB\": \"SecondProfileTag\"\r\n },\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5598\",\r\n \"fqdn\": \"ps5598.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"CheckingEndpoints\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3812/providers/Microsoft.Network/trafficManagerProfiles/ps2357/externalEndpoints/MyExternalEndpoint\",\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5164/providers/Microsoft.Network/trafficmanagerprofiles/ps1460?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTE2NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczE0NjA/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3812/providers/Microsoft.Network/trafficmanagerprofiles/ps2357?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzgxMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIzNTc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc0e0a1d-4d96-4fb9-8592-cba6435c4b18" + "11dbfdcc-08e0-4910-b1b7-f1fc19b0122a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "e06b0cd4-3057-4ee3-893e-baa58dc81825" + "382abc9c-2f87-4a37-9965-a2e3678b1a28" ], "x-ms-correlation-request-id": [ - "e06b0cd4-3057-4ee3-893e-baa58dc81825" + "382abc9c-2f87-4a37-9965-a2e3678b1a28" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121709Z:e06b0cd4-3057-4ee3-893e-baa58dc81825" + "JIOINDIACENTRAL:20221212T091027Z:382abc9c-2f87-4a37-9965-a2e3678b1a28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:17:09 GMT" + "Mon, 12 Dec 2022 09:10:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -246,26 +246,25 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps1460' under resource group 'ps5164' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps2357' under resource group 'ps3812' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5164/providers/Microsoft.Network/trafficmanagerprofiles/ps1460?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTE2NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczE0NjA/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3812/providers/Microsoft.Network/trafficmanagerprofiles/ps2357?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzgxMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIzNTc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8198\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"tags\": {\r\n \"ProfileTagB\": \"SecondProfileTag\",\r\n \"ProfileTagA\": \"firstProfileTag\"\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps1460\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "84cc2847-7e0f-4fa9-9f76-3921dcf3c4d9" + "23affe02-31e6-4a08-a9a0-141d34cd9968" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -274,6 +273,7 @@ "434" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5598\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"tags\": {\r\n \"ProfileTagA\": \"firstProfileTag\",\r\n \"ProfileTagB\": \"SecondProfileTag\"\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps2357\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -285,7 +285,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "84cc2847-7e0f-4fa9-9f76-3921dcf3c4d9" + "23affe02-31e6-4a08-a9a0-141d34cd9968" ], "Server": [ "Microsoft-IIS/10.0" @@ -297,16 +297,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "d3042e40-911b-44e7-9d65-0450a515d3c4" + "d1d536d5-a50d-45ec-a7dc-edeef62df2d9" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121658Z:d3042e40-911b-44e7-9d65-0450a515d3c4" + "JIOINDIACENTRAL:20221212T091014Z:d1d536d5-a50d-45ec-a7dc-edeef62df2d9" ], "Date": [ - "Thu, 20 Jan 2022 12:16:58 GMT" + "Mon, 12 Dec 2022 09:10:13 GMT" ], "Content-Length": [ "721" @@ -315,26 +315,25 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5164/providers/Microsoft.Network/trafficManagerProfiles/ps1460\",\r\n \"name\": \"ps1460\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {\r\n \"ProfileTagB\": \"SecondProfileTag\",\r\n \"ProfileTagA\": \"firstProfileTag\"\r\n },\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8198\",\r\n \"fqdn\": \"ps8198.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3812/providers/Microsoft.Network/trafficManagerProfiles/ps2357\",\r\n \"name\": \"ps2357\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {\r\n \"ProfileTagA\": \"firstProfileTag\",\r\n \"ProfileTagB\": \"SecondProfileTag\"\r\n },\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5598\",\r\n \"fqdn\": \"ps5598.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5164/providers/Microsoft.Network/trafficmanagerprofiles/ps1460?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTE2NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczE0NjA/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3812/providers/Microsoft.Network/trafficmanagerprofiles/ps2357?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzgxMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIzNTc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8198\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 3\r\n },\r\n \"endpoints\": [\r\n {\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n }\r\n ]\r\n },\r\n \"tags\": {\r\n \"ProfileTagB\": \"SecondProfileTag\",\r\n \"ProfileTagA\": \"firstProfileTag\"\r\n },\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5164/providers/Microsoft.Network/trafficManagerProfiles/ps1460\",\r\n \"name\": \"ps1460\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "74e180bd-eefc-4112-b10a-6ce150056ea8" + "02f88f4f-5a24-4e2e-abe3-61e3d488a05c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -343,6 +342,7 @@ "1061" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5598\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 3\r\n },\r\n \"endpoints\": [\r\n {\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/ExternalEndpoints\"\r\n }\r\n ]\r\n },\r\n \"tags\": {\r\n \"ProfileTagA\": \"firstProfileTag\",\r\n \"ProfileTagB\": \"SecondProfileTag\"\r\n },\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3812/providers/Microsoft.Network/trafficManagerProfiles/ps2357\",\r\n \"name\": \"ps2357\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -354,7 +354,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "74e180bd-eefc-4112-b10a-6ce150056ea8" + "02f88f4f-5a24-4e2e-abe3-61e3d488a05c" ], "Server": [ "Microsoft-IIS/10.0" @@ -366,52 +366,52 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "4498" ], "x-ms-correlation-request-id": [ - "7c4f5621-c069-41dc-bc1d-160e3a2d023b" + "f0b24503-eb65-4ed7-8edb-0bd8a2e81f2f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121701Z:7c4f5621-c069-41dc-bc1d-160e3a2d023b" + "JIOINDIACENTRAL:20221212T091018Z:f0b24503-eb65-4ed7-8edb-0bd8a2e81f2f" ], "Date": [ - "Thu, 20 Jan 2022 12:17:01 GMT" + "Mon, 12 Dec 2022 09:10:17 GMT" ], "Content-Length": [ - "1292" + "1317" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5164/providers/Microsoft.Network/trafficManagerProfiles/ps1460\",\r\n \"name\": \"ps1460\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {\r\n \"ProfileTagB\": \"SecondProfileTag\",\r\n \"ProfileTagA\": \"firstProfileTag\"\r\n },\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8198\",\r\n \"fqdn\": \"ps8198.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"CheckingEndpoints\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5164/providers/Microsoft.Network/trafficManagerProfiles/ps1460/externalEndpoints/MyExternalEndpoint\",\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3812/providers/Microsoft.Network/trafficManagerProfiles/ps2357\",\r\n \"name\": \"ps2357\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {\r\n \"ProfileTagA\": \"firstProfileTag\",\r\n \"ProfileTagB\": \"SecondProfileTag\"\r\n },\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5598\",\r\n \"fqdn\": \"ps5598.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"CheckingEndpoints\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3812/providers/Microsoft.Network/trafficManagerProfiles/ps2357/externalEndpoints/MyExternalEndpoint\",\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5164/providers/Microsoft.Network/trafficmanagerprofiles/ps1460?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTE2NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczE0NjA/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3812/providers/Microsoft.Network/trafficmanagerprofiles/ps2357?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzgxMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIzNTc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8198\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 3\r\n },\r\n \"endpoints\": [\r\n {\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\"\r\n },\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5164/providers/Microsoft.Network/trafficManagerProfiles/ps1460/externalEndpoints/MyExternalEndpoint\",\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\"\r\n }\r\n ]\r\n },\r\n \"tags\": {\r\n \"ProfileTagB\": \"SecondProfileTag\",\r\n \"ProfileTagA\": \"firstProfileTag\"\r\n },\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5164/providers/Microsoft.Network/trafficManagerProfiles/ps1460\",\r\n \"name\": \"ps1460\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bbc48373-ccdc-4400-8626-acc616c8cd1a" + "9c2bbc72-cc01-4841-99cf-11e8495688cb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1295" + "1333" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5598\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 3\r\n },\r\n \"endpoints\": [\r\n {\r\n \"properties\": {\r\n \"target\": \"www.contoso.com\",\r\n \"endpointStatus\": \"Enabled\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"alwaysServe\": \"Disabled\"\r\n },\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3812/providers/Microsoft.Network/trafficManagerProfiles/ps2357/externalEndpoints/MyExternalEndpoint\",\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\"\r\n }\r\n ]\r\n },\r\n \"tags\": {\r\n \"ProfileTagA\": \"firstProfileTag\",\r\n \"ProfileTagB\": \"SecondProfileTag\"\r\n },\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3812/providers/Microsoft.Network/trafficManagerProfiles/ps2357\",\r\n \"name\": \"ps2357\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -423,7 +423,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bbc48373-ccdc-4400-8626-acc616c8cd1a" + "9c2bbc72-cc01-4841-99cf-11e8495688cb" ], "Server": [ "Microsoft-IIS/10.0" @@ -435,46 +435,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10797" + "4497" ], "x-ms-correlation-request-id": [ - "5c667d0b-475d-469a-b17a-f4704261d7ab" + "1ebeed46-0495-4480-b79f-a8661cab235c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121703Z:5c667d0b-475d-469a-b17a-f4704261d7ab" + "JIOINDIACENTRAL:20221212T091022Z:1ebeed46-0495-4480-b79f-a8661cab235c" ], "Date": [ - "Thu, 20 Jan 2022 12:17:03 GMT" + "Mon, 12 Dec 2022 09:10:22 GMT" ], "Content-Length": [ - "1289" + "1314" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5164/providers/Microsoft.Network/trafficManagerProfiles/ps1460\",\r\n \"name\": \"ps1460\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {\r\n \"ProfileTagB\": \"SecondProfileTag\",\r\n \"ProfileTagA\": \"firstProfileTag\"\r\n },\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8198\",\r\n \"fqdn\": \"ps8198.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"CheckingEndpoints\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5164/providers/Microsoft.Network/trafficManagerProfiles/ps1460/externalEndpoints/MyExternalEndpoint\",\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3812/providers/Microsoft.Network/trafficManagerProfiles/ps2357\",\r\n \"name\": \"ps2357\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {\r\n \"ProfileTagA\": \"firstProfileTag\",\r\n \"ProfileTagB\": \"SecondProfileTag\"\r\n },\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Priority\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5598\",\r\n \"fqdn\": \"ps5598.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"CheckingEndpoints\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [\r\n {\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3812/providers/Microsoft.Network/trafficManagerProfiles/ps2357/externalEndpoints/MyExternalEndpoint\",\r\n \"name\": \"MyExternalEndpoint\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles/externalEndpoints\",\r\n \"properties\": {\r\n \"endpointStatus\": \"Enabled\",\r\n \"endpointMonitorStatus\": \"CheckingEndpoint\",\r\n \"targetResourceId\": null,\r\n \"target\": \"www.contoso.com\",\r\n \"weight\": 1,\r\n \"priority\": 1,\r\n \"endpointLocation\": \"North Europe\",\r\n \"minChildEndpoints\": null,\r\n \"minChildEndpointsIPv4\": null,\r\n \"minChildEndpointsIPv6\": null,\r\n \"alwaysServe\": \"Disabled\"\r\n }\r\n }\r\n ],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps5164/providers/Microsoft.Network/trafficmanagerprofiles/ps1460?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNTE2NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczE0NjA/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps3812/providers/Microsoft.Network/trafficmanagerprofiles/ps2357?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMzgxMi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIzNTc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a866fb5-cc5a-46f5-8431-1771ee9abbf2" + "8a8f11ed-9aa6-4695-9c91-7bde0bae4cdf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -486,7 +486,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7a866fb5-cc5a-46f5-8431-1771ee9abbf2" + "8a8f11ed-9aa6-4695-9c91-7bde0bae4cdf" ], "Server": [ "Microsoft-IIS/10.0" @@ -498,16 +498,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "499" ], "x-ms-correlation-request-id": [ - "2aa90a73-c26e-49bf-a20b-c5efc60f115d" + "c474fbf4-9535-4015-9a72-8e0e4b34ba61" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121709Z:2aa90a73-c26e-49bf-a20b-c5efc60f115d" + "JIOINDIACENTRAL:20221212T091027Z:c474fbf4-9535-4015-9a72-8e0e4b34ba61" ], "Date": [ - "Thu, 20 Jan 2022 12:17:09 GMT" + "Mon, 12 Dec 2022 09:10:27 GMT" ], "Content-Length": [ "0" @@ -517,195 +517,24 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps5164?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNTE2ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps3812?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMzgxMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "870abdd4-e6da-40ce-94a0-93feecd3e97e" + "614d19be-7e20-4431-bb1e-761df3cf8155" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-request-id": [ - "6fc271f0-d602-461f-bd64-9622b8ab9e9f" - ], - "x-ms-correlation-request-id": [ - "6fc271f0-d602-461f-bd64-9622b8ab9e9f" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121712Z:6fc271f0-d602-461f-bd64-9622b8ab9e9f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:17:12 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE5qUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-request-id": [ - "fc5ae21a-711b-4fb9-b641-336188f95a98" - ], - "x-ms-correlation-request-id": [ - "fc5ae21a-711b-4fb9-b641-336188f95a98" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121727Z:fc5ae21a-711b-4fb9-b641-336188f95a98" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:17:27 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE5qUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-request-id": [ - "54c59ac7-416a-406a-b0cc-be36c838d213" - ], - "x-ms-correlation-request-id": [ - "54c59ac7-416a-406a-b0cc-be36c838d213" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121743Z:54c59ac7-416a-406a-b0cc-be36c838d213" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:17:43 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE5qUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -714,22 +543,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14987" ], "x-ms-request-id": [ - "41dfa72a-6517-447f-833c-ef185f4f6b47" + "3b8cc04a-c470-4bfd-89b4-43bed343ca3d" ], "x-ms-correlation-request-id": [ - "41dfa72a-6517-447f-833c-ef185f4f6b47" + "3b8cc04a-c470-4bfd-89b4-43bed343ca3d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121759Z:41dfa72a-6517-447f-833c-ef185f4f6b47" + "JIOINDIACENTRAL:20221212T091031Z:3b8cc04a-c470-4bfd-89b4-43bed343ca3d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -738,7 +567,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:17:58 GMT" + "Mon, 12 Dec 2022 09:10:30 GMT" ], "Expires": [ "-1" @@ -751,75 +580,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE5qUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-request-id": [ - "df1496ff-539f-4654-9aed-c774a4507c70" - ], - "x-ms-correlation-request-id": [ - "df1496ff-539f-4654-9aed-c774a4507c70" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121814Z:df1496ff-539f-4654-9aed-c774a4507c70" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:18:14 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE5qUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -828,16 +600,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11969" ], "x-ms-request-id": [ - "96808b9b-1ea2-4fab-90f0-25bec125d028" + "bb56fe63-2d1c-484c-ab0a-ab9e264a9265" ], "x-ms-correlation-request-id": [ - "96808b9b-1ea2-4fab-90f0-25bec125d028" + "bb56fe63-2d1c-484c-ab0a-ab9e264a9265" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121830Z:96808b9b-1ea2-4fab-90f0-25bec125d028" + "JIOINDIACENTRAL:20221212T091046Z:bb56fe63-2d1c-484c-ab0a-ab9e264a9265" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -846,7 +618,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:18:29 GMT" + "Mon, 12 Dec 2022 09:10:46 GMT" ], "Expires": [ "-1" @@ -859,18 +631,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNjQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE5qUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -879,16 +651,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11968" ], "x-ms-request-id": [ - "50440f40-22fb-4f7b-9d51-42cfc3dd38fc" + "e2835d82-8052-404b-bd71-889228d99292" ], "x-ms-correlation-request-id": [ - "50440f40-22fb-4f7b-9d51-42cfc3dd38fc" + "e2835d82-8052-404b-bd71-889228d99292" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121830Z:50440f40-22fb-4f7b-9d51-42cfc3dd38fc" + "JIOINDIACENTRAL:20221212T091047Z:e2835d82-8052-404b-bd71-889228d99292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -897,7 +669,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:18:29 GMT" + "Mon, 12 Dec 2022 09:10:46 GMT" ], "Expires": [ "-1" @@ -912,12 +684,12 @@ ], "Names": { "Test-ProfileCrud": [ - "ps1460", - "ps5164", - "ps8198" + "ps2357", + "ps3812", + "ps5598" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileCrudWithPiping.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileCrudWithPiping.json index 6755ba3e7a67..9afd5d5625c8 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileCrudWithPiping.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileCrudWithPiping.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps3274?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzMzI3ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps1290?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMTI5MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a3ddd7e0-bd9a-49e1-9462-979df85db741" + "3a3ba56d-3667-4b95-844b-537758405476" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -36,13 +36,13 @@ "1198" ], "x-ms-request-id": [ - "a8c64dbd-fc16-4675-9f02-3d35d524485a" + "5f558bd2-1260-42c0-b182-9fb7dd78bd65" ], "x-ms-correlation-request-id": [ - "a8c64dbd-fc16-4675-9f02-3d35d524485a" + "5f558bd2-1260-42c0-b182-9fb7dd78bd65" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123622Z:a8c64dbd-fc16-4675-9f02-3d35d524485a" + "JIOINDIACENTRAL:20221212T092932Z:5f558bd2-1260-42c0-b182-9fb7dd78bd65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:36:22 GMT" + "Mon, 12 Dec 2022 09:29:31 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3274\",\r\n \"name\": \"ps3274\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1290\",\r\n \"name\": \"ps1290\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3274/providers/Microsoft.Network/trafficmanagerprofiles/ps3183?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMzI3NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczMxODM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1290/providers/Microsoft.Network/trafficmanagerprofiles/ps6151?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTI5MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxNTE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a43c7c62-ead5-4dfb-9f92-ddcfca78b969" + "105d989a-589d-40e1-9944-939dbe4c4232" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "49e97e2c-1fb8-465a-97ac-554abe5be2e1" + "7ec07666-e077-4804-ae41-94c6c3990cfe" ], "x-ms-correlation-request-id": [ - "49e97e2c-1fb8-465a-97ac-554abe5be2e1" + "7ec07666-e077-4804-ae41-94c6c3990cfe" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123623Z:49e97e2c-1fb8-465a-97ac-554abe5be2e1" + "JIOINDIACENTRAL:20221212T092932Z:7ec07666-e077-4804-ae41-94c6c3990cfe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:36:23 GMT" + "Mon, 12 Dec 2022 09:29:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,28 +123,28 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps3183' under resource group 'ps3274' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps6151' under resource group 'ps1290' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3274/providers/Microsoft.Network/trafficmanagerprofiles/ps3183?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMzI3NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczMxODM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1290/providers/Microsoft.Network/trafficmanagerprofiles/ps6151?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTI5MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxNTE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c517ced-b59f-46c3-89ce-be2b9fcab734" + "f3f69480-4050-416d-915c-4c42419b507a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -156,7 +156,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8c517ced-b59f-46c3-89ce-be2b9fcab734" + "f3f69480-4050-416d-915c-4c42419b507a" ], "Server": [ "Microsoft-IIS/10.0" @@ -168,16 +168,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10795" + "1998" ], "x-ms-correlation-request-id": [ - "3b3e5fa5-b6bc-4fbc-bdef-cfdaa456822b" + "9eaa30c3-96d3-466b-8839-16dd6ecf3fce" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123629Z:3b3e5fa5-b6bc-4fbc-bdef-cfdaa456822b" + "JIOINDIACENTRAL:20221212T092938Z:9eaa30c3-96d3-466b-8839-16dd6ecf3fce" ], "Date": [ - "Thu, 20 Jan 2022 12:36:29 GMT" + "Mon, 12 Dec 2022 09:29:37 GMT" ], "Content-Length": [ "657" @@ -186,28 +186,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3274/providers/Microsoft.Network/trafficManagerProfiles/ps3183\",\r\n \"name\": \"ps3183\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3900\",\r\n \"fqdn\": \"ps3900.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1290/providers/Microsoft.Network/trafficManagerProfiles/ps6151\",\r\n \"name\": \"ps6151\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5805\",\r\n \"fqdn\": \"ps5805.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3274/providers/Microsoft.Network/trafficmanagerprofiles/ps3183?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMzI3NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczMxODM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1290/providers/Microsoft.Network/trafficmanagerprofiles/ps6151?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTI5MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxNTE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "450da359-e567-4a6d-9a8e-4cd59d2949b0" + "b63086c2-1052-4cd5-941c-828f2c24cfbb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "7e92aa5f-baf7-4b0e-a95a-992370b9aa1b" + "819dd6e6-1db6-444f-b7b0-83de4f7fa5e4" ], "x-ms-correlation-request-id": [ - "7e92aa5f-baf7-4b0e-a95a-992370b9aa1b" + "819dd6e6-1db6-444f-b7b0-83de4f7fa5e4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123639Z:7e92aa5f-baf7-4b0e-a95a-992370b9aa1b" + "JIOINDIACENTRAL:20221212T092953Z:819dd6e6-1db6-444f-b7b0-83de4f7fa5e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:36:38 GMT" + "Mon, 12 Dec 2022 09:29:53 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -246,26 +246,25 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps3183' under resource group 'ps3274' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps6151' under resource group 'ps1290' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3274/providers/Microsoft.Network/trafficmanagerprofiles/ps3183?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMzI3NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczMxODM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1290/providers/Microsoft.Network/trafficmanagerprofiles/ps6151?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTI5MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxNTE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3900\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps3183\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a43c7c62-ead5-4dfb-9f92-ddcfca78b969" + "105d989a-589d-40e1-9944-939dbe4c4232" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -274,6 +273,7 @@ "337" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5805\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps6151\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -285,10 +285,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a43c7c62-ead5-4dfb-9f92-ddcfca78b969" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10797" + "105d989a-589d-40e1-9944-939dbe4c4232" ], "Server": [ "Microsoft-IIS/10.0" @@ -299,14 +296,17 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "4497" + ], "x-ms-correlation-request-id": [ - "8bb03b18-dbe1-41a0-a95a-b20e8c030093" + "27e636f2-6004-46d1-98dd-2b2f3fd20187" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123628Z:8bb03b18-dbe1-41a0-a95a-b20e8c030093" + "JIOINDIACENTRAL:20221212T092937Z:27e636f2-6004-46d1-98dd-2b2f3fd20187" ], "Date": [ - "Thu, 20 Jan 2022 12:36:27 GMT" + "Mon, 12 Dec 2022 09:29:36 GMT" ], "Content-Length": [ "647" @@ -315,26 +315,25 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3274/providers/Microsoft.Network/trafficManagerProfiles/ps3183\",\r\n \"name\": \"ps3183\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3900\",\r\n \"fqdn\": \"ps3900.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1290/providers/Microsoft.Network/trafficManagerProfiles/ps6151\",\r\n \"name\": \"ps6151\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5805\",\r\n \"fqdn\": \"ps5805.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3274/providers/Microsoft.Network/trafficmanagerprofiles/ps3183?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMzI3NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczMxODM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1290/providers/Microsoft.Network/trafficmanagerprofiles/ps6151?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTI5MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxNTE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3900\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 3\r\n }\r\n },\r\n \"tags\": {},\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3274/providers/Microsoft.Network/trafficManagerProfiles/ps3183\",\r\n \"name\": \"ps3183\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8c517ced-b59f-46c3-89ce-be2b9fcab734" + "f3f69480-4050-416d-915c-4c42419b507a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -343,6 +342,7 @@ "653" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5805\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 3\r\n }\r\n },\r\n \"tags\": {},\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1290/providers/Microsoft.Network/trafficManagerProfiles/ps6151\",\r\n \"name\": \"ps6151\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -354,7 +354,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8c517ced-b59f-46c3-89ce-be2b9fcab734" + "f3f69480-4050-416d-915c-4c42419b507a" ], "Server": [ "Microsoft-IIS/10.0" @@ -366,16 +366,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10796" + "4499" ], "x-ms-correlation-request-id": [ - "cab03d24-f522-4af7-a155-1991676cf245" + "1b0e83a6-dade-4442-b7cf-561a8e1effe8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123633Z:cab03d24-f522-4af7-a155-1991676cf245" + "JIOINDIACENTRAL:20221212T092944Z:1b0e83a6-dade-4442-b7cf-561a8e1effe8" ], "Date": [ - "Thu, 20 Jan 2022 12:36:32 GMT" + "Mon, 12 Dec 2022 09:29:44 GMT" ], "Content-Length": [ "657" @@ -384,28 +384,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3274/providers/Microsoft.Network/trafficManagerProfiles/ps3183\",\r\n \"name\": \"ps3183\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3900\",\r\n \"fqdn\": \"ps3900.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1290/providers/Microsoft.Network/trafficManagerProfiles/ps6151\",\r\n \"name\": \"ps6151\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5805\",\r\n \"fqdn\": \"ps5805.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3274/providers/Microsoft.Network/trafficmanagerprofiles/ps3183?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMzI3NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczMxODM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1290/providers/Microsoft.Network/trafficmanagerprofiles/ps6151?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTI5MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxNTE/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c517ced-b59f-46c3-89ce-be2b9fcab734" + "f3f69480-4050-416d-915c-4c42419b507a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -417,7 +417,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8c517ced-b59f-46c3-89ce-be2b9fcab734" + "f3f69480-4050-416d-915c-4c42419b507a" ], "Server": [ "Microsoft-IIS/10.0" @@ -429,16 +429,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "499" ], "x-ms-correlation-request-id": [ - "fb7170a9-b9ec-4a0f-be5d-1ef8f45191dc" + "1852b04e-2998-4033-a795-f07be805172a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123638Z:fb7170a9-b9ec-4a0f-be5d-1ef8f45191dc" + "JIOINDIACENTRAL:20221212T092953Z:1852b04e-2998-4033-a795-f07be805172a" ], "Date": [ - "Thu, 20 Jan 2022 12:36:38 GMT" + "Mon, 12 Dec 2022 09:29:53 GMT" ], "Content-Length": [ "0" @@ -448,24 +448,24 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps3274?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzMzI3ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps1290?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMTI5MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63f7b7fb-a138-4ae5-b4ca-a7c6d1259a92" + "fac38651-7556-40d8-80fe-771682faa2f8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -474,22 +474,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMyNzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEyOTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14989" ], "x-ms-request-id": [ - "15c4834b-ba16-42a2-b23d-b1986b457453" + "0d912575-eb2f-47d5-81b3-ac59c459c412" ], "x-ms-correlation-request-id": [ - "15c4834b-ba16-42a2-b23d-b1986b457453" + "0d912575-eb2f-47d5-81b3-ac59c459c412" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123642Z:15c4834b-ba16-42a2-b23d-b1986b457453" + "JIOINDIACENTRAL:20221212T092957Z:0d912575-eb2f-47d5-81b3-ac59c459c412" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -498,7 +498,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:36:42 GMT" + "Mon, 12 Dec 2022 09:29:56 GMT" ], "Expires": [ "-1" @@ -511,18 +511,75 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMyNzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNeU56UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEyOTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFeU9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEyOTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-request-id": [ + "07d731d0-13e1-4c5f-88e2-6da723547192" + ], + "x-ms-correlation-request-id": [ + "07d731d0-13e1-4c5f-88e2-6da723547192" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T093012Z:07d731d0-13e1-4c5f-88e2-6da723547192" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:30:11 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEyOTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFeU9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -530,17 +587,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEyOTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11979" ], "x-ms-request-id": [ - "4cf6f9e9-695a-4cbe-958b-0bcceed4eda2" + "28e36e52-8c07-4d0d-a374-a941cdfbdb10" ], "x-ms-correlation-request-id": [ - "4cf6f9e9-695a-4cbe-958b-0bcceed4eda2" + "28e36e52-8c07-4d0d-a374-a941cdfbdb10" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123658Z:4cf6f9e9-695a-4cbe-958b-0bcceed4eda2" + "JIOINDIACENTRAL:20221212T093028Z:28e36e52-8c07-4d0d-a374-a941cdfbdb10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -549,7 +612,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:36:58 GMT" + "Mon, 12 Dec 2022 09:30:27 GMT" ], "Expires": [ "-1" @@ -559,21 +622,186 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEyOTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFeU9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEyOTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-request-id": [ + "24871a4d-9972-46ab-a24a-553e0ab95766" + ], + "x-ms-correlation-request-id": [ + "24871a4d-9972-46ab-a24a-553e0ab95766" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T093043Z:24871a4d-9972-46ab-a24a-553e0ab95766" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:30:43 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMyNzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNeU56UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEyOTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFeU9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEyOTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-request-id": [ + "825c6279-d4ef-45f2-b61b-d7a20041da02" + ], + "x-ms-correlation-request-id": [ + "825c6279-d4ef-45f2-b61b-d7a20041da02" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T093059Z:825c6279-d4ef-45f2-b61b-d7a20041da02" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:30:58 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEyOTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFeU9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-request-id": [ + "b0a43808-7981-44cc-badf-f01382e64c00" + ], + "x-ms-correlation-request-id": [ + "b0a43808-7981-44cc-badf-f01382e64c00" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T093114Z:b0a43808-7981-44cc-badf-f01382e64c00" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:31:13 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEyOTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFeU9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -582,16 +810,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11975" ], "x-ms-request-id": [ - "0d3023de-716c-4fd9-a3fd-847248e67a28" + "0a2f3e8f-2a18-490c-be24-547515a0fc85" ], "x-ms-correlation-request-id": [ - "0d3023de-716c-4fd9-a3fd-847248e67a28" + "0a2f3e8f-2a18-490c-be24-547515a0fc85" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123659Z:0d3023de-716c-4fd9-a3fd-847248e67a28" + "JIOINDIACENTRAL:20221212T093115Z:0a2f3e8f-2a18-490c-be24-547515a0fc85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -600,7 +828,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:36:58 GMT" + "Mon, 12 Dec 2022 09:31:14 GMT" ], "Expires": [ "-1" @@ -615,12 +843,12 @@ ], "Names": { "Test-ProfileCrudWithPiping": [ - "ps3183", - "ps3274", - "ps3900" + "ps6151", + "ps1290", + "ps5805" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileDisable.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileDisable.json index 6c700d93b2de..26c086cbf37f 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileDisable.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileDisable.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps2740?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzMjc0MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps5485?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNTQ4NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "164921b6-77e8-445c-89f4-59388cb3fabf" + "a9ac24c3-960e-4189-aa51-c97ed4b54b5a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1193" ], "x-ms-request-id": [ - "30984bc7-aff7-4a65-b5eb-4fc23a81f406" + "a0e0f043-04e6-4292-acff-de8a2165e202" ], "x-ms-correlation-request-id": [ - "30984bc7-aff7-4a65-b5eb-4fc23a81f406" + "a0e0f043-04e6-4292-acff-de8a2165e202" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123212Z:30984bc7-aff7-4a65-b5eb-4fc23a81f406" + "JIOINDIACENTRAL:20221212T092508Z:a0e0f043-04e6-4292-acff-de8a2165e202" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:32:12 GMT" + "Mon, 12 Dec 2022 09:25:07 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2740\",\r\n \"name\": \"ps2740\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5485\",\r\n \"name\": \"ps5485\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2740/providers/Microsoft.Network/trafficmanagerprofiles/ps2495?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjc0MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczI0OTU/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5485/providers/Microsoft.Network/trafficmanagerprofiles/ps2332?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTQ4NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIzMzI/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8339f602-8267-4b50-a292-c98946c5e2bd" + "71d75779-b27e-4a9c-ab18-2b3e95febe99" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "ac012f50-fa3a-4538-bb0c-38edb5777602" + "a714e6a7-3306-4bae-8678-09b30ba65b1f" ], "x-ms-correlation-request-id": [ - "ac012f50-fa3a-4538-bb0c-38edb5777602" + "a714e6a7-3306-4bae-8678-09b30ba65b1f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123213Z:ac012f50-fa3a-4538-bb0c-38edb5777602" + "JIOINDIACENTRAL:20221212T092508Z:a714e6a7-3306-4bae-8678-09b30ba65b1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:32:13 GMT" + "Mon, 12 Dec 2022 09:25:07 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,28 +123,28 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps2495' under resource group 'ps2740' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps2332' under resource group 'ps5485' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2740/providers/Microsoft.Network/trafficmanagerprofiles/ps2495?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjc0MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczI0OTU/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5485/providers/Microsoft.Network/trafficmanagerprofiles/ps2332?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTQ4NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIzMzI/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2496abc-2c7e-47b0-a97b-7144dd2205ea" + "a03b5788-817b-415d-9452-d276a715331f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -156,7 +156,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c2496abc-2c7e-47b0-a97b-7144dd2205ea" + "a03b5788-817b-415d-9452-d276a715331f" ], "Server": [ "Microsoft-IIS/10.0" @@ -168,52 +168,52 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10796" + "1997" ], "x-ms-correlation-request-id": [ - "6e10a17d-4442-4553-9be5-40aaa05fe5ee" + "bf8adb1d-366a-4fe1-9e85-b135de11efe9" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123223Z:6e10a17d-4442-4553-9be5-40aaa05fe5ee" + "JIOINDIACENTRAL:20221212T092520Z:bf8adb1d-366a-4fe1-9e85-b135de11efe9" ], "Date": [ - "Thu, 20 Jan 2022 12:32:23 GMT" + "Mon, 12 Dec 2022 09:25:19 GMT" ], "Content-Length": [ - "658" + "656" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2740/providers/Microsoft.Network/trafficManagerProfiles/ps2495\",\r\n \"name\": \"ps2495\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3087\",\r\n \"fqdn\": \"ps3087.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5485/providers/Microsoft.Network/trafficManagerProfiles/ps2332\",\r\n \"name\": \"ps2332\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps112\",\r\n \"fqdn\": \"ps112.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2740/providers/Microsoft.Network/trafficmanagerprofiles/ps2495?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjc0MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczI0OTU/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5485/providers/Microsoft.Network/trafficmanagerprofiles/ps2332?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTQ4NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIzMzI/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3087\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps2495\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8339f602-8267-4b50-a292-c98946c5e2bd" + "71d75779-b27e-4a9c-ab18-2b3e95febe99" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "337" + "336" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps112\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps2332\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8339f602-8267-4b50-a292-c98946c5e2bd" + "71d75779-b27e-4a9c-ab18-2b3e95febe99" ], "Server": [ "Microsoft-IIS/10.0" @@ -237,44 +237,43 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "4498" ], "x-ms-correlation-request-id": [ - "2e8ffb4f-6228-4e0b-9569-be7ac8e3ea08" + "7406cd39-ba18-48b9-9244-966105d7f479" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123219Z:2e8ffb4f-6228-4e0b-9569-be7ac8e3ea08" + "JIOINDIACENTRAL:20221212T092514Z:7406cd39-ba18-48b9-9244-966105d7f479" ], "Date": [ - "Thu, 20 Jan 2022 12:32:19 GMT" + "Mon, 12 Dec 2022 09:25:13 GMT" ], "Content-Length": [ - "647" + "645" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2740/providers/Microsoft.Network/trafficManagerProfiles/ps2495\",\r\n \"name\": \"ps2495\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3087\",\r\n \"fqdn\": \"ps3087.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5485/providers/Microsoft.Network/trafficManagerProfiles/ps2332\",\r\n \"name\": \"ps2332\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps112\",\r\n \"fqdn\": \"ps112.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2740/providers/Microsoft.Network/trafficmanagerprofiles/ps2495?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMjc0MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczI0OTU/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5485/providers/Microsoft.Network/trafficmanagerprofiles/ps2332?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTQ4NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIzMzI/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\"\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps2495\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a258ede7-c835-4bc3-805b-cc939f1282ac" + "e501e7ca-246e-47ad-9aba-2387b72b681d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -283,6 +282,7 @@ "162" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\"\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps2332\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -294,7 +294,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a258ede7-c835-4bc3-805b-cc939f1282ac" + "e501e7ca-246e-47ad-9aba-2387b72b681d" ], "Server": [ "Microsoft-IIS/10.0" @@ -306,46 +306,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10797" + "4498" ], "x-ms-correlation-request-id": [ - "21e514dd-a927-42fe-9542-c04bedb807ec" + "062a86a9-857a-4910-8405-1ac11b7ee978" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123223Z:21e514dd-a927-42fe-9542-c04bedb807ec" + "JIOINDIACENTRAL:20221212T092520Z:062a86a9-857a-4910-8405-1ac11b7ee978" ], "Date": [ - "Thu, 20 Jan 2022 12:32:22 GMT" + "Mon, 12 Dec 2022 09:25:19 GMT" ], "Content-Length": [ - "658" + "656" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps2740/providers/Microsoft.Network/trafficManagerProfiles/ps2495\",\r\n \"name\": \"ps2495\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3087\",\r\n \"fqdn\": \"ps3087.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5485/providers/Microsoft.Network/trafficManagerProfiles/ps2332\",\r\n \"name\": \"ps2332\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps112\",\r\n \"fqdn\": \"ps112.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps2740?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzMjc0MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps5485?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNTQ4NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "717b3b0e-3c06-4de1-b281-b8da242e423a" + "dd961a22-be97-4cf1-9968-4a27d528aeed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -354,22 +354,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14991" ], "x-ms-request-id": [ - "a3fb5d1e-bcfe-43e2-b399-ad4f4de7aa28" + "b0a60f66-d3a8-470d-8da2-00af2175ae06" ], "x-ms-correlation-request-id": [ - "a3fb5d1e-bcfe-43e2-b399-ad4f4de7aa28" + "b0a60f66-d3a8-470d-8da2-00af2175ae06" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123228Z:a3fb5d1e-bcfe-43e2-b399-ad4f4de7aa28" + "JIOINDIACENTRAL:20221212T092524Z:b0a60f66-d3a8-470d-8da2-00af2175ae06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -378,7 +378,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:32:28 GMT" + "Mon, 12 Dec 2022 09:25:24 GMT" ], "Expires": [ "-1" @@ -391,75 +391,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVME9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "b9bb145e-6be3-4b6b-9119-92c76c23116a" - ], - "x-ms-correlation-request-id": [ - "b9bb145e-6be3-4b6b-9119-92c76c23116a" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123244Z:b9bb145e-6be3-4b6b-9119-92c76c23116a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:32:43 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -468,22 +411,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11971" ], "x-ms-request-id": [ - "7d4b33e9-bee7-4f0d-99b8-2ecfc433b970" + "394a4be5-23d8-407b-a4f1-076ea7bd9eef" ], "x-ms-correlation-request-id": [ - "7d4b33e9-bee7-4f0d-99b8-2ecfc433b970" + "394a4be5-23d8-407b-a4f1-076ea7bd9eef" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123259Z:7d4b33e9-bee7-4f0d-99b8-2ecfc433b970" + "JIOINDIACENTRAL:20221212T092539Z:394a4be5-23d8-407b-a4f1-076ea7bd9eef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -492,7 +435,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:32:59 GMT" + "Mon, 12 Dec 2022 09:25:39 GMT" ], "Expires": [ "-1" @@ -505,75 +448,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVME9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "cdbbc3fd-3c00-44fd-8cce-e3638d363cf8" - ], - "x-ms-correlation-request-id": [ - "cdbbc3fd-3c00-44fd-8cce-e3638d363cf8" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123315Z:cdbbc3fd-3c00-44fd-8cce-e3638d363cf8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:33:14 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -582,22 +468,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11970" ], "x-ms-request-id": [ - "19a5e07d-20fa-444a-8bad-65d76005b9e3" + "cd64b177-10fb-43cd-b3c5-e44609aaba80" ], "x-ms-correlation-request-id": [ - "19a5e07d-20fa-444a-8bad-65d76005b9e3" + "cd64b177-10fb-43cd-b3c5-e44609aaba80" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123330Z:19a5e07d-20fa-444a-8bad-65d76005b9e3" + "JIOINDIACENTRAL:20221212T092555Z:cd64b177-10fb-43cd-b3c5-e44609aaba80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -606,7 +492,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:33:30 GMT" + "Mon, 12 Dec 2022 09:25:54 GMT" ], "Expires": [ "-1" @@ -619,75 +505,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVME9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "f1a38e42-9c37-4c62-a645-bb6f7a40b30e" - ], - "x-ms-correlation-request-id": [ - "f1a38e42-9c37-4c62-a645-bb6f7a40b30e" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123346Z:f1a38e42-9c37-4c62-a645-bb6f7a40b30e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:33:46 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -696,22 +525,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11969" ], "x-ms-request-id": [ - "a59b8f63-27ee-486a-8f16-4f4ce6316594" + "3d6b02dc-d6f2-4485-afa9-01d6e24fb610" ], "x-ms-correlation-request-id": [ - "a59b8f63-27ee-486a-8f16-4f4ce6316594" + "3d6b02dc-d6f2-4485-afa9-01d6e24fb610" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123401Z:a59b8f63-27ee-486a-8f16-4f4ce6316594" + "JIOINDIACENTRAL:20221212T092610Z:3d6b02dc-d6f2-4485-afa9-01d6e24fb610" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -720,7 +549,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:34:01 GMT" + "Mon, 12 Dec 2022 09:26:09 GMT" ], "Expires": [ "-1" @@ -733,18 +562,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVME9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -753,22 +582,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11968" ], "x-ms-request-id": [ - "7cec02d3-c256-411c-8963-bb16cf242e3e" + "fcb13016-33ab-4a50-8d9e-a689d2b01687" ], "x-ms-correlation-request-id": [ - "7cec02d3-c256-411c-8963-bb16cf242e3e" + "fcb13016-33ab-4a50-8d9e-a689d2b01687" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123417Z:7cec02d3-c256-411c-8963-bb16cf242e3e" + "JIOINDIACENTRAL:20221212T092626Z:fcb13016-33ab-4a50-8d9e-a689d2b01687" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -777,7 +606,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:34:17 GMT" + "Mon, 12 Dec 2022 09:26:26 GMT" ], "Expires": [ "-1" @@ -790,18 +619,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVME9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -810,22 +639,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11967" ], "x-ms-request-id": [ - "8db94e54-2a5a-4da3-bfb7-9d4269f321ab" + "3a0885e6-58ae-45a4-9b1f-f00e8a099248" ], "x-ms-correlation-request-id": [ - "8db94e54-2a5a-4da3-bfb7-9d4269f321ab" + "3a0885e6-58ae-45a4-9b1f-f00e8a099248" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123432Z:8db94e54-2a5a-4da3-bfb7-9d4269f321ab" + "JIOINDIACENTRAL:20221212T092641Z:3a0885e6-58ae-45a4-9b1f-f00e8a099248" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -834,7 +663,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:34:32 GMT" + "Mon, 12 Dec 2022 09:26:41 GMT" ], "Expires": [ "-1" @@ -847,18 +676,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVME9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -867,22 +696,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11966" ], "x-ms-request-id": [ - "a9d87a6f-c05c-4e29-b30d-36e47697b073" + "a7ead87b-83ac-45ca-a6cc-0b1818bf8fd0" ], "x-ms-correlation-request-id": [ - "a9d87a6f-c05c-4e29-b30d-36e47697b073" + "a7ead87b-83ac-45ca-a6cc-0b1818bf8fd0" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123448Z:a9d87a6f-c05c-4e29-b30d-36e47697b073" + "JIOINDIACENTRAL:20221212T092657Z:a7ead87b-83ac-45ca-a6cc-0b1818bf8fd0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -891,7 +720,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:34:47 GMT" + "Mon, 12 Dec 2022 09:26:56 GMT" ], "Expires": [ "-1" @@ -904,18 +733,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVME9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -924,22 +753,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11965" ], "x-ms-request-id": [ - "f7dcf176-f01c-45b9-8d89-104fda81f1ee" + "c3c23bfe-7767-407f-b185-dd76bbb29895" ], "x-ms-correlation-request-id": [ - "f7dcf176-f01c-45b9-8d89-104fda81f1ee" + "c3c23bfe-7767-407f-b185-dd76bbb29895" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123504Z:f7dcf176-f01c-45b9-8d89-104fda81f1ee" + "JIOINDIACENTRAL:20221212T092712Z:c3c23bfe-7767-407f-b185-dd76bbb29895" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -948,7 +777,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:35:03 GMT" + "Mon, 12 Dec 2022 09:27:11 GMT" ], "Expires": [ "-1" @@ -961,18 +790,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVME9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -981,22 +810,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11964" ], "x-ms-request-id": [ - "94caac78-84f9-495c-9787-b83a623bab85" + "374dc8a3-9886-4dd2-ab9d-5c3c4fccb053" ], "x-ms-correlation-request-id": [ - "94caac78-84f9-495c-9787-b83a623bab85" + "374dc8a3-9886-4dd2-ab9d-5c3c4fccb053" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123519Z:94caac78-84f9-495c-9787-b83a623bab85" + "JIOINDIACENTRAL:20221212T092728Z:374dc8a3-9886-4dd2-ab9d-5c3c4fccb053" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1005,7 +834,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:35:19 GMT" + "Mon, 12 Dec 2022 09:27:27 GMT" ], "Expires": [ "-1" @@ -1018,18 +847,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVME9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1038,16 +867,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11963" ], "x-ms-request-id": [ - "9aac2af7-d7a6-4cf1-8819-003b512c4d4f" + "72ad6406-e17d-4a86-8cf7-96f4957915ef" ], "x-ms-correlation-request-id": [ - "9aac2af7-d7a6-4cf1-8819-003b512c4d4f" + "72ad6406-e17d-4a86-8cf7-96f4957915ef" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123535Z:9aac2af7-d7a6-4cf1-8819-003b512c4d4f" + "JIOINDIACENTRAL:20221212T092743Z:72ad6406-e17d-4a86-8cf7-96f4957915ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1056,7 +885,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:35:34 GMT" + "Mon, 12 Dec 2022 09:27:43 GMT" ], "Expires": [ "-1" @@ -1069,18 +898,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU0ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVME9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1089,16 +918,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11962" ], "x-ms-request-id": [ - "77bac337-fa85-42a1-a815-e9e2e4180a55" + "976a67e2-e75d-47b4-89cc-c9ff9b4800b7" ], "x-ms-correlation-request-id": [ - "77bac337-fa85-42a1-a815-e9e2e4180a55" + "976a67e2-e75d-47b4-89cc-c9ff9b4800b7" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123535Z:77bac337-fa85-42a1-a815-e9e2e4180a55" + "JIOINDIACENTRAL:20221212T092744Z:976a67e2-e75d-47b4-89cc-c9ff9b4800b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1107,7 +936,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:35:35 GMT" + "Mon, 12 Dec 2022 09:27:43 GMT" ], "Expires": [ "-1" @@ -1122,12 +951,12 @@ ], "Names": { "Test-ProfileDisable": [ - "ps2495", - "ps3087", - "ps2740" + "ps2332", + "ps112", + "ps5485" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileDisableNonExisting.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileDisableNonExisting.json index 1dac8e0f126f..b786fd812469 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileDisableNonExisting.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileDisableNonExisting.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps7067?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzA2Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps967?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzOTY3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5ebc64ba-0494-4ccd-8f88-8a2e7c7dcc1b" + "648df9f1-91c9-4568-9ea5-36a0c08bc077" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -36,13 +36,13 @@ "1198" ], "x-ms-request-id": [ - "b9aebf87-77ba-4e7c-b357-3a0353369dde" + "72e576d5-f234-4c83-b13d-17199bf00540" ], "x-ms-correlation-request-id": [ - "b9aebf87-77ba-4e7c-b357-3a0353369dde" + "72e576d5-f234-4c83-b13d-17199bf00540" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121621Z:b9aebf87-77ba-4e7c-b357-3a0353369dde" + "CENTRALINDIA:20221212T090835Z:72e576d5-f234-4c83-b13d-17199bf00540" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,10 +51,10 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:16:20 GMT" + "Mon, 12 Dec 2022 09:08:34 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,26 +63,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7067\",\r\n \"name\": \"ps7067\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps967\",\r\n \"name\": \"ps967\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7067/providers/Microsoft.Network/trafficmanagerprofiles/ps7233?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzA2Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczcyMzM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps967/providers/Microsoft.Network/trafficmanagerprofiles/ps8992?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzODk5Mj9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\"\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps7233\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ebb6a0cc-030c-4d0b-af1a-a7bd84ee11a7" + "e1c1cd38-3fa0-4c5f-bfb2-b22cb70e32a6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -91,6 +90,7 @@ "162" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\"\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps8992\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -102,13 +102,13 @@ "gateway" ], "x-ms-request-id": [ - "75734bac-8e21-4722-8dce-14385f008a0f" + "6567921f-7b75-45ed-b811-03b1f4e910ef" ], "x-ms-correlation-request-id": [ - "75734bac-8e21-4722-8dce-14385f008a0f" + "6567921f-7b75-45ed-b811-03b1f4e910ef" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121623Z:75734bac-8e21-4722-8dce-14385f008a0f" + "CENTRALINDIA:20221212T090836Z:6567921f-7b75-45ed-b811-03b1f4e910ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -117,10 +117,10 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:16:23 GMT" + "Mon, 12 Dec 2022 09:08:35 GMT" ], "Content-Length": [ - "225" + "224" ], "Content-Type": [ "application/json; charset=utf-8" @@ -129,28 +129,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps7233' under resource group 'ps7067' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps8992' under resource group 'ps967' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps7067?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzA2Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps967?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzOTY3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af2db2e9-f04e-46fc-9f25-06af3b41dd0f" + "2b48dd5a-6482-4412-ad5d-7a6e50c1e496" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -159,22 +159,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwNjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14998" ], "x-ms-request-id": [ - "271500e7-193f-48f2-ab73-da4fddcc0b19" + "edd1e329-3968-44cb-88df-efe6198e95e3" ], "x-ms-correlation-request-id": [ - "271500e7-193f-48f2-ab73-da4fddcc0b19" + "edd1e329-3968-44cb-88df-efe6198e95e3" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121628Z:271500e7-193f-48f2-ab73-da4fddcc0b19" + "CENTRALINDIA:20221212T090842Z:edd1e329-3968-44cb-88df-efe6198e95e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,7 +183,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:16:27 GMT" + "Mon, 12 Dec 2022 09:08:42 GMT" ], "Expires": [ "-1" @@ -196,18 +196,75 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwNjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd05qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "0cfc50f1-d5c1-47b4-a0c2-4c0c1d468872" + ], + "x-ms-correlation-request-id": [ + "0cfc50f1-d5c1-47b4-a0c2-4c0c1d468872" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20221212T090858Z:0cfc50f1-d5c1-47b4-a0c2-4c0c1d468872" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:08:57 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -215,17 +272,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11987" ], "x-ms-request-id": [ - "4b867f43-2194-4301-8e0d-390c3cc87d1f" + "0efb1272-d49e-4a9e-bcfc-840eb9e59b6a" ], "x-ms-correlation-request-id": [ - "4b867f43-2194-4301-8e0d-390c3cc87d1f" + "0efb1272-d49e-4a9e-bcfc-840eb9e59b6a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121643Z:4b867f43-2194-4301-8e0d-390c3cc87d1f" + "CENTRALINDIA:20221212T090913Z:0efb1272-d49e-4a9e-bcfc-840eb9e59b6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +297,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:16:43 GMT" + "Mon, 12 Dec 2022 09:09:12 GMT" ], "Expires": [ "-1" @@ -244,21 +307,186 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "f95b3bd2-8f34-405d-b7d9-ec35e42c9aaa" + ], + "x-ms-correlation-request-id": [ + "f95b3bd2-8f34-405d-b7d9-ec35e42c9aaa" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20221212T090929Z:f95b3bd2-8f34-405d-b7d9-ec35e42c9aaa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:09:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwNjctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd05qY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-request-id": [ + "3d77e2ff-191d-4b33-88b6-7543580600e2" + ], + "x-ms-correlation-request-id": [ + "3d77e2ff-191d-4b33-88b6-7543580600e2" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20221212T090944Z:3d77e2ff-191d-4b33-88b6-7543580600e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:09:44 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-request-id": [ + "bd6bc912-baa3-467c-af0d-f44024bd17d9" + ], + "x-ms-correlation-request-id": [ + "bd6bc912-baa3-467c-af0d-f44024bd17d9" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20221212T091000Z:bd6bc912-baa3-467c-af0d-f44024bd17d9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:10:00 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -267,16 +495,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11983" ], "x-ms-request-id": [ - "386b2cbf-b259-44e9-84bb-ed96de9824b0" + "dfe78f7b-8090-4600-9618-c69736a75adc" ], "x-ms-correlation-request-id": [ - "386b2cbf-b259-44e9-84bb-ed96de9824b0" + "dfe78f7b-8090-4600-9618-c69736a75adc" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121644Z:386b2cbf-b259-44e9-84bb-ed96de9824b0" + "CENTRALINDIA:20221212T091000Z:dfe78f7b-8090-4600-9618-c69736a75adc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -285,7 +513,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:16:43 GMT" + "Mon, 12 Dec 2022 09:10:00 GMT" ], "Expires": [ "-1" @@ -300,11 +528,11 @@ ], "Names": { "Test-ProfileDisableNonExisting": [ - "ps7233", - "ps7067" + "ps8992", + "ps967" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileDisablePipeline.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileDisablePipeline.json index 68805f1e7f78..d5fa7fcd9b24 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileDisablePipeline.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileDisablePipeline.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps3687?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzMzY4Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps9072?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzOTA3Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "50d1eb02-ed4b-48a7-927d-424b786ad1df" + "f991cfcb-b732-477a-8fdf-906e4a455fc1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "1beac969-60d7-490b-991f-13d38bce965f" + "d11b32ed-0cd5-4bf3-a5da-d3ba0626826f" ], "x-ms-correlation-request-id": [ - "1beac969-60d7-490b-991f-13d38bce965f" + "d11b32ed-0cd5-4bf3-a5da-d3ba0626826f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124759Z:1beac969-60d7-490b-991f-13d38bce965f" + "CENTRALINDIA:20221212T093901Z:d11b32ed-0cd5-4bf3-a5da-d3ba0626826f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:47:59 GMT" + "Mon, 12 Dec 2022 09:39:00 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3687\",\r\n \"name\": \"ps3687\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9072\",\r\n \"name\": \"ps9072\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3687/providers/Microsoft.Network/trafficmanagerprofiles/ps2194?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMzY4Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIxOTQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9072/providers/Microsoft.Network/trafficmanagerprofiles/ps6120?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTA3Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxMjA/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2312fb69-777a-476c-94e4-41400d491829" + "bf29925f-4d42-4412-a6f5-547b916d02e9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "16585f6e-531a-489a-959f-98a5f6068da7" + "59178247-3e49-4f26-bfee-2888343cf86b" ], "x-ms-correlation-request-id": [ - "16585f6e-531a-489a-959f-98a5f6068da7" + "59178247-3e49-4f26-bfee-2888343cf86b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124801Z:16585f6e-531a-489a-959f-98a5f6068da7" + "CENTRALINDIA:20221212T093901Z:59178247-3e49-4f26-bfee-2888343cf86b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:48:01 GMT" + "Mon, 12 Dec 2022 09:39:01 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,28 +123,28 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps2194' under resource group 'ps3687' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps6120' under resource group 'ps9072' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3687/providers/Microsoft.Network/trafficmanagerprofiles/ps2194?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMzY4Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIxOTQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9072/providers/Microsoft.Network/trafficmanagerprofiles/ps6120?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTA3Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxMjA/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5cae320c-fd04-4a2e-bcd3-63793eafeff8" + "ad2e87e8-e2db-44b8-945d-1bcbac92378f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -156,7 +156,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5cae320c-fd04-4a2e-bcd3-63793eafeff8" + "ad2e87e8-e2db-44b8-945d-1bcbac92378f" ], "Server": [ "Microsoft-IIS/10.0" @@ -168,16 +168,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "1999" ], "x-ms-correlation-request-id": [ - "a91a2322-7d6b-41a6-8f23-c369c3680cff" + "14e734db-c796-42e7-b7da-cd96f71de259" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124815Z:a91a2322-7d6b-41a6-8f23-c369c3680cff" + "CENTRALINDIA:20221212T093920Z:14e734db-c796-42e7-b7da-cd96f71de259" ], "Date": [ - "Thu, 20 Jan 2022 12:48:15 GMT" + "Mon, 12 Dec 2022 09:39:19 GMT" ], "Content-Length": [ "658" @@ -186,26 +186,25 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3687/providers/Microsoft.Network/trafficManagerProfiles/ps2194\",\r\n \"name\": \"ps2194\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps2106\",\r\n \"fqdn\": \"ps2106.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9072/providers/Microsoft.Network/trafficManagerProfiles/ps6120\",\r\n \"name\": \"ps6120\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps6711\",\r\n \"fqdn\": \"ps6711.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3687/providers/Microsoft.Network/trafficmanagerprofiles/ps2194?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMzY4Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIxOTQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9072/providers/Microsoft.Network/trafficmanagerprofiles/ps6120?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTA3Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxMjA/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps2106\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps2194\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2312fb69-777a-476c-94e4-41400d491829" + "bf29925f-4d42-4412-a6f5-547b916d02e9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -214,6 +213,7 @@ "337" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps6711\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps6120\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2312fb69-777a-476c-94e4-41400d491829" + "bf29925f-4d42-4412-a6f5-547b916d02e9" ], "Server": [ "Microsoft-IIS/10.0" @@ -237,16 +237,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "0986c811-6746-4230-a114-8d4c72198a26" + "d11b218a-171e-4f98-a278-c43f513f6bb4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124811Z:0986c811-6746-4230-a114-8d4c72198a26" + "CENTRALINDIA:20221212T093909Z:d11b218a-171e-4f98-a278-c43f513f6bb4" ], "Date": [ - "Thu, 20 Jan 2022 12:48:10 GMT" + "Mon, 12 Dec 2022 09:39:08 GMT" ], "Content-Length": [ "647" @@ -255,26 +255,25 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3687/providers/Microsoft.Network/trafficManagerProfiles/ps2194\",\r\n \"name\": \"ps2194\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps2106\",\r\n \"fqdn\": \"ps2106.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9072/providers/Microsoft.Network/trafficManagerProfiles/ps6120\",\r\n \"name\": \"ps6120\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps6711\",\r\n \"fqdn\": \"ps6711.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3687/providers/Microsoft.Network/trafficmanagerprofiles/ps2194?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMzY4Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczIxOTQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9072/providers/Microsoft.Network/trafficmanagerprofiles/ps6120?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzOTA3Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczYxMjA/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\"\r\n },\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3687/providers/Microsoft.Network/trafficManagerProfiles/ps2194\",\r\n \"name\": \"ps2194\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e687fa6a-aeb2-444c-b783-d0702bc71cab" + "c72a9225-bce9-476e-99b3-96932c034be5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -283,6 +282,7 @@ "306" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\"\r\n },\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9072/providers/Microsoft.Network/trafficManagerProfiles/ps6120\",\r\n \"name\": \"ps6120\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -294,7 +294,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e687fa6a-aeb2-444c-b783-d0702bc71cab" + "c72a9225-bce9-476e-99b3-96932c034be5" ], "Server": [ "Microsoft-IIS/10.0" @@ -306,16 +306,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "4499" ], "x-ms-correlation-request-id": [ - "102b71a0-15a5-4ac3-a229-e5065ba3f588" + "f7c3d14c-0f2d-423a-b80e-e773eb61d335" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124815Z:102b71a0-15a5-4ac3-a229-e5065ba3f588" + "CENTRALINDIA:20221212T093918Z:f7c3d14c-0f2d-423a-b80e-e773eb61d335" ], "Date": [ - "Thu, 20 Jan 2022 12:48:14 GMT" + "Mon, 12 Dec 2022 09:39:18 GMT" ], "Content-Length": [ "658" @@ -324,28 +324,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps3687/providers/Microsoft.Network/trafficManagerProfiles/ps2194\",\r\n \"name\": \"ps2194\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps2106\",\r\n \"fqdn\": \"ps2106.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps9072/providers/Microsoft.Network/trafficManagerProfiles/ps6120\",\r\n \"name\": \"ps6120\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps6711\",\r\n \"fqdn\": \"ps6711.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps3687?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzMzY4Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps9072?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzOTA3Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13c48727-fa56-49bf-b839-4de19d39e45b" + "c9ffc4d6-675f-4a4d-a01a-3ef1b3e6ede4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -354,22 +354,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM2ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14990" ], "x-ms-request-id": [ - "69298c1b-8f77-4d8f-981d-8e7bab826cbb" + "620885e4-492b-4cd5-98e6-376ec63675c5" ], "x-ms-correlation-request-id": [ - "69298c1b-8f77-4d8f-981d-8e7bab826cbb" + "620885e4-492b-4cd5-98e6-376ec63675c5" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124820Z:69298c1b-8f77-4d8f-981d-8e7bab826cbb" + "JIOINDIACENTRAL:20221212T093925Z:620885e4-492b-4cd5-98e6-376ec63675c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -378,7 +378,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:48:19 GMT" + "Mon, 12 Dec 2022 09:39:25 GMT" ], "Expires": [ "-1" @@ -391,18 +391,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM2ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMk9EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprd056SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -411,22 +411,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM2ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11974" ], "x-ms-request-id": [ - "0f80e21f-be9e-441c-93b5-2af6c3f7782a" + "63618f45-c9de-4c28-a91b-76b51e5b34f3" ], "x-ms-correlation-request-id": [ - "0f80e21f-be9e-441c-93b5-2af6c3f7782a" + "63618f45-c9de-4c28-a91b-76b51e5b34f3" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124835Z:0f80e21f-be9e-441c-93b5-2af6c3f7782a" + "JIOINDIACENTRAL:20221212T093940Z:63618f45-c9de-4c28-a91b-76b51e5b34f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -435,7 +435,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:48:35 GMT" + "Mon, 12 Dec 2022 09:39:40 GMT" ], "Expires": [ "-1" @@ -448,18 +448,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM2ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMk9EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprd056SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -468,22 +468,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM2ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11973" ], "x-ms-request-id": [ - "9a633484-c674-46f8-8cd0-4a82f6348709" + "d89b829b-7dba-4580-a7f3-04ab7acf44c3" ], "x-ms-correlation-request-id": [ - "9a633484-c674-46f8-8cd0-4a82f6348709" + "d89b829b-7dba-4580-a7f3-04ab7acf44c3" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124851Z:9a633484-c674-46f8-8cd0-4a82f6348709" + "JIOINDIACENTRAL:20221212T093956Z:d89b829b-7dba-4580-a7f3-04ab7acf44c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -492,7 +492,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:48:50 GMT" + "Mon, 12 Dec 2022 09:39:55 GMT" ], "Expires": [ "-1" @@ -505,18 +505,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM2ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMk9EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprd056SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -525,22 +525,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM2ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11972" ], "x-ms-request-id": [ - "94174d48-55fb-4c8c-ab43-818df790d0fa" + "d3666720-678b-4245-8f4d-1d7956fc7ad4" ], "x-ms-correlation-request-id": [ - "94174d48-55fb-4c8c-ab43-818df790d0fa" + "d3666720-678b-4245-8f4d-1d7956fc7ad4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124907Z:94174d48-55fb-4c8c-ab43-818df790d0fa" + "JIOINDIACENTRAL:20221212T094011Z:d3666720-678b-4245-8f4d-1d7956fc7ad4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -549,7 +549,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:49:06 GMT" + "Mon, 12 Dec 2022 09:40:11 GMT" ], "Expires": [ "-1" @@ -562,18 +562,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM2ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMk9EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprd056SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -582,22 +582,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM2ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11971" ], "x-ms-request-id": [ - "1d0884f7-316d-428b-8d80-f00ee8334631" + "647286cb-9f53-4246-bea7-71a3e8c73cf8" ], "x-ms-correlation-request-id": [ - "1d0884f7-316d-428b-8d80-f00ee8334631" + "647286cb-9f53-4246-bea7-71a3e8c73cf8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124923Z:1d0884f7-316d-428b-8d80-f00ee8334631" + "JIOINDIACENTRAL:20221212T094027Z:647286cb-9f53-4246-bea7-71a3e8c73cf8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -606,7 +606,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:49:22 GMT" + "Mon, 12 Dec 2022 09:40:26 GMT" ], "Expires": [ "-1" @@ -619,18 +619,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM2ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMk9EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprd056SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -639,22 +639,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM2ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11970" ], "x-ms-request-id": [ - "c79ac0ef-44d5-49ca-a69b-22e546ea4355" + "b69bb3da-b13f-4410-aa72-9a832fe2c1bd" ], "x-ms-correlation-request-id": [ - "c79ac0ef-44d5-49ca-a69b-22e546ea4355" + "b69bb3da-b13f-4410-aa72-9a832fe2c1bd" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124946Z:c79ac0ef-44d5-49ca-a69b-22e546ea4355" + "JIOINDIACENTRAL:20221212T094042Z:b69bb3da-b13f-4410-aa72-9a832fe2c1bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -663,7 +663,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:49:46 GMT" + "Mon, 12 Dec 2022 09:40:42 GMT" ], "Expires": [ "-1" @@ -676,18 +676,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM2ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMk9EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprd056SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -696,22 +696,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM2ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11969" ], "x-ms-request-id": [ - "fbaf8147-5874-40f1-8042-f1c6127903ec" + "caf553d0-7eb4-4086-8697-b258ffcb0744" ], "x-ms-correlation-request-id": [ - "fbaf8147-5874-40f1-8042-f1c6127903ec" + "caf553d0-7eb4-4086-8697-b258ffcb0744" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125003Z:fbaf8147-5874-40f1-8042-f1c6127903ec" + "JIOINDIACENTRAL:20221212T094058Z:caf553d0-7eb4-4086-8697-b258ffcb0744" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -720,7 +720,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:50:02 GMT" + "Mon, 12 Dec 2022 09:40:57 GMT" ], "Expires": [ "-1" @@ -733,18 +733,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM2ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMk9EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprd056SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -753,22 +753,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM2ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11968" ], "x-ms-request-id": [ - "e9ac90de-2853-4d61-89d4-91ffc6b83c3c" + "565e94c0-522d-4927-881d-ab0764f355e6" ], "x-ms-correlation-request-id": [ - "e9ac90de-2853-4d61-89d4-91ffc6b83c3c" + "565e94c0-522d-4927-881d-ab0764f355e6" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125019Z:e9ac90de-2853-4d61-89d4-91ffc6b83c3c" + "JIOINDIACENTRAL:20221212T094113Z:565e94c0-522d-4927-881d-ab0764f355e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -777,7 +777,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:50:19 GMT" + "Mon, 12 Dec 2022 09:41:13 GMT" ], "Expires": [ "-1" @@ -790,18 +790,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM2ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMk9EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprd056SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -810,16 +810,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11967" ], "x-ms-request-id": [ - "ccc5008f-8ac6-4211-b05b-28f73aaff8f7" + "c56b9440-42cc-49c8-9ae4-1f441f30d348" ], "x-ms-correlation-request-id": [ - "ccc5008f-8ac6-4211-b05b-28f73aaff8f7" + "c56b9440-42cc-49c8-9ae4-1f441f30d348" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125035Z:ccc5008f-8ac6-4211-b05b-28f73aaff8f7" + "JIOINDIACENTRAL:20221212T094129Z:c56b9440-42cc-49c8-9ae4-1f441f30d348" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -828,7 +828,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:50:35 GMT" + "Mon, 12 Dec 2022 09:41:29 GMT" ], "Expires": [ "-1" @@ -841,18 +841,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM2ODctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMk9EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkwNzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprd056SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -861,16 +861,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11966" ], "x-ms-request-id": [ - "6ad0b03c-e96a-4df2-8ac9-0399cd526c94" + "06ce1767-b2e4-4561-88ab-46189206b607" ], "x-ms-correlation-request-id": [ - "6ad0b03c-e96a-4df2-8ac9-0399cd526c94" + "06ce1767-b2e4-4561-88ab-46189206b607" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T125036Z:6ad0b03c-e96a-4df2-8ac9-0399cd526c94" + "JIOINDIACENTRAL:20221212T094129Z:06ce1767-b2e4-4561-88ab-46189206b607" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -879,7 +879,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:50:35 GMT" + "Mon, 12 Dec 2022 09:41:29 GMT" ], "Expires": [ "-1" @@ -894,12 +894,12 @@ ], "Names": { "Test-ProfileDisablePipeline": [ - "ps2194", - "ps2106", - "ps3687" + "ps6120", + "ps6711", + "ps9072" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileEnable.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileEnable.json index 4e64571e94e3..0f0ed7db9542 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileEnable.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileEnable.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps8309?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzODMwOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps8847?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzODg0Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "16af71b1-e11a-4518-a9a7-a0302bcc99d1" + "98428fd3-1ab6-49f1-9409-b490d0279523" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1193" ], "x-ms-request-id": [ - "9da91d02-5adf-4ff6-8862-c744cbc06e67" + "5394d02c-778e-4522-a28a-83bd20e37cfc" ], "x-ms-correlation-request-id": [ - "9da91d02-5adf-4ff6-8862-c744cbc06e67" + "5394d02c-778e-4522-a28a-83bd20e37cfc" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122157Z:9da91d02-5adf-4ff6-8862-c744cbc06e67" + "JIOINDIACENTRAL:20221212T091420Z:5394d02c-778e-4522-a28a-83bd20e37cfc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:21:56 GMT" + "Mon, 12 Dec 2022 09:14:20 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8309\",\r\n \"name\": \"ps8309\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8847\",\r\n \"name\": \"ps8847\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8309/providers/Microsoft.Network/trafficmanagerprofiles/ps3048?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczMwNDg/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8847/providers/Microsoft.Network/trafficmanagerprofiles/ps8712?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzODg0Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczg3MTI/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5872e305-0460-4f33-94a5-cfc3a1ad59dc" + "01feafe8-a049-403c-9df1-bd86a902cf5a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "22d1c7e6-fef5-4a14-a281-e63e37b98a46" + "7c5e189d-b76a-42ea-b8fc-ea89aeae8b8b" ], "x-ms-correlation-request-id": [ - "22d1c7e6-fef5-4a14-a281-e63e37b98a46" + "7c5e189d-b76a-42ea-b8fc-ea89aeae8b8b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122158Z:22d1c7e6-fef5-4a14-a281-e63e37b98a46" + "JIOINDIACENTRAL:20221212T091421Z:7c5e189d-b76a-42ea-b8fc-ea89aeae8b8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:21:57 GMT" + "Mon, 12 Dec 2022 09:14:20 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,28 +123,28 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps3048' under resource group 'ps8309' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps8712' under resource group 'ps8847' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8309/providers/Microsoft.Network/trafficmanagerprofiles/ps3048?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczMwNDg/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8847/providers/Microsoft.Network/trafficmanagerprofiles/ps8712?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzODg0Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczg3MTI/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8585b4af-aa94-4a27-b9c5-586dfd384ff7" + "023f8f9a-9544-4df5-926d-3bc6dc355341" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -156,7 +156,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8585b4af-aa94-4a27-b9c5-586dfd384ff7" + "023f8f9a-9544-4df5-926d-3bc6dc355341" ], "Server": [ "Microsoft-IIS/10.0" @@ -168,52 +168,52 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10797" + "1996" ], "x-ms-correlation-request-id": [ - "710fdf6e-7f29-4fad-9a48-eff3cc8348d9" + "9cc938dc-edae-4aab-a186-5db36a1e0877" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122211Z:710fdf6e-7f29-4fad-9a48-eff3cc8348d9" + "JIOINDIACENTRAL:20221212T091432Z:9cc938dc-edae-4aab-a186-5db36a1e0877" ], "Date": [ - "Thu, 20 Jan 2022 12:22:11 GMT" + "Mon, 12 Dec 2022 09:14:31 GMT" ], "Content-Length": [ - "653" + "657" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8309/providers/Microsoft.Network/trafficManagerProfiles/ps3048\",\r\n \"name\": \"ps3048\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps28\",\r\n \"fqdn\": \"ps28.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8847/providers/Microsoft.Network/trafficManagerProfiles/ps8712\",\r\n \"name\": \"ps8712\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps2535\",\r\n \"fqdn\": \"ps2535.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8309/providers/Microsoft.Network/trafficmanagerprofiles/ps3048?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczMwNDg/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8847/providers/Microsoft.Network/trafficmanagerprofiles/ps8712?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzODg0Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczg3MTI/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps28\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps3048\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5872e305-0460-4f33-94a5-cfc3a1ad59dc" + "01feafe8-a049-403c-9df1-bd86a902cf5a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "336" + "338" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps2535\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps8712\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5872e305-0460-4f33-94a5-cfc3a1ad59dc" + "01feafe8-a049-403c-9df1-bd86a902cf5a" ], "Server": [ "Microsoft-IIS/10.0" @@ -237,44 +237,43 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "4498" ], "x-ms-correlation-request-id": [ - "a7376871-659a-4d77-93b7-b4d4d049e1a5" + "57adb4bc-ecbe-46e5-9c76-0bec5a79aeab" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122206Z:a7376871-659a-4d77-93b7-b4d4d049e1a5" + "JIOINDIACENTRAL:20221212T091426Z:57adb4bc-ecbe-46e5-9c76-0bec5a79aeab" ], "Date": [ - "Thu, 20 Jan 2022 12:22:06 GMT" + "Mon, 12 Dec 2022 09:14:25 GMT" ], "Content-Length": [ - "644" + "648" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8309/providers/Microsoft.Network/trafficManagerProfiles/ps3048\",\r\n \"name\": \"ps3048\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps28\",\r\n \"fqdn\": \"ps28.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8847/providers/Microsoft.Network/trafficManagerProfiles/ps8712\",\r\n \"name\": \"ps8712\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps2535\",\r\n \"fqdn\": \"ps2535.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8309/providers/Microsoft.Network/trafficmanagerprofiles/ps3048?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczMwNDg/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8847/providers/Microsoft.Network/trafficmanagerprofiles/ps8712?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzODg0Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczg3MTI/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\"\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps3048\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "45f316bc-08cc-4550-909f-3704b62b25ef" + "a2d037d5-ff04-45a3-a517-f52704e77823" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -283,6 +282,7 @@ "161" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\"\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps8712\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -294,7 +294,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "45f316bc-08cc-4550-909f-3704b62b25ef" + "a2d037d5-ff04-45a3-a517-f52704e77823" ], "Server": [ "Microsoft-IIS/10.0" @@ -306,46 +306,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10797" + "4498" ], "x-ms-correlation-request-id": [ - "ebb8278d-94ce-4780-8f23-38296378dd49" + "0fb14ff3-0b2e-405a-a328-c44d56088fa1" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122211Z:ebb8278d-94ce-4780-8f23-38296378dd49" + "JIOINDIACENTRAL:20221212T091431Z:0fb14ff3-0b2e-405a-a328-c44d56088fa1" ], "Date": [ - "Thu, 20 Jan 2022 12:22:11 GMT" + "Mon, 12 Dec 2022 09:14:31 GMT" ], "Content-Length": [ - "653" + "657" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8309/providers/Microsoft.Network/trafficManagerProfiles/ps3048\",\r\n \"name\": \"ps3048\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps28\",\r\n \"fqdn\": \"ps28.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8847/providers/Microsoft.Network/trafficManagerProfiles/ps8712\",\r\n \"name\": \"ps8712\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps2535\",\r\n \"fqdn\": \"ps2535.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps8309?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzODMwOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps8847?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzODg0Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99fb3746-d22c-474b-8a15-db250d90aa04" + "17e35e67-4ab0-4f97-a180-1f5787e59fd2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -354,22 +354,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg4NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14989" ], "x-ms-request-id": [ - "65e82946-70c1-4c17-9fb5-27e5b9103051" + "c0c291f8-6d88-42a7-8a57-0bbbc4f1eb8d" ], "x-ms-correlation-request-id": [ - "65e82946-70c1-4c17-9fb5-27e5b9103051" + "c0c291f8-6d88-42a7-8a57-0bbbc4f1eb8d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122214Z:65e82946-70c1-4c17-9fb5-27e5b9103051" + "JIOINDIACENTRAL:20221212T091436Z:c0c291f8-6d88-42a7-8a57-0bbbc4f1eb8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -378,7 +378,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:22:14 GMT" + "Mon, 12 Dec 2022 09:14:35 GMT" ], "Expires": [ "-1" @@ -391,75 +391,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg4NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNE5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-request-id": [ - "9674beca-90de-4014-8bb1-b9ef7594a619" - ], - "x-ms-correlation-request-id": [ - "9674beca-90de-4014-8bb1-b9ef7594a619" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122230Z:9674beca-90de-4014-8bb1-b9ef7594a619" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:22:29 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -468,22 +411,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg4NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11970" ], "x-ms-request-id": [ - "66f4df3b-8f84-4a8b-8401-b797480b86be" + "7d6fd574-7b5c-4716-bf08-5059109cb12f" ], "x-ms-correlation-request-id": [ - "66f4df3b-8f84-4a8b-8401-b797480b86be" + "7d6fd574-7b5c-4716-bf08-5059109cb12f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122246Z:66f4df3b-8f84-4a8b-8401-b797480b86be" + "JIOINDIACENTRAL:20221212T091451Z:7d6fd574-7b5c-4716-bf08-5059109cb12f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -492,7 +435,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:22:45 GMT" + "Mon, 12 Dec 2022 09:14:50 GMT" ], "Expires": [ "-1" @@ -505,75 +448,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg4NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNE5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-request-id": [ - "0ea973ee-8445-490f-bb4b-6e2ab666c21e" - ], - "x-ms-correlation-request-id": [ - "0ea973ee-8445-490f-bb4b-6e2ab666c21e" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122301Z:0ea973ee-8445-490f-bb4b-6e2ab666c21e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:23:01 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -582,22 +468,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg4NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11969" ], "x-ms-request-id": [ - "20133eda-76ec-41e6-80d3-3f3b4fcebffb" + "2b1c077f-7f29-45e4-ac1c-8fcd2bcbdf38" ], "x-ms-correlation-request-id": [ - "20133eda-76ec-41e6-80d3-3f3b4fcebffb" + "2b1c077f-7f29-45e4-ac1c-8fcd2bcbdf38" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122317Z:20133eda-76ec-41e6-80d3-3f3b4fcebffb" + "JIOINDIACENTRAL:20221212T091507Z:2b1c077f-7f29-45e4-ac1c-8fcd2bcbdf38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -606,7 +492,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:23:16 GMT" + "Mon, 12 Dec 2022 09:15:06 GMT" ], "Expires": [ "-1" @@ -619,75 +505,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg4NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNE5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-request-id": [ - "7331955d-9970-478a-a8ec-e2d104986cf0" - ], - "x-ms-correlation-request-id": [ - "7331955d-9970-478a-a8ec-e2d104986cf0" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122333Z:7331955d-9970-478a-a8ec-e2d104986cf0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:23:32 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -696,22 +525,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg4NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11968" ], "x-ms-request-id": [ - "a5d00ef0-bb5f-4e32-8f81-51ff30d49ae2" + "fe9d8c41-1cf8-4a46-87d7-7280d5cac4d2" ], "x-ms-correlation-request-id": [ - "a5d00ef0-bb5f-4e32-8f81-51ff30d49ae2" + "fe9d8c41-1cf8-4a46-87d7-7280d5cac4d2" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122349Z:a5d00ef0-bb5f-4e32-8f81-51ff30d49ae2" + "JIOINDIACENTRAL:20221212T091522Z:fe9d8c41-1cf8-4a46-87d7-7280d5cac4d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -720,7 +549,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:23:48 GMT" + "Mon, 12 Dec 2022 09:15:22 GMT" ], "Expires": [ "-1" @@ -733,18 +562,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg4NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNE5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -753,22 +582,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg4NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11967" ], "x-ms-request-id": [ - "e3cbe988-f3a2-4dbd-8220-0b9b8bcb596b" + "1e1c8695-61d3-4ebe-a053-e7f45b27f15b" ], "x-ms-correlation-request-id": [ - "e3cbe988-f3a2-4dbd-8220-0b9b8bcb596b" + "1e1c8695-61d3-4ebe-a053-e7f45b27f15b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122404Z:e3cbe988-f3a2-4dbd-8220-0b9b8bcb596b" + "JIOINDIACENTRAL:20221212T091538Z:1e1c8695-61d3-4ebe-a053-e7f45b27f15b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -777,7 +606,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:24:04 GMT" + "Mon, 12 Dec 2022 09:15:37 GMT" ], "Expires": [ "-1" @@ -790,18 +619,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg4NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNE5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -810,16 +639,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11966" ], "x-ms-request-id": [ - "9490d982-a6c8-4b0c-b6ce-0edb237af32b" + "53b65d4d-b456-435b-b187-d2e292d9f866" ], "x-ms-correlation-request-id": [ - "9490d982-a6c8-4b0c-b6ce-0edb237af32b" + "53b65d4d-b456-435b-b187-d2e292d9f866" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122420Z:9490d982-a6c8-4b0c-b6ce-0edb237af32b" + "JIOINDIACENTRAL:20221212T091553Z:53b65d4d-b456-435b-b187-d2e292d9f866" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -828,7 +657,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:24:19 GMT" + "Mon, 12 Dec 2022 09:15:52 GMT" ], "Expires": [ "-1" @@ -841,18 +670,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg4NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNE5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -861,16 +690,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11965" ], "x-ms-request-id": [ - "9adcafa6-95d4-4702-84ed-520c6fa96ceb" + "52e3219c-4375-4182-8bd8-086d04cf2761" ], "x-ms-correlation-request-id": [ - "9adcafa6-95d4-4702-84ed-520c6fa96ceb" + "52e3219c-4375-4182-8bd8-086d04cf2761" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122420Z:9adcafa6-95d4-4702-84ed-520c6fa96ceb" + "JIOINDIACENTRAL:20221212T091554Z:52e3219c-4375-4182-8bd8-086d04cf2761" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -879,7 +708,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:24:20 GMT" + "Mon, 12 Dec 2022 09:15:53 GMT" ], "Expires": [ "-1" @@ -894,12 +723,12 @@ ], "Names": { "Test-ProfileEnable": [ - "ps3048", - "ps28", - "ps8309" + "ps8712", + "ps2535", + "ps8847" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileEnableNonExisting.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileEnableNonExisting.json index 382f67063b58..465d8573e8b2 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileEnableNonExisting.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileEnableNonExisting.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps7200?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzIwMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps5763?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNTc2Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "db40064d-4061-43f6-9c36-4b1592cb256e" + "dbb317d3-84e1-4e33-905e-79c2dfdb08a6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -36,13 +36,13 @@ "1198" ], "x-ms-request-id": [ - "ecba6914-797d-4d74-8b37-e8e32018f4c2" + "2bee851d-3f21-4cb8-9689-7ed9a533c732" ], "x-ms-correlation-request-id": [ - "ecba6914-797d-4d74-8b37-e8e32018f4c2" + "2bee851d-3f21-4cb8-9689-7ed9a533c732" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123144Z:ecba6914-797d-4d74-8b37-e8e32018f4c2" + "CENTRALINDIA:20221212T092340Z:2bee851d-3f21-4cb8-9689-7ed9a533c732" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:31:43 GMT" + "Mon, 12 Dec 2022 09:23:40 GMT" ], "Content-Length": [ "165" @@ -63,26 +63,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7200\",\r\n \"name\": \"ps7200\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5763\",\r\n \"name\": \"ps5763\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7200/providers/Microsoft.Network/trafficmanagerprofiles/ps4884?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzIwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQ4ODQ/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5763/providers/Microsoft.Network/trafficmanagerprofiles/ps1147?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTc2My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczExNDc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\"\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps4884\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "47238425-63ab-4045-9b41-66fbb14fb689" + "6fdffbd7-59c9-4e8c-ae10-0e36f71e8deb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -91,6 +90,7 @@ "161" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\"\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps1147\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -102,13 +102,13 @@ "gateway" ], "x-ms-request-id": [ - "2cc6b82d-5c4b-430e-8187-b91f3cd1c90f" + "b2ac7eb9-6ba4-477c-9245-8a84cb0e562f" ], "x-ms-correlation-request-id": [ - "2cc6b82d-5c4b-430e-8187-b91f3cd1c90f" + "b2ac7eb9-6ba4-477c-9245-8a84cb0e562f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123144Z:2cc6b82d-5c4b-430e-8187-b91f3cd1c90f" + "CENTRALINDIA:20221212T092341Z:b2ac7eb9-6ba4-477c-9245-8a84cb0e562f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -117,7 +117,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:31:44 GMT" + "Mon, 12 Dec 2022 09:23:40 GMT" ], "Content-Length": [ "225" @@ -129,28 +129,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps4884' under resource group 'ps7200' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps1147' under resource group 'ps5763' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps7200?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzIwMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps5763?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNTc2Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25989de1-cd29-47b4-bdfa-b8cb39c4da4a" + "8f089275-440b-4dbb-9e2f-a85fa6c9401b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -159,7 +159,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcyMDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -168,13 +168,13 @@ "14997" ], "x-ms-request-id": [ - "e0e0ea41-963e-40bc-aebc-b5cbfd773a0c" + "6c301ac2-cf34-416d-acca-a39bafdee190" ], "x-ms-correlation-request-id": [ - "e0e0ea41-963e-40bc-aebc-b5cbfd773a0c" + "6c301ac2-cf34-416d-acca-a39bafdee190" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123148Z:e0e0ea41-963e-40bc-aebc-b5cbfd773a0c" + "CENTRALINDIA:20221212T092347Z:6c301ac2-cf34-416d-acca-a39bafdee190" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,7 +183,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:31:48 GMT" + "Mon, 12 Dec 2022 09:23:47 GMT" ], "Expires": [ "-1" @@ -196,18 +196,75 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcyMDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeU1EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM05qTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "b198dea3-13f8-4cf1-848a-dee5d3ec89bd" + ], + "x-ms-correlation-request-id": [ + "b198dea3-13f8-4cf1-848a-dee5d3ec89bd" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20221212T092403Z:b198dea3-13f8-4cf1-848a-dee5d3ec89bd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:24:02 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM05qTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -215,17 +272,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11998" ], "x-ms-request-id": [ - "37fa683d-3e7d-4e1c-b873-0171db2455a1" + "1443a982-e4e7-4db1-a29f-450e2b83ad8d" ], "x-ms-correlation-request-id": [ - "37fa683d-3e7d-4e1c-b873-0171db2455a1" + "1443a982-e4e7-4db1-a29f-450e2b83ad8d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123204Z:37fa683d-3e7d-4e1c-b873-0171db2455a1" + "CENTRALINDIA:20221212T092418Z:1443a982-e4e7-4db1-a29f-450e2b83ad8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +297,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:32:03 GMT" + "Mon, 12 Dec 2022 09:24:17 GMT" ], "Expires": [ "-1" @@ -244,21 +307,186 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM05qTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "d6dc7f8d-093d-4d77-9a9f-e09c9dff3fb7" + ], + "x-ms-correlation-request-id": [ + "d6dc7f8d-093d-4d77-9a9f-e09c9dff3fb7" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20221212T092434Z:d6dc7f8d-093d-4d77-9a9f-e09c9dff3fb7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:24:33 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcyMDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeU1EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM05qTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "26b6f559-97b7-48b3-971b-e13c8cd6fced" + ], + "x-ms-correlation-request-id": [ + "26b6f559-97b7-48b3-971b-e13c8cd6fced" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20221212T092449Z:26b6f559-97b7-48b3-971b-e13c8cd6fced" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:24:49 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM05qTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "f5400dc5-c7c0-48c9-b08a-a4b725909931" + ], + "x-ms-correlation-request-id": [ + "f5400dc5-c7c0-48c9-b08a-a4b725909931" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20221212T092505Z:f5400dc5-c7c0-48c9-b08a-a4b725909931" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:25:04 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3NjMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM05qTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -267,16 +495,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11994" ], "x-ms-request-id": [ - "1178f216-97e7-433e-a434-d491b3363e7f" + "d0def496-1f66-42be-aba2-e85faa299d30" ], "x-ms-correlation-request-id": [ - "1178f216-97e7-433e-a434-d491b3363e7f" + "d0def496-1f66-42be-aba2-e85faa299d30" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123204Z:1178f216-97e7-433e-a434-d491b3363e7f" + "CENTRALINDIA:20221212T092505Z:d0def496-1f66-42be-aba2-e85faa299d30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -285,7 +513,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:32:04 GMT" + "Mon, 12 Dec 2022 09:25:04 GMT" ], "Expires": [ "-1" @@ -300,11 +528,11 @@ ], "Names": { "Test-ProfileEnableNonExisting": [ - "ps4884", - "ps7200" + "ps1147", + "ps5763" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileEnablePipeline.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileEnablePipeline.json index 5ab98b1e008d..ddc59ce65c79 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileEnablePipeline.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileEnablePipeline.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps8314?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzODMxND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps2407?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMjQwNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f3f1a7be-fe13-4e84-bf22-327ecd9e405b" + "279759f9-b65e-4e18-b227-ecbc85ddaf19" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-request-id": [ - "9f9a727e-390f-427f-a26f-4d2e44fb15d3" + "df157a60-10f9-4646-a179-3775cab0e9d8" ], "x-ms-correlation-request-id": [ - "9f9a727e-390f-427f-a26f-4d2e44fb15d3" + "df157a60-10f9-4646-a179-3775cab0e9d8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121920Z:9f9a727e-390f-427f-a26f-4d2e44fb15d3" + "CENTRALINDIA:20221212T091132Z:df157a60-10f9-4646-a179-3775cab0e9d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:19:20 GMT" + "Mon, 12 Dec 2022 09:11:32 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8314\",\r\n \"name\": \"ps8314\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2407\",\r\n \"name\": \"ps2407\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8314/providers/Microsoft.Network/trafficmanagerprofiles/ps9482?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODMxNC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk0ODI/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2407/providers/Microsoft.Network/trafficmanagerprofiles/ps5423?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjQwNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU0MjM/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f34d1e59-c3b0-4696-b366-ebdea8826f30" + "f4707b07-7f93-40b9-8ca1-e7154cc11a5a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "12ac4cc4-1efc-49c3-a7ae-9e9a49368444" + "f983a8f7-51eb-4c22-add0-0336e91c3fa8" ], "x-ms-correlation-request-id": [ - "12ac4cc4-1efc-49c3-a7ae-9e9a49368444" + "f983a8f7-51eb-4c22-add0-0336e91c3fa8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121924Z:12ac4cc4-1efc-49c3-a7ae-9e9a49368444" + "CENTRALINDIA:20221212T091135Z:f983a8f7-51eb-4c22-add0-0336e91c3fa8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:19:23 GMT" + "Mon, 12 Dec 2022 09:11:34 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,28 +123,28 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps9482' under resource group 'ps8314' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps5423' under resource group 'ps2407' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8314/providers/Microsoft.Network/trafficmanagerprofiles/ps9482?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODMxNC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk0ODI/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2407/providers/Microsoft.Network/trafficmanagerprofiles/ps5423?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjQwNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU0MjM/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f36ad25-73b2-4a7b-90d8-d85639d87658" + "49014df4-ab95-4808-acb0-97bad717abd3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -156,7 +156,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1f36ad25-73b2-4a7b-90d8-d85639d87658" + "49014df4-ab95-4808-acb0-97bad717abd3" ], "Server": [ "Microsoft-IIS/10.0" @@ -168,16 +168,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "1999" ], "x-ms-correlation-request-id": [ - "2f825a7e-0287-450a-8601-588df75b7d84" + "a7acfd96-514e-4e13-8cf8-7a203cac2f9b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121937Z:2f825a7e-0287-450a-8601-588df75b7d84" + "CENTRALINDIA:20221212T091150Z:a7acfd96-514e-4e13-8cf8-7a203cac2f9b" ], "Date": [ - "Thu, 20 Jan 2022 12:19:37 GMT" + "Mon, 12 Dec 2022 09:11:50 GMT" ], "Content-Length": [ "657" @@ -186,26 +186,25 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8314/providers/Microsoft.Network/trafficManagerProfiles/ps9482\",\r\n \"name\": \"ps9482\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5257\",\r\n \"fqdn\": \"ps5257.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2407/providers/Microsoft.Network/trafficManagerProfiles/ps5423\",\r\n \"name\": \"ps5423\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4251\",\r\n \"fqdn\": \"ps4251.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8314/providers/Microsoft.Network/trafficmanagerprofiles/ps9482?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODMxNC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk0ODI/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2407/providers/Microsoft.Network/trafficmanagerprofiles/ps5423?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjQwNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU0MjM/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5257\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps9482\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f34d1e59-c3b0-4696-b366-ebdea8826f30" + "f4707b07-7f93-40b9-8ca1-e7154cc11a5a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -214,6 +213,7 @@ "338" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4251\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps5423\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f34d1e59-c3b0-4696-b366-ebdea8826f30" + "f4707b07-7f93-40b9-8ca1-e7154cc11a5a" ], "Server": [ "Microsoft-IIS/10.0" @@ -237,16 +237,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "842ff744-dc9d-42c8-a76a-60e26a6ed02e" + "23d3c468-095f-4db0-87c9-c7c8af2ad34a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121933Z:842ff744-dc9d-42c8-a76a-60e26a6ed02e" + "CENTRALINDIA:20221212T091142Z:23d3c468-095f-4db0-87c9-c7c8af2ad34a" ], "Date": [ - "Thu, 20 Jan 2022 12:19:32 GMT" + "Mon, 12 Dec 2022 09:11:42 GMT" ], "Content-Length": [ "648" @@ -255,26 +255,25 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8314/providers/Microsoft.Network/trafficManagerProfiles/ps9482\",\r\n \"name\": \"ps9482\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5257\",\r\n \"fqdn\": \"ps5257.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2407/providers/Microsoft.Network/trafficManagerProfiles/ps5423\",\r\n \"name\": \"ps5423\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Disabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4251\",\r\n \"fqdn\": \"ps4251.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Disabled\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8314/providers/Microsoft.Network/trafficmanagerprofiles/ps9482?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODMxNC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk0ODI/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2407/providers/Microsoft.Network/trafficmanagerprofiles/ps5423?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMjQwNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczU0MjM/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\"\r\n },\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8314/providers/Microsoft.Network/trafficManagerProfiles/ps9482\",\r\n \"name\": \"ps9482\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3796ceb7-101e-42c1-825a-de2440f46828" + "543397c3-a264-4604-bdf0-4384f7c8ab49" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -283,6 +282,7 @@ "305" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\"\r\n },\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2407/providers/Microsoft.Network/trafficManagerProfiles/ps5423\",\r\n \"name\": \"ps5423\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -294,7 +294,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3796ceb7-101e-42c1-825a-de2440f46828" + "543397c3-a264-4604-bdf0-4384f7c8ab49" ], "Server": [ "Microsoft-IIS/10.0" @@ -306,16 +306,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "4498" ], "x-ms-correlation-request-id": [ - "ad5e409b-cf2b-4d1f-a2ca-8e16606a6ca3" + "b4035d62-efb4-4696-955e-6cd2d5fa3563" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121937Z:ad5e409b-cf2b-4d1f-a2ca-8e16606a6ca3" + "CENTRALINDIA:20221212T091147Z:b4035d62-efb4-4696-955e-6cd2d5fa3563" ], "Date": [ - "Thu, 20 Jan 2022 12:19:36 GMT" + "Mon, 12 Dec 2022 09:11:47 GMT" ], "Content-Length": [ "657" @@ -324,28 +324,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8314/providers/Microsoft.Network/trafficManagerProfiles/ps9482\",\r\n \"name\": \"ps9482\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5257\",\r\n \"fqdn\": \"ps5257.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps2407/providers/Microsoft.Network/trafficManagerProfiles/ps5423\",\r\n \"name\": \"ps5423\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4251\",\r\n \"fqdn\": \"ps4251.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps8314?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzODMxND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps2407?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMjQwNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "49de06d6-d572-4ca9-8333-c415dfb0f9c5" + "cabc0d37-a881-429a-b30b-8d681ad41a88" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -354,22 +354,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-request-id": [ - "3425519a-8a09-44bd-9b4e-f2f12000d2ec" + "93145132-fcdf-4427-8bcb-c7c12b2e636c" ], "x-ms-correlation-request-id": [ - "3425519a-8a09-44bd-9b4e-f2f12000d2ec" + "93145132-fcdf-4427-8bcb-c7c12b2e636c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121940Z:3425519a-8a09-44bd-9b4e-f2f12000d2ec" + "CENTRALINDIA:20221212T091157Z:93145132-fcdf-4427-8bcb-c7c12b2e636c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -378,7 +378,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:19:39 GMT" + "Mon, 12 Dec 2022 09:11:57 GMT" ], "Expires": [ "-1" @@ -391,18 +391,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME1EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -411,22 +411,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11999" ], "x-ms-request-id": [ - "d3545979-a8e2-4bd3-970b-022ed382d2ca" + "97612222-0ec1-490d-957a-43920f097cc8" ], "x-ms-correlation-request-id": [ - "d3545979-a8e2-4bd3-970b-022ed382d2ca" + "97612222-0ec1-490d-957a-43920f097cc8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121956Z:d3545979-a8e2-4bd3-970b-022ed382d2ca" + "CENTRALINDIA:20221212T091213Z:97612222-0ec1-490d-957a-43920f097cc8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -435,7 +435,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:19:55 GMT" + "Mon, 12 Dec 2022 09:12:12 GMT" ], "Expires": [ "-1" @@ -448,18 +448,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME1EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -468,22 +468,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11998" ], "x-ms-request-id": [ - "33db171c-6620-4bf1-9e20-bb7fb8e3f073" + "e2079e14-abb4-4474-bece-e461afce7145" ], "x-ms-correlation-request-id": [ - "33db171c-6620-4bf1-9e20-bb7fb8e3f073" + "e2079e14-abb4-4474-bece-e461afce7145" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122011Z:33db171c-6620-4bf1-9e20-bb7fb8e3f073" + "CENTRALINDIA:20221212T091229Z:e2079e14-abb4-4474-bece-e461afce7145" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -492,7 +492,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:20:11 GMT" + "Mon, 12 Dec 2022 09:12:29 GMT" ], "Expires": [ "-1" @@ -505,18 +505,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME1EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -525,22 +525,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11997" ], "x-ms-request-id": [ - "03d1d5a8-75c2-403e-95c7-ec2643676540" + "fe746f96-d99e-49fd-96f2-518f62faf435" ], "x-ms-correlation-request-id": [ - "03d1d5a8-75c2-403e-95c7-ec2643676540" + "fe746f96-d99e-49fd-96f2-518f62faf435" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122027Z:03d1d5a8-75c2-403e-95c7-ec2643676540" + "CENTRALINDIA:20221212T091244Z:fe746f96-d99e-49fd-96f2-518f62faf435" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -549,7 +549,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:20:26 GMT" + "Mon, 12 Dec 2022 09:12:44 GMT" ], "Expires": [ "-1" @@ -562,18 +562,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME1EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -582,22 +582,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11996" ], "x-ms-request-id": [ - "7a6226de-e7ea-4b74-8299-cf46c9c6381a" + "54d20b49-902b-400c-bd5f-156c540745b9" ], "x-ms-correlation-request-id": [ - "7a6226de-e7ea-4b74-8299-cf46c9c6381a" + "54d20b49-902b-400c-bd5f-156c540745b9" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122042Z:7a6226de-e7ea-4b74-8299-cf46c9c6381a" + "CENTRALINDIA:20221212T091300Z:54d20b49-902b-400c-bd5f-156c540745b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -606,7 +606,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:20:41 GMT" + "Mon, 12 Dec 2022 09:12:59 GMT" ], "Expires": [ "-1" @@ -619,18 +619,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME1EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -639,22 +639,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11995" ], "x-ms-request-id": [ - "ad0f8536-3070-4ec0-b3a6-1484064f445a" + "310ea8b6-9631-4a7e-90f3-3ad0985d8a9f" ], "x-ms-correlation-request-id": [ - "ad0f8536-3070-4ec0-b3a6-1484064f445a" + "310ea8b6-9631-4a7e-90f3-3ad0985d8a9f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122058Z:ad0f8536-3070-4ec0-b3a6-1484064f445a" + "CENTRALINDIA:20221212T091315Z:310ea8b6-9631-4a7e-90f3-3ad0985d8a9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -663,7 +663,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:20:57 GMT" + "Mon, 12 Dec 2022 09:13:14 GMT" ], "Expires": [ "-1" @@ -676,18 +676,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME1EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -696,22 +696,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11994" ], "x-ms-request-id": [ - "d6316fc1-e996-48f6-bbf6-b7caad93bf45" + "304b2013-a377-44dc-9e8d-152f1132a4c1" ], "x-ms-correlation-request-id": [ - "d6316fc1-e996-48f6-bbf6-b7caad93bf45" + "304b2013-a377-44dc-9e8d-152f1132a4c1" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122113Z:d6316fc1-e996-48f6-bbf6-b7caad93bf45" + "CENTRALINDIA:20221212T091331Z:304b2013-a377-44dc-9e8d-152f1132a4c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -720,7 +720,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:21:12 GMT" + "Mon, 12 Dec 2022 09:13:30 GMT" ], "Expires": [ "-1" @@ -733,18 +733,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME1EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -753,22 +753,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11993" ], "x-ms-request-id": [ - "4a496a1a-3c98-4df9-b459-2b91fe3617c9" + "d0a7485c-5a75-4658-879d-c95d371d77b1" ], "x-ms-correlation-request-id": [ - "4a496a1a-3c98-4df9-b459-2b91fe3617c9" + "d0a7485c-5a75-4658-879d-c95d371d77b1" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122129Z:4a496a1a-3c98-4df9-b459-2b91fe3617c9" + "CENTRALINDIA:20221212T091346Z:d0a7485c-5a75-4658-879d-c95d371d77b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -777,7 +777,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:21:29 GMT" + "Mon, 12 Dec 2022 09:13:45 GMT" ], "Expires": [ "-1" @@ -790,18 +790,75 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME1EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "7248e57e-3d7b-44ae-99f2-d247ce8baec7" + ], + "x-ms-correlation-request-id": [ + "7248e57e-3d7b-44ae-99f2-d247ce8baec7" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20221212T091402Z:7248e57e-3d7b-44ae-99f2-d247ce8baec7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:14:02 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME1EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -810,16 +867,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11991" ], "x-ms-request-id": [ - "fbe1408c-e64d-422c-bfb6-91dada249cf4" + "8cf8e138-4a67-4c47-a01e-51d3a5a9685e" ], "x-ms-correlation-request-id": [ - "fbe1408c-e64d-422c-bfb6-91dada249cf4" + "8cf8e138-4a67-4c47-a01e-51d3a5a9685e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122144Z:fbe1408c-e64d-422c-bfb6-91dada249cf4" + "CENTRALINDIA:20221212T091417Z:8cf8e138-4a67-4c47-a01e-51d3a5a9685e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -828,7 +885,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:21:44 GMT" + "Mon, 12 Dec 2022 09:14:17 GMT" ], "Expires": [ "-1" @@ -841,18 +898,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME1EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -861,16 +918,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11990" ], "x-ms-request-id": [ - "4cd66cd8-9156-4738-8f1b-77ccb390335d" + "1dde1aa5-d723-48dc-9b69-b13f63ccac0a" ], "x-ms-correlation-request-id": [ - "4cd66cd8-9156-4738-8f1b-77ccb390335d" + "1dde1aa5-d723-48dc-9b69-b13f63ccac0a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122145Z:4cd66cd8-9156-4738-8f1b-77ccb390335d" + "CENTRALINDIA:20221212T091418Z:1dde1aa5-d723-48dc-9b69-b13f63ccac0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -879,7 +936,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:21:45 GMT" + "Mon, 12 Dec 2022 09:14:17 GMT" ], "Expires": [ "-1" @@ -894,12 +951,12 @@ ], "Names": { "Test-ProfileEnablePipeline": [ - "ps9482", - "ps5257", - "ps8314" + "ps5423", + "ps4251", + "ps2407" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileMonitorCustom.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileMonitorCustom.json index 7a33dc79194b..1e98b0b0435f 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileMonitorCustom.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileMonitorCustom.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps8344?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzODM0ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps5783?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNTc4Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "684f150b-a3d6-44fd-b605-68d411da1bf4" + "1b716db5-28cc-4b84-b1ea-0dd1015b7e15" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1194" ], "x-ms-request-id": [ - "ac453b4d-efb1-4ad2-9c9d-a8bc726ef619" + "707577ce-3a56-438e-a1fb-4db4ccf743ca" ], "x-ms-correlation-request-id": [ - "ac453b4d-efb1-4ad2-9c9d-a8bc726ef619" + "707577ce-3a56-438e-a1fb-4db4ccf743ca" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121836Z:ac453b4d-efb1-4ad2-9c9d-a8bc726ef619" + "JIOINDIACENTRAL:20221212T091051Z:707577ce-3a56-438e-a1fb-4db4ccf743ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:18:35 GMT" + "Mon, 12 Dec 2022 09:10:50 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8344\",\r\n \"name\": \"ps8344\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5783\",\r\n \"name\": \"ps5783\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8344/providers/Microsoft.Network/trafficmanagerprofiles/ps2879?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczI4Nzk/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5783/providers/Microsoft.Network/trafficmanagerprofiles/ps528?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTc4My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUyOD9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2ea89b7-7fff-46be-ba73-0e67959d2bf8" + "dbdd3e92-f523-4415-b24b-c3b398c142ca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "acf5c727-35e5-4d51-b06b-49870890a436" + "aa932134-05a7-41f6-8f6f-fe298aadbe0b" ], "x-ms-correlation-request-id": [ - "acf5c727-35e5-4d51-b06b-49870890a436" + "aa932134-05a7-41f6-8f6f-fe298aadbe0b" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121838Z:acf5c727-35e5-4d51-b06b-49870890a436" + "JIOINDIACENTRAL:20221212T091051Z:aa932134-05a7-41f6-8f6f-fe298aadbe0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:18:38 GMT" + "Mon, 12 Dec 2022 09:10:50 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,31 +120,31 @@ "-1" ], "Content-Length": [ - "225" + "224" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps2879' under resource group 'ps8344' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps528' under resource group 'ps5783' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8344/providers/Microsoft.Network/trafficmanagerprofiles/ps2879?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczI4Nzk/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5783/providers/Microsoft.Network/trafficmanagerprofiles/ps528?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTc4My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUyOD9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60c52cc8-468f-4d75-a39e-8378ece32212" + "4d72adbe-499c-4cc9-b3de-6894a312836d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -156,7 +156,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "60c52cc8-468f-4d75-a39e-8378ece32212" + "4d72adbe-499c-4cc9-b3de-6894a312836d" ], "Server": [ "Microsoft-IIS/10.0" @@ -168,52 +168,52 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "1997" ], "x-ms-correlation-request-id": [ - "0fdece11-3d76-46a1-a95b-074298c70b4f" + "a64c77c1-fd69-462f-ac5a-ecb0b21ab97c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121849Z:0fdece11-3d76-46a1-a95b-074298c70b4f" + "JIOINDIACENTRAL:20221212T091056Z:a64c77c1-fd69-462f-ac5a-ecb0b21ab97c" ], "Date": [ - "Thu, 20 Jan 2022 12:18:48 GMT" + "Mon, 12 Dec 2022 09:10:55 GMT" ], "Content-Length": [ - "652" + "650" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8344/providers/Microsoft.Network/trafficManagerProfiles/ps2879\",\r\n \"name\": \"ps2879\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4725\",\r\n \"fqdn\": \"ps4725.trafficmanager.net\",\r\n \"ttl\": 0\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 1,\r\n \"timeoutInSeconds\": 7\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5783/providers/Microsoft.Network/trafficManagerProfiles/ps528\",\r\n \"name\": \"ps528\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8232\",\r\n \"fqdn\": \"ps8232.trafficmanager.net\",\r\n \"ttl\": 0\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 1,\r\n \"timeoutInSeconds\": 7\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8344/providers/Microsoft.Network/trafficmanagerprofiles/ps2879?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczI4Nzk/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5783/providers/Microsoft.Network/trafficmanagerprofiles/ps528?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTc4My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUyOD9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4725\",\r\n \"ttl\": 0\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 10,\r\n \"timeoutInSeconds\": 7,\r\n \"toleratedNumberOfFailures\": 1\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps2879\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d2ea89b7-7fff-46be-ba73-0e67959d2bf8" + "dbdd3e92-f523-4415-b24b-c3b398c142ca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "434" + "433" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8232\",\r\n \"ttl\": 0\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 10,\r\n \"timeoutInSeconds\": 7,\r\n \"toleratedNumberOfFailures\": 1\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps528\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d2ea89b7-7fff-46be-ba73-0e67959d2bf8" + "dbdd3e92-f523-4415-b24b-c3b398c142ca" ], "Server": [ "Microsoft-IIS/10.0" @@ -237,52 +237,52 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "57bf8345-e1ea-42b3-97e5-12954b16ecc9" + "423ba46d-d019-4253-be85-77b86d3e5bd5" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121845Z:57bf8345-e1ea-42b3-97e5-12954b16ecc9" + "JIOINDIACENTRAL:20221212T091055Z:423ba46d-d019-4253-be85-77b86d3e5bd5" ], "Date": [ - "Thu, 20 Jan 2022 12:18:45 GMT" + "Mon, 12 Dec 2022 09:10:54 GMT" ], "Content-Length": [ - "642" + "640" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8344/providers/Microsoft.Network/trafficManagerProfiles/ps2879\",\r\n \"name\": \"ps2879\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4725\",\r\n \"fqdn\": \"ps4725.trafficmanager.net\",\r\n \"ttl\": 0\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 1,\r\n \"timeoutInSeconds\": 7\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5783/providers/Microsoft.Network/trafficManagerProfiles/ps528\",\r\n \"name\": \"ps528\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8232\",\r\n \"fqdn\": \"ps8232.trafficmanager.net\",\r\n \"ttl\": 0\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 1,\r\n \"timeoutInSeconds\": 7\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8344/providers/Microsoft.Network/trafficmanagerprofiles/ps2879?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczI4Nzk/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5783/providers/Microsoft.Network/trafficmanagerprofiles/ps528?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTc4My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUyOD9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4725\",\r\n \"ttl\": 5\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 8,\r\n \"toleratedNumberOfFailures\": 0\r\n }\r\n },\r\n \"tags\": {},\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8344/providers/Microsoft.Network/trafficManagerProfiles/ps2879\",\r\n \"name\": \"ps2879\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "da23fe42-8d80-4606-b3ff-f02f39bcc806" + "f400dfc0-2d2f-4d3f-9aa5-8fbd5fd7ec0a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "648" + "646" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8232\",\r\n \"ttl\": 5\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 8,\r\n \"toleratedNumberOfFailures\": 0\r\n }\r\n },\r\n \"tags\": {},\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5783/providers/Microsoft.Network/trafficManagerProfiles/ps528\",\r\n \"name\": \"ps528\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -294,7 +294,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "da23fe42-8d80-4606-b3ff-f02f39bcc806" + "f400dfc0-2d2f-4d3f-9aa5-8fbd5fd7ec0a" ], "Server": [ "Microsoft-IIS/10.0" @@ -306,46 +306,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "4499" ], "x-ms-correlation-request-id": [ - "00e8d682-5aa4-4bb6-b232-6f32083d5090" + "2cf52902-6b2c-4091-b6ce-28ea478b95be" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121851Z:00e8d682-5aa4-4bb6-b232-6f32083d5090" + "JIOINDIACENTRAL:20221212T091101Z:2cf52902-6b2c-4091-b6ce-28ea478b95be" ], "Date": [ - "Thu, 20 Jan 2022 12:18:51 GMT" + "Mon, 12 Dec 2022 09:11:01 GMT" ], "Content-Length": [ - "652" + "650" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8344/providers/Microsoft.Network/trafficManagerProfiles/ps2879\",\r\n \"name\": \"ps2879\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4725\",\r\n \"fqdn\": \"ps4725.trafficmanager.net\",\r\n \"ttl\": 5\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 0,\r\n \"timeoutInSeconds\": 8\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5783/providers/Microsoft.Network/trafficManagerProfiles/ps528\",\r\n \"name\": \"ps528\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8232\",\r\n \"fqdn\": \"ps8232.trafficmanager.net\",\r\n \"ttl\": 5\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 0,\r\n \"timeoutInSeconds\": 8\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8344/providers/Microsoft.Network/trafficmanagerprofiles/ps2879?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczI4Nzk/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5783/providers/Microsoft.Network/trafficmanagerprofiles/ps528?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTc4My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUyOD9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "caf06d6b-5efc-4545-a82f-8a623622d9b1" + "d6c39cd5-0bf5-4078-8caa-c7697f322183" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -357,7 +357,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "caf06d6b-5efc-4545-a82f-8a623622d9b1" + "d6c39cd5-0bf5-4078-8caa-c7697f322183" ], "Server": [ "Microsoft-IIS/10.0" @@ -369,16 +369,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "498" ], "x-ms-correlation-request-id": [ - "15e672c9-de0b-405c-bbe3-5fabb70963fb" + "b626b56c-3a27-4d4f-8eb8-cf6188227b29" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121857Z:15e672c9-de0b-405c-bbe3-5fabb70963fb" + "JIOINDIACENTRAL:20221212T091107Z:b626b56c-3a27-4d4f-8eb8-cf6188227b29" ], "Date": [ - "Thu, 20 Jan 2022 12:18:56 GMT" + "Mon, 12 Dec 2022 09:11:07 GMT" ], "Content-Length": [ "0" @@ -388,24 +388,24 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps8344?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzODM0ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps5783?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNTc4Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "896e9949-3d0c-4d92-8b9c-4ae6fec361ac" + "30e1fbea-ac69-4da6-908c-e1ff600a7ad3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -414,22 +414,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14990" ], "x-ms-request-id": [ - "b5b8b5ad-d012-40ca-aae0-f0a4dd351487" + "f108d7de-af40-4a4b-a3bb-ab6f7fb6a856" ], "x-ms-correlation-request-id": [ - "b5b8b5ad-d012-40ca-aae0-f0a4dd351487" + "f108d7de-af40-4a4b-a3bb-ab6f7fb6a856" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121901Z:b5b8b5ad-d012-40ca-aae0-f0a4dd351487" + "JIOINDIACENTRAL:20221212T091113Z:f108d7de-af40-4a4b-a3bb-ab6f7fb6a856" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -438,7 +438,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:19:01 GMT" + "Mon, 12 Dec 2022 09:11:12 GMT" ], "Expires": [ "-1" @@ -451,18 +451,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek5EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM09ETXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -471,16 +471,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11972" ], "x-ms-request-id": [ - "bbea0991-c7b3-4de1-bba4-6e9413b55524" + "4b36964f-3133-4072-aaf9-283743cb4bfe" ], "x-ms-correlation-request-id": [ - "bbea0991-c7b3-4de1-bba4-6e9413b55524" + "4b36964f-3133-4072-aaf9-283743cb4bfe" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121916Z:bbea0991-c7b3-4de1-bba4-6e9413b55524" + "JIOINDIACENTRAL:20221212T091128Z:4b36964f-3133-4072-aaf9-283743cb4bfe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -489,7 +489,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:19:16 GMT" + "Mon, 12 Dec 2022 09:11:27 GMT" ], "Expires": [ "-1" @@ -502,18 +502,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek5EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU3ODMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVM09ETXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -522,16 +522,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11971" ], "x-ms-request-id": [ - "50a38707-02d4-4a01-b941-e67da5e6133a" + "2ba249aa-9000-4353-a1e3-58c8abfbdf4f" ], "x-ms-correlation-request-id": [ - "50a38707-02d4-4a01-b941-e67da5e6133a" + "2ba249aa-9000-4353-a1e3-58c8abfbdf4f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121917Z:50a38707-02d4-4a01-b941-e67da5e6133a" + "JIOINDIACENTRAL:20221212T091129Z:2ba249aa-9000-4353-a1e3-58c8abfbdf4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -540,7 +540,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:19:16 GMT" + "Mon, 12 Dec 2022 09:11:28 GMT" ], "Expires": [ "-1" @@ -555,12 +555,12 @@ ], "Names": { "Test-ProfileMonitorCustom": [ - "ps2879", - "ps8344", - "ps4725" + "ps528", + "ps5783", + "ps8232" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileMonitorDefault.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileMonitorDefault.json index 0a1e1ba201d9..c825661a9395 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileMonitorDefault.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileMonitorDefault.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps1737?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzMTczNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps1488?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMTQ4OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e4e9edf7-1f72-4df5-804c-efe344d4dbb3" + "113b0554-f7ac-4630-aebc-bbd1bd7f0e2e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-request-id": [ - "793ea759-a16e-4aaa-9126-dde7df3594c6" + "52928877-3d47-47c2-9488-a70a6071b142" ], "x-ms-correlation-request-id": [ - "793ea759-a16e-4aaa-9126-dde7df3594c6" + "52928877-3d47-47c2-9488-a70a6071b142" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120838Z:793ea759-a16e-4aaa-9126-dde7df3594c6" + "JIOINDIACENTRAL:20221212T090159Z:52928877-3d47-47c2-9488-a70a6071b142" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:08:38 GMT" + "Mon, 12 Dec 2022 09:01:58 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps1737\",\r\n \"name\": \"ps1737\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1488\",\r\n \"name\": \"ps1488\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps1737/providers/Microsoft.Network/trafficmanagerprofiles/ps6476?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMTczNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY0NzY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1488/providers/Microsoft.Network/trafficmanagerprofiles/ps8184?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTQ4OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczgxODQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "715f35f0-4842-43a0-bcf2-20aab88280d7" + "a3d9dc2e-2f8a-42f2-819e-17279f4b7722" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "bc4418aa-7d48-4490-83a8-bac09589e999" + "a86de70c-b799-46ad-a5cb-0a108372257e" ], "x-ms-correlation-request-id": [ - "bc4418aa-7d48-4490-83a8-bac09589e999" + "a86de70c-b799-46ad-a5cb-0a108372257e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120840Z:bc4418aa-7d48-4490-83a8-bac09589e999" + "JIOINDIACENTRAL:20221212T090159Z:a86de70c-b799-46ad-a5cb-0a108372257e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:08:39 GMT" + "Mon, 12 Dec 2022 09:01:59 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,28 +123,28 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps6476' under resource group 'ps1737' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps8184' under resource group 'ps1488' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps1737/providers/Microsoft.Network/trafficmanagerprofiles/ps6476?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMTczNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY0NzY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1488/providers/Microsoft.Network/trafficmanagerprofiles/ps8184?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTQ4OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczgxODQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b61ee44e-74ee-4498-ba78-6e59b4365b0f" + "a17b1029-1ea0-4bad-9441-4e7576fb8e1a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -156,7 +156,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b61ee44e-74ee-4498-ba78-6e59b4365b0f" + "a17b1029-1ea0-4bad-9441-4e7576fb8e1a" ], "Server": [ "Microsoft-IIS/10.0" @@ -168,16 +168,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "1999" ], "x-ms-correlation-request-id": [ - "a763ba28-8e2e-4cd7-8d38-5c52304dd883" + "73080ce5-719c-4f2b-81f7-59b4174d91af" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120848Z:a763ba28-8e2e-4cd7-8d38-5c52304dd883" + "JIOINDIACENTRAL:20221212T090205Z:73080ce5-719c-4f2b-81f7-59b4174d91af" ], "Date": [ - "Thu, 20 Jan 2022 12:08:47 GMT" + "Mon, 12 Dec 2022 09:02:05 GMT" ], "Content-Length": [ "654" @@ -186,26 +186,25 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps1737/providers/Microsoft.Network/trafficManagerProfiles/ps6476\",\r\n \"name\": \"ps6476\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps1752\",\r\n \"fqdn\": \"ps1752.trafficmanager.net\",\r\n \"ttl\": 30\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1488/providers/Microsoft.Network/trafficManagerProfiles/ps8184\",\r\n \"name\": \"ps8184\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4665\",\r\n \"fqdn\": \"ps4665.trafficmanager.net\",\r\n \"ttl\": 30\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps1737/providers/Microsoft.Network/trafficmanagerprofiles/ps6476?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMTczNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY0NzY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1488/providers/Microsoft.Network/trafficmanagerprofiles/ps8184?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTQ4OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczgxODQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps1752\",\r\n \"ttl\": 30\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps6476\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "715f35f0-4842-43a0-bcf2-20aab88280d7" + "a3d9dc2e-2f8a-42f2-819e-17279f4b7722" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -214,6 +213,7 @@ "334" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4665\",\r\n \"ttl\": 30\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps8184\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "715f35f0-4842-43a0-bcf2-20aab88280d7" + "a3d9dc2e-2f8a-42f2-819e-17279f4b7722" ], "Server": [ "Microsoft-IIS/10.0" @@ -237,16 +237,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4498" ], "x-ms-correlation-request-id": [ - "a3ff7047-2d4a-4b0e-a4c9-a23a6f99357f" + "dd2e0832-aa4b-4692-b343-9157dd047977" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120847Z:a3ff7047-2d4a-4b0e-a4c9-a23a6f99357f" + "JIOINDIACENTRAL:20221212T090204Z:dd2e0832-aa4b-4692-b343-9157dd047977" ], "Date": [ - "Thu, 20 Jan 2022 12:08:47 GMT" + "Mon, 12 Dec 2022 09:02:04 GMT" ], "Content-Length": [ "644" @@ -255,28 +255,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps1737/providers/Microsoft.Network/trafficManagerProfiles/ps6476\",\r\n \"name\": \"ps6476\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps1752\",\r\n \"fqdn\": \"ps1752.trafficmanager.net\",\r\n \"ttl\": 30\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1488/providers/Microsoft.Network/trafficManagerProfiles/ps8184\",\r\n \"name\": \"ps8184\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps4665\",\r\n \"fqdn\": \"ps4665.trafficmanager.net\",\r\n \"ttl\": 30\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps1737/providers/Microsoft.Network/trafficmanagerprofiles/ps6476?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzMTczNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczY0NzY/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps1488/providers/Microsoft.Network/trafficmanagerprofiles/ps8184?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzMTQ4OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczgxODQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b54c613-0a0e-4caf-b24e-d06ffc38ad40" + "4bf59117-0798-4fea-9b49-3707ee30815c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -288,7 +288,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9b54c613-0a0e-4caf-b24e-d06ffc38ad40" + "4bf59117-0798-4fea-9b49-3707ee30815c" ], "Server": [ "Microsoft-IIS/10.0" @@ -300,16 +300,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "499" ], "x-ms-correlation-request-id": [ - "dc9df657-eceb-46e7-a350-999d97511976" + "a825172c-7b75-4295-9a6d-13e065d81f96" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120855Z:dc9df657-eceb-46e7-a350-999d97511976" + "JIOINDIACENTRAL:20221212T090215Z:a825172c-7b75-4295-9a6d-13e065d81f96" ], "Date": [ - "Thu, 20 Jan 2022 12:08:54 GMT" + "Mon, 12 Dec 2022 09:02:15 GMT" ], "Content-Length": [ "0" @@ -319,24 +319,24 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps1737?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzMTczNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps1488?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzMTQ4OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5a5510a-c004-4da9-bb59-db5a01cbc9ed" + "52089a22-2df9-4366-8c58-f1fb8f6bf4fb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -345,22 +345,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MzctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0ODgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14988" ], "x-ms-request-id": [ - "448fd468-101e-4f81-96cd-f6df0eef4347" + "68fc7770-dc37-4ca7-bc30-9cc847a3cfb8" ], "x-ms-correlation-request-id": [ - "448fd468-101e-4f81-96cd-f6df0eef4347" + "68fc7770-dc37-4ca7-bc30-9cc847a3cfb8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120858Z:448fd468-101e-4f81-96cd-f6df0eef4347" + "JIOINDIACENTRAL:20221212T090219Z:68fc7770-dc37-4ca7-bc30-9cc847a3cfb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -369,7 +369,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:08:57 GMT" + "Mon, 12 Dec 2022 09:02:18 GMT" ], "Expires": [ "-1" @@ -382,18 +382,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MzctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM016Y3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0ODgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME9EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -402,16 +402,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11951" ], "x-ms-request-id": [ - "a3debff5-c00f-439d-8ecc-ee423d15ab74" + "617f3a00-6df1-4d73-87e1-a151ac2cae71" ], "x-ms-correlation-request-id": [ - "a3debff5-c00f-439d-8ecc-ee423d15ab74" + "617f3a00-6df1-4d73-87e1-a151ac2cae71" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120913Z:a3debff5-c00f-439d-8ecc-ee423d15ab74" + "JIOINDIACENTRAL:20221212T090234Z:617f3a00-6df1-4d73-87e1-a151ac2cae71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -420,7 +420,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:09:13 GMT" + "Mon, 12 Dec 2022 09:02:34 GMT" ], "Expires": [ "-1" @@ -433,18 +433,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MzctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM016Y3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0ODgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME9EZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -453,16 +453,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11950" ], "x-ms-request-id": [ - "ac293521-c7ea-45f4-a6a4-82f8018aa9d3" + "e17bf5c6-735a-4f18-89ea-7afc4fefcd61" ], "x-ms-correlation-request-id": [ - "ac293521-c7ea-45f4-a6a4-82f8018aa9d3" + "e17bf5c6-735a-4f18-89ea-7afc4fefcd61" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T120914Z:ac293521-c7ea-45f4-a6a4-82f8018aa9d3" + "JIOINDIACENTRAL:20221212T090235Z:e17bf5c6-735a-4f18-89ea-7afc4fefcd61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -471,7 +471,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:09:14 GMT" + "Mon, 12 Dec 2022 09:02:34 GMT" ], "Expires": [ "-1" @@ -486,12 +486,12 @@ ], "Names": { "Test-ProfileMonitorDefaults": [ - "ps6476", - "ps1737", - "ps1752" + "ps8184", + "ps1488", + "ps4665" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileMonitorParameterAliases.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileMonitorParameterAliases.json index 33cc36c9c093..867c27f51527 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileMonitorParameterAliases.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileMonitorParameterAliases.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps8468?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzODQ2OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps8955?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzODk1NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b81f74d6-7082-423e-893c-c1b21b267862" + "4ff49578-2b86-4dbc-b1c6-94282b077780" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-request-id": [ - "38c4557c-f4da-483e-bdc7-e751d5b7c92e" + "5524f504-9878-45a0-ae8e-061d28b09c5d" ], "x-ms-correlation-request-id": [ - "38c4557c-f4da-483e-bdc7-e751d5b7c92e" + "5524f504-9878-45a0-ae8e-061d28b09c5d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123711Z:38c4557c-f4da-483e-bdc7-e751d5b7c92e" + "CENTRALINDIA:20221212T093120Z:5524f504-9878-45a0-ae8e-061d28b09c5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:37:11 GMT" + "Mon, 12 Dec 2022 09:31:20 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8468\",\r\n \"name\": \"ps8468\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8955\",\r\n \"name\": \"ps8955\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8468/providers/Microsoft.Network/trafficmanagerprofiles/ps5238?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODQ2OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUyMzg/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8955/providers/Microsoft.Network/trafficmanagerprofiles/ps4804?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzODk1NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQ4MDQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "28e113cf-2e95-4218-81a1-2be5b92f544a" + "c9af6f3b-b678-4918-b798-fd1c1b68ff9d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "99e44528-65ae-48b0-839b-4e549027d506" + "0bb3f31a-b99d-4c3b-aa4d-756e15a1d89e" ], "x-ms-correlation-request-id": [ - "99e44528-65ae-48b0-839b-4e549027d506" + "0bb3f31a-b99d-4c3b-aa4d-756e15a1d89e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123713Z:99e44528-65ae-48b0-839b-4e549027d506" + "CENTRALINDIA:20221212T093122Z:0bb3f31a-b99d-4c3b-aa4d-756e15a1d89e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:37:13 GMT" + "Mon, 12 Dec 2022 09:31:22 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,28 +123,28 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps5238' under resource group 'ps8468' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps4804' under resource group 'ps8955' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8468/providers/Microsoft.Network/trafficmanagerprofiles/ps5238?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODQ2OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUyMzg/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8955/providers/Microsoft.Network/trafficmanagerprofiles/ps4804?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzODk1NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQ4MDQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9057d581-8967-470c-8c63-ffeb02f5d19e" + "1b25bb01-0ea2-4478-8b3f-a71da674d0e8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -156,7 +156,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9057d581-8967-470c-8c63-ffeb02f5d19e" + "1b25bb01-0ea2-4478-8b3f-a71da674d0e8" ], "Server": [ "Microsoft-IIS/10.0" @@ -168,16 +168,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "1999" ], "x-ms-correlation-request-id": [ - "7b37d56c-9c3e-4aa1-a09d-494d6809a1ac" + "396c6e29-1f39-44be-9e45-d389abb2b335" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123723Z:7b37d56c-9c3e-4aa1-a09d-494d6809a1ac" + "CENTRALINDIA:20221212T093129Z:396c6e29-1f39-44be-9e45-d389abb2b335" ], "Date": [ - "Thu, 20 Jan 2022 12:37:23 GMT" + "Mon, 12 Dec 2022 09:31:29 GMT" ], "Content-Length": [ "645" @@ -186,26 +186,25 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8468/providers/Microsoft.Network/trafficManagerProfiles/ps5238\",\r\n \"name\": \"ps5238\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8536\",\r\n \"fqdn\": \"ps8536.trafficmanager.net\",\r\n \"ttl\": 1\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTPS\",\r\n \"port\": 85,\r\n \"path\": \"/test\",\r\n \"intervalInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 5,\r\n \"timeoutInSeconds\": 9\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8955/providers/Microsoft.Network/trafficManagerProfiles/ps4804\",\r\n \"name\": \"ps4804\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps6647\",\r\n \"fqdn\": \"ps6647.trafficmanager.net\",\r\n \"ttl\": 1\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTPS\",\r\n \"port\": 85,\r\n \"path\": \"/test\",\r\n \"intervalInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 5,\r\n \"timeoutInSeconds\": 9\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8468/providers/Microsoft.Network/trafficmanagerprofiles/ps5238?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODQ2OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUyMzg/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8955/providers/Microsoft.Network/trafficmanagerprofiles/ps4804?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzODk1NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQ4MDQ/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8536\",\r\n \"ttl\": 1\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTPS\",\r\n \"port\": 85,\r\n \"path\": \"/test\",\r\n \"intervalInSeconds\": 10,\r\n \"timeoutInSeconds\": 9,\r\n \"toleratedNumberOfFailures\": 5\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps5238\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "28e113cf-2e95-4218-81a1-2be5b92f544a" + "c9af6f3b-b678-4918-b798-fd1c1b68ff9d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -214,6 +213,7 @@ "427" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps6647\",\r\n \"ttl\": 1\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTPS\",\r\n \"port\": 85,\r\n \"path\": \"/test\",\r\n \"intervalInSeconds\": 10,\r\n \"timeoutInSeconds\": 9,\r\n \"toleratedNumberOfFailures\": 5\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps4804\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "28e113cf-2e95-4218-81a1-2be5b92f544a" + "c9af6f3b-b678-4918-b798-fd1c1b68ff9d" ], "Server": [ "Microsoft-IIS/10.0" @@ -237,16 +237,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4499" ], "x-ms-correlation-request-id": [ - "772223e0-d1f0-4e30-ac7d-d0602170cc5a" + "6c1737ec-d32a-47a5-baf1-b7890c490e27" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123723Z:772223e0-d1f0-4e30-ac7d-d0602170cc5a" + "CENTRALINDIA:20221212T093127Z:6c1737ec-d32a-47a5-baf1-b7890c490e27" ], "Date": [ - "Thu, 20 Jan 2022 12:37:22 GMT" + "Mon, 12 Dec 2022 09:31:27 GMT" ], "Content-Length": [ "635" @@ -255,28 +255,28 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8468/providers/Microsoft.Network/trafficManagerProfiles/ps5238\",\r\n \"name\": \"ps5238\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8536\",\r\n \"fqdn\": \"ps8536.trafficmanager.net\",\r\n \"ttl\": 1\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTPS\",\r\n \"port\": 85,\r\n \"path\": \"/test\",\r\n \"intervalInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 5,\r\n \"timeoutInSeconds\": 9\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps8955/providers/Microsoft.Network/trafficManagerProfiles/ps4804\",\r\n \"name\": \"ps4804\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps6647\",\r\n \"fqdn\": \"ps6647.trafficmanager.net\",\r\n \"ttl\": 1\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTPS\",\r\n \"port\": 85,\r\n \"path\": \"/test\",\r\n \"intervalInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 5,\r\n \"timeoutInSeconds\": 9\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps8468?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzODQ2OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps8955?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzODk1NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "52677a7b-8714-4f21-87c9-87b38fde85de" + "fd51b17d-79cc-4c0f-97f1-12046758c6e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -285,22 +285,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14999" ], "x-ms-request-id": [ - "c7571562-9b22-4158-8100-9f75be65e50a" + "c87f4d0e-37a3-4323-ae73-7ae50a8f4e66" ], "x-ms-correlation-request-id": [ - "c7571562-9b22-4158-8100-9f75be65e50a" + "c87f4d0e-37a3-4323-ae73-7ae50a8f4e66" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123726Z:c7571562-9b22-4158-8100-9f75be65e50a" + "CENTRALINDIA:20221212T093137Z:c87f4d0e-37a3-4323-ae73-7ae50a8f4e66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -309,7 +309,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:37:26 GMT" + "Mon, 12 Dec 2022 09:31:37 GMT" ], "Expires": [ "-1" @@ -322,75 +322,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU5UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-request-id": [ - "49da59e5-0f11-41c0-a672-141f7165a68b" - ], - "x-ms-correlation-request-id": [ - "49da59e5-0f11-41c0-a672-141f7165a68b" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123742Z:49da59e5-0f11-41c0-a672-141f7165a68b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:37:41 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -399,22 +342,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11999" ], "x-ms-request-id": [ - "a8dd62ec-b5f4-4685-8068-d797e777fc2a" + "ca6c44a9-33b0-4dbc-94e3-245c3897ef5d" ], "x-ms-correlation-request-id": [ - "a8dd62ec-b5f4-4685-8068-d797e777fc2a" + "ca6c44a9-33b0-4dbc-94e3-245c3897ef5d" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123757Z:a8dd62ec-b5f4-4685-8068-d797e777fc2a" + "CENTRALINDIA:20221212T093153Z:ca6c44a9-33b0-4dbc-94e3-245c3897ef5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -423,7 +366,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:37:57 GMT" + "Mon, 12 Dec 2022 09:31:52 GMT" ], "Expires": [ "-1" @@ -436,75 +379,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU5UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-request-id": [ - "db702656-ddbd-4a04-a68b-d27008afc2d5" - ], - "x-ms-correlation-request-id": [ - "db702656-ddbd-4a04-a68b-d27008afc2d5" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123813Z:db702656-ddbd-4a04-a68b-d27008afc2d5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:38:13 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -513,22 +399,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11998" ], "x-ms-request-id": [ - "350f08a0-7b9b-40cc-909c-e7df787d06bb" + "b6a8bce3-4765-4a47-9f92-67f6d0a33294" ], "x-ms-correlation-request-id": [ - "350f08a0-7b9b-40cc-909c-e7df787d06bb" + "b6a8bce3-4765-4a47-9f92-67f6d0a33294" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123828Z:350f08a0-7b9b-40cc-909c-e7df787d06bb" + "CENTRALINDIA:20221212T093208Z:b6a8bce3-4765-4a47-9f92-67f6d0a33294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -537,7 +423,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:38:28 GMT" + "Mon, 12 Dec 2022 09:32:07 GMT" ], "Expires": [ "-1" @@ -550,75 +436,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU5UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], - "x-ms-request-id": [ - "9d43dab4-8cba-416d-8382-c3cd38f0456a" - ], - "x-ms-correlation-request-id": [ - "9d43dab4-8cba-416d-8382-c3cd38f0456a" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123844Z:9d43dab4-8cba-416d-8382-c3cd38f0456a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:38:44 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -627,22 +456,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11997" ], "x-ms-request-id": [ - "5493c09e-3ddc-47e0-986f-a42ca8103d86" + "335c9f60-f16a-47c6-a117-54f5c5ddf7d9" ], "x-ms-correlation-request-id": [ - "5493c09e-3ddc-47e0-986f-a42ca8103d86" + "335c9f60-f16a-47c6-a117-54f5c5ddf7d9" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123859Z:5493c09e-3ddc-47e0-986f-a42ca8103d86" + "CENTRALINDIA:20221212T093224Z:335c9f60-f16a-47c6-a117-54f5c5ddf7d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -651,7 +480,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:38:59 GMT" + "Mon, 12 Dec 2022 09:32:23 GMT" ], "Expires": [ "-1" @@ -664,75 +493,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU5UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], - "x-ms-request-id": [ - "c90cb173-ff38-497b-94b7-21f6779db780" - ], - "x-ms-correlation-request-id": [ - "c90cb173-ff38-497b-94b7-21f6779db780" - ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123915Z:c90cb173-ff38-497b-94b7-21f6779db780" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 20 Jan 2022 12:39:14 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.700.21.56803", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -741,22 +513,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11996" ], "x-ms-request-id": [ - "eedb0bdf-26d4-4e04-aa01-6259f1f93936" + "41d20e3a-34e8-4e84-949a-c6d1e7cef61c" ], "x-ms-correlation-request-id": [ - "eedb0bdf-26d4-4e04-aa01-6259f1f93936" + "41d20e3a-34e8-4e84-949a-c6d1e7cef61c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123930Z:eedb0bdf-26d4-4e04-aa01-6259f1f93936" + "CENTRALINDIA:20221212T093239Z:41d20e3a-34e8-4e84-949a-c6d1e7cef61c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -765,7 +537,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:39:30 GMT" + "Mon, 12 Dec 2022 09:32:38 GMT" ], "Expires": [ "-1" @@ -778,18 +550,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU5UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -798,22 +570,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11995" ], "x-ms-request-id": [ - "584bcdf5-28d3-4354-942b-3ac7289d6c4b" + "f2a45a37-9b54-44fc-b129-b7ab699b3512" ], "x-ms-correlation-request-id": [ - "584bcdf5-28d3-4354-942b-3ac7289d6c4b" + "f2a45a37-9b54-44fc-b129-b7ab699b3512" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T123946Z:584bcdf5-28d3-4354-942b-3ac7289d6c4b" + "CENTRALINDIA:20221212T093255Z:f2a45a37-9b54-44fc-b129-b7ab699b3512" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -822,7 +594,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:39:45 GMT" + "Mon, 12 Dec 2022 09:32:54 GMT" ], "Expires": [ "-1" @@ -835,18 +607,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU5UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -855,22 +627,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11994" ], "x-ms-request-id": [ - "384b2ab3-8065-4a18-9484-81f4af98c965" + "ea699388-240f-49cd-9466-75e5f7f86678" ], "x-ms-correlation-request-id": [ - "384b2ab3-8065-4a18-9484-81f4af98c965" + "ea699388-240f-49cd-9466-75e5f7f86678" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124001Z:384b2ab3-8065-4a18-9484-81f4af98c965" + "CENTRALINDIA:20221212T093310Z:ea699388-240f-49cd-9466-75e5f7f86678" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -879,7 +651,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:40:00 GMT" + "Mon, 12 Dec 2022 09:33:09 GMT" ], "Expires": [ "-1" @@ -892,18 +664,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU5UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -912,22 +684,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11993" ], "x-ms-request-id": [ - "bfb8f244-0af9-4564-9c65-e5762ae6cef4" + "a8a8b1a5-e061-4a03-a7ba-27d356ebff4f" ], "x-ms-correlation-request-id": [ - "bfb8f244-0af9-4564-9c65-e5762ae6cef4" + "a8a8b1a5-e061-4a03-a7ba-27d356ebff4f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124017Z:bfb8f244-0af9-4564-9c65-e5762ae6cef4" + "CENTRALINDIA:20221212T093326Z:a8a8b1a5-e061-4a03-a7ba-27d356ebff4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -936,7 +708,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:40:17 GMT" + "Mon, 12 Dec 2022 09:33:25 GMT" ], "Expires": [ "-1" @@ -949,18 +721,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU5UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -969,16 +741,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11992" ], "x-ms-request-id": [ - "edc08ea1-b1e4-4b15-bc1c-f9e80183c269" + "7618f52e-f5aa-45dc-b97f-efb40d59b413" ], "x-ms-correlation-request-id": [ - "edc08ea1-b1e4-4b15-bc1c-f9e80183c269" + "7618f52e-f5aa-45dc-b97f-efb40d59b413" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124032Z:edc08ea1-b1e4-4b15-bc1c-f9e80183c269" + "CENTRALINDIA:20221212T093341Z:7618f52e-f5aa-45dc-b97f-efb40d59b413" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -987,7 +759,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:40:32 GMT" + "Mon, 12 Dec 2022 09:33:41 GMT" ], "Expires": [ "-1" @@ -1000,18 +772,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU5UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1020,16 +792,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11991" ], "x-ms-request-id": [ - "cda84efb-a121-4c86-8fa3-958d49c65b7e" + "3461ca22-b5be-415d-a404-04de32a08c14" ], "x-ms-correlation-request-id": [ - "cda84efb-a121-4c86-8fa3-958d49c65b7e" + "3461ca22-b5be-415d-a404-04de32a08c14" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T124033Z:cda84efb-a121-4c86-8fa3-958d49c65b7e" + "CENTRALINDIA:20221212T093342Z:3461ca22-b5be-415d-a404-04de32a08c14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1038,7 +810,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:40:32 GMT" + "Mon, 12 Dec 2022 09:33:42 GMT" ], "Expires": [ "-1" @@ -1053,12 +825,12 @@ ], "Names": { "Test-ProfileMonitorParameterAliases": [ - "ps5238", - "ps8468", - "ps8536" + "ps4804", + "ps8955", + "ps6647" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileMonitorProtocol.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileMonitorProtocol.json index a783f7d758fa..c906131fcbaf 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileMonitorProtocol.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileMonitorProtocol.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps6139?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNjEzOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps562?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNTYyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6a39148e-a027-4f17-8142-c86595b0484e" + "ca5337d2-9b45-4265-8be3-6ac849380f98" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "e90a0feb-77b8-4561-bead-962905324cfe" + "badf7bff-fdfd-4dea-844c-6ae2db36c568" ], "x-ms-correlation-request-id": [ - "e90a0feb-77b8-4561-bead-962905324cfe" + "badf7bff-fdfd-4dea-844c-6ae2db36c568" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122428Z:e90a0feb-77b8-4561-bead-962905324cfe" + "JIOINDIACENTRAL:20221212T091604Z:badf7bff-fdfd-4dea-844c-6ae2db36c568" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,10 +51,10 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:24:27 GMT" + "Mon, 12 Dec 2022 09:16:04 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6139\",\r\n \"name\": \"ps6139\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps562\",\r\n \"name\": \"ps562\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6139/providers/Microsoft.Network/trafficmanagerprofiles/ps1800?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjEzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczE4MDA/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps562/providers/Microsoft.Network/trafficmanagerprofiles/ps1510?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMTUxMD9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "447bf47f-1ffe-4607-8a69-0d285b9c5ba0" + "7a19d168-4648-438b-a7ac-bf14c4a48c36" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "7b17cc9f-8d6d-4107-a34e-1f928a0e6360" + "ac60440c-4a73-4cfa-9e6a-7656618edfae" ], "x-ms-correlation-request-id": [ - "7b17cc9f-8d6d-4107-a34e-1f928a0e6360" + "ac60440c-4a73-4cfa-9e6a-7656618edfae" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122429Z:7b17cc9f-8d6d-4107-a34e-1f928a0e6360" + "JIOINDIACENTRAL:20221212T091604Z:ac60440c-4a73-4cfa-9e6a-7656618edfae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:24:28 GMT" + "Mon, 12 Dec 2022 09:16:04 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,31 +120,31 @@ "-1" ], "Content-Length": [ - "225" + "224" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps1800' under resource group 'ps6139' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps1510' under resource group 'ps562' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6139/providers/Microsoft.Network/trafficmanagerprofiles/ps1800?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjEzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczE4MDA/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps562/providers/Microsoft.Network/trafficmanagerprofiles/ps1510?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMTUxMD9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13357c27-c122-4d05-be6b-175a25526a94" + "6b1fcd2d-1249-41d2-9312-310c7a71d2a4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -156,7 +156,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "13357c27-c122-4d05-be6b-175a25526a94" + "6b1fcd2d-1249-41d2-9312-310c7a71d2a4" ], "Server": [ "Microsoft-IIS/10.0" @@ -168,44 +168,43 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "1999" ], "x-ms-correlation-request-id": [ - "ea27926a-d32b-4400-85eb-591a4eb91115" + "3aa495d1-a04c-42d2-a687-c70c377ae1c2" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122436Z:ea27926a-d32b-4400-85eb-591a4eb91115" + "JIOINDIACENTRAL:20221212T091610Z:3aa495d1-a04c-42d2-a687-c70c377ae1c2" ], "Date": [ - "Thu, 20 Jan 2022 12:24:36 GMT" + "Mon, 12 Dec 2022 09:16:10 GMT" ], "Content-Length": [ - "643" + "642" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6139/providers/Microsoft.Network/trafficManagerProfiles/ps1800\",\r\n \"name\": \"ps1800\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8686\",\r\n \"fqdn\": \"ps8686.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"TCP\",\r\n \"port\": 8080,\r\n \"path\": null,\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps562/providers/Microsoft.Network/trafficManagerProfiles/ps1510\",\r\n \"name\": \"ps1510\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3181\",\r\n \"fqdn\": \"ps3181.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"TCP\",\r\n \"port\": 8080,\r\n \"path\": null,\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6139/providers/Microsoft.Network/trafficmanagerprofiles/ps1800?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjEzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczE4MDA/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps562/providers/Microsoft.Network/trafficmanagerprofiles/ps1510?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMTUxMD9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8686\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"TCP\",\r\n \"port\": 8080\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps1800\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "447bf47f-1ffe-4607-8a69-0d285b9c5ba0" + "7a19d168-4648-438b-a7ac-bf14c4a48c36" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -214,6 +213,7 @@ "303" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3181\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"TCP\",\r\n \"port\": 8080\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps1510\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "447bf47f-1ffe-4607-8a69-0d285b9c5ba0" + "7a19d168-4648-438b-a7ac-bf14c4a48c36" ], "Server": [ "Microsoft-IIS/10.0" @@ -237,52 +237,52 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4497" ], "x-ms-correlation-request-id": [ - "4fef6fa2-66f7-4c5a-8806-8d2e9dbd7aa1" + "506333e9-e5b1-4f96-a64c-7fc7e9962c14" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122436Z:4fef6fa2-66f7-4c5a-8806-8d2e9dbd7aa1" + "JIOINDIACENTRAL:20221212T091609Z:506333e9-e5b1-4f96-a64c-7fc7e9962c14" ], "Date": [ - "Thu, 20 Jan 2022 12:24:36 GMT" + "Mon, 12 Dec 2022 09:16:09 GMT" ], "Content-Length": [ - "633" + "632" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6139/providers/Microsoft.Network/trafficManagerProfiles/ps1800\",\r\n \"name\": \"ps1800\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8686\",\r\n \"fqdn\": \"ps8686.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"TCP\",\r\n \"port\": 8080,\r\n \"path\": null,\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps562/providers/Microsoft.Network/trafficManagerProfiles/ps1510\",\r\n \"name\": \"ps1510\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3181\",\r\n \"fqdn\": \"ps3181.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"TCP\",\r\n \"port\": 8080,\r\n \"path\": null,\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6139/providers/Microsoft.Network/trafficmanagerprofiles/ps1800?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjEzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczE4MDA/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps562/providers/Microsoft.Network/trafficmanagerprofiles/ps1510?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMTUxMD9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8686\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 81,\r\n \"path\": \"/health.htm\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 3\r\n }\r\n },\r\n \"tags\": {},\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6139/providers/Microsoft.Network/trafficManagerProfiles/ps1800\",\r\n \"name\": \"ps1800\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "423d5953-344a-4e8a-8c22-8df37cea0c55" + "d0ae9e75-63f1-4136-a4e1-a009ae638d6b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "648" + "647" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3181\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 81,\r\n \"path\": \"/health.htm\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 3\r\n }\r\n },\r\n \"tags\": {},\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps562/providers/Microsoft.Network/trafficManagerProfiles/ps1510\",\r\n \"name\": \"ps1510\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -294,7 +294,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "423d5953-344a-4e8a-8c22-8df37cea0c55" + "d0ae9e75-63f1-4136-a4e1-a009ae638d6b" ], "Server": [ "Microsoft-IIS/10.0" @@ -306,52 +306,52 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "4496" ], "x-ms-correlation-request-id": [ - "0cb27238-f549-4358-9894-7ac79ee4e6bf" + "72705c57-c8cc-40f4-9c27-29e714070694" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122440Z:0cb27238-f549-4358-9894-7ac79ee4e6bf" + "JIOINDIACENTRAL:20221212T091617Z:72705c57-c8cc-40f4-9c27-29e714070694" ], "Date": [ - "Thu, 20 Jan 2022 12:24:40 GMT" + "Mon, 12 Dec 2022 09:16:16 GMT" ], "Content-Length": [ - "652" + "651" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6139/providers/Microsoft.Network/trafficManagerProfiles/ps1800\",\r\n \"name\": \"ps1800\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8686\",\r\n \"fqdn\": \"ps8686.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 81,\r\n \"path\": \"/health.htm\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps562/providers/Microsoft.Network/trafficManagerProfiles/ps1510\",\r\n \"name\": \"ps1510\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3181\",\r\n \"fqdn\": \"ps3181.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 81,\r\n \"path\": \"/health.htm\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6139/providers/Microsoft.Network/trafficmanagerprofiles/ps1800?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjEzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczE4MDA/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps562/providers/Microsoft.Network/trafficmanagerprofiles/ps1510?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMTUxMD9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8686\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"TCP\",\r\n \"port\": 8086,\r\n \"path\": \"\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 3\r\n }\r\n },\r\n \"tags\": {},\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6139/providers/Microsoft.Network/trafficManagerProfiles/ps1800\",\r\n \"name\": \"ps1800\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5b317285-ae35-48fb-b0da-17d6370de66b" + "84248b86-fb25-4e5a-ae2a-720bf6b92325" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "638" + "637" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3181\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"TCP\",\r\n \"port\": 8086,\r\n \"path\": \"\",\r\n \"intervalInSeconds\": 30,\r\n \"timeoutInSeconds\": 10,\r\n \"toleratedNumberOfFailures\": 3\r\n }\r\n },\r\n \"tags\": {},\r\n \"location\": \"global\",\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps562/providers/Microsoft.Network/trafficManagerProfiles/ps1510\",\r\n \"name\": \"ps1510\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -363,7 +363,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5b317285-ae35-48fb-b0da-17d6370de66b" + "84248b86-fb25-4e5a-ae2a-720bf6b92325" ], "Server": [ "Microsoft-IIS/10.0" @@ -375,46 +375,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10797" + "4498" ], "x-ms-correlation-request-id": [ - "bec928ee-3153-44f3-9feb-51623db369bb" + "26740de1-7f0d-4342-8a4d-299c5bd4538e" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122442Z:bec928ee-3153-44f3-9feb-51623db369bb" + "JIOINDIACENTRAL:20221212T091622Z:26740de1-7f0d-4342-8a4d-299c5bd4538e" ], "Date": [ - "Thu, 20 Jan 2022 12:24:42 GMT" + "Mon, 12 Dec 2022 09:16:22 GMT" ], "Content-Length": [ - "641" + "640" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6139/providers/Microsoft.Network/trafficManagerProfiles/ps1800\",\r\n \"name\": \"ps1800\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps8686\",\r\n \"fqdn\": \"ps8686.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"TCP\",\r\n \"port\": 8086,\r\n \"path\": \"\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps562/providers/Microsoft.Network/trafficManagerProfiles/ps1510\",\r\n \"name\": \"ps1510\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Weighted\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps3181\",\r\n \"fqdn\": \"ps3181.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"TCP\",\r\n \"port\": 8086,\r\n \"path\": \"\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps6139/providers/Microsoft.Network/trafficmanagerprofiles/ps1800?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNjEzOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczE4MDA/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps562/providers/Microsoft.Network/trafficmanagerprofiles/ps1510?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay90cmFmZmljbWFuYWdlcnByb2ZpbGVzL3BzMTUxMD9hcGktdmVyc2lvbj0yMDIyLTA0LTAxLXByZXZpZXc=", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b2db7b6-9455-4e8e-b2fe-2198f168945a" + "a60ba9ae-a6d1-45d3-b29b-9c2934684534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -426,7 +426,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7b2db7b6-9455-4e8e-b2fe-2198f168945a" + "a60ba9ae-a6d1-45d3-b29b-9c2934684534" ], "Server": [ "Microsoft-IIS/10.0" @@ -438,16 +438,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "499" ], "x-ms-correlation-request-id": [ - "8a6305b4-d96f-4ce5-b9db-d3d3f09fe819" + "3aec6acf-62dd-48e8-a3ca-08d8abad254a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122446Z:8a6305b4-d96f-4ce5-b9db-d3d3f09fe819" + "JIOINDIACENTRAL:20221212T091627Z:3aec6acf-62dd-48e8-a3ca-08d8abad254a" ], "Date": [ - "Thu, 20 Jan 2022 12:24:46 GMT" + "Mon, 12 Dec 2022 09:16:27 GMT" ], "Content-Length": [ "0" @@ -457,24 +457,24 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps6139?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNjEzOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps562?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNTYyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a5a1b63-89f5-4be6-aa37-793b0644c3eb" + "c0d44fa8-07b3-4d91-b83d-d80c2181793e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -483,22 +483,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxMzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2Mi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14988" ], "x-ms-request-id": [ - "9ee8faf9-f339-4741-b536-34155619bf7a" + "e6279f1a-4387-4594-bb1f-ce34db511555" ], "x-ms-correlation-request-id": [ - "9ee8faf9-f339-4741-b536-34155619bf7a" + "e6279f1a-4387-4594-bb1f-ce34db511555" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122448Z:9ee8faf9-f339-4741-b536-34155619bf7a" + "JIOINDIACENTRAL:20221212T091631Z:e6279f1a-4387-4594-bb1f-ce34db511555" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -507,7 +507,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:24:48 GMT" + "Mon, 12 Dec 2022 09:16:30 GMT" ], "Expires": [ "-1" @@ -520,18 +520,75 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxMzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE16a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2Mi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk1pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2Mi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "x-ms-request-id": [ + "10296ea5-c036-46be-aff1-2df7b0059d72" + ], + "x-ms-correlation-request-id": [ + "10296ea5-c036-46be-aff1-2df7b0059d72" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T091646Z:10296ea5-c036-46be-aff1-2df7b0059d72" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:16:45 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2Mi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk1pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -539,17 +596,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2Mi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11971" ], "x-ms-request-id": [ - "ecf90f11-2543-4840-8e7f-00c329b75afe" + "26efadce-ef38-4819-9d43-d94221167778" ], "x-ms-correlation-request-id": [ - "ecf90f11-2543-4840-8e7f-00c329b75afe" + "26efadce-ef38-4819-9d43-d94221167778" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122504Z:ecf90f11-2543-4840-8e7f-00c329b75afe" + "JIOINDIACENTRAL:20221212T091702Z:26efadce-ef38-4819-9d43-d94221167778" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -558,7 +621,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:25:03 GMT" + "Mon, 12 Dec 2022 09:17:02 GMT" ], "Expires": [ "-1" @@ -568,21 +631,186 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2Mi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk1pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2Mi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "x-ms-request-id": [ + "8d292b0c-771e-4f6d-b36f-dcca5a6dae21" + ], + "x-ms-correlation-request-id": [ + "8d292b0c-771e-4f6d-b36f-dcca5a6dae21" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T091717Z:8d292b0c-771e-4f6d-b36f-dcca5a6dae21" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:17:17 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2Mi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk1pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2Mi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], + "x-ms-request-id": [ + "40c1ec54-b0fd-4b55-b922-c20c5a70063a" + ], + "x-ms-correlation-request-id": [ + "40c1ec54-b0fd-4b55-b922-c20c5a70063a" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T091733Z:40c1ec54-b0fd-4b55-b922-c20c5a70063a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:17:32 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxMzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE16a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2Mi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk1pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], + "x-ms-request-id": [ + "dd1d2eee-c2cd-4bb2-b81b-3916b4a5bcae" + ], + "x-ms-correlation-request-id": [ + "dd1d2eee-c2cd-4bb2-b81b-3916b4a5bcae" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T091748Z:dd1d2eee-c2cd-4bb2-b81b-3916b4a5bcae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:17:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2Mi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk1pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -591,16 +819,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11967" ], "x-ms-request-id": [ - "1fdc11b8-9e82-4da3-a829-b616406f834e" + "57236eef-25e1-45bd-ac90-d971927ba496" ], "x-ms-correlation-request-id": [ - "1fdc11b8-9e82-4da3-a829-b616406f834e" + "57236eef-25e1-45bd-ac90-d971927ba496" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122505Z:1fdc11b8-9e82-4da3-a829-b616406f834e" + "JIOINDIACENTRAL:20221212T091749Z:57236eef-25e1-45bd-ac90-d971927ba496" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -609,7 +837,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:25:04 GMT" + "Mon, 12 Dec 2022 09:17:48 GMT" ], "Expires": [ "-1" @@ -624,12 +852,12 @@ ], "Names": { "Test-ProfileMonitorProtocol": [ - "ps1800", - "ps6139", - "ps8686" + "ps1510", + "ps562", + "ps3181" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileNewAlreadyExists.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileNewAlreadyExists.json index 95895fa00cbd..a3fbad7b93ab 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileNewAlreadyExists.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileNewAlreadyExists.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps8459?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzODQ1OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps5353?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNTM1Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b5da411b-91ac-41b8-a18a-3e4435411be2" + "e97ca77c-8f2c-4fae-a129-e002e3c106cb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1194" ], "x-ms-request-id": [ - "ebcae73c-855e-41c9-ac8a-6401ee40c448" + "488864f7-1ade-4104-b4c0-3a6eaad950ed" ], "x-ms-correlation-request-id": [ - "ebcae73c-855e-41c9-ac8a-6401ee40c448" + "488864f7-1ade-4104-b4c0-3a6eaad950ed" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121541Z:ebcae73c-855e-41c9-ac8a-6401ee40c448" + "JIOINDIACENTRAL:20221212T090655Z:488864f7-1ade-4104-b4c0-3a6eaad950ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:15:40 GMT" + "Mon, 12 Dec 2022 09:06:55 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8459\",\r\n \"name\": \"ps8459\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5353\",\r\n \"name\": \"ps5353\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8459/providers/Microsoft.Network/trafficmanagerprofiles/ps5191?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODQ1OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUxOTE/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5353/providers/Microsoft.Network/trafficmanagerprofiles/ps9445?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTM1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk0NDU/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b233313-481a-4867-b465-cc07d55c9944" + "890c51ec-4fb3-4288-8385-eb871220b273" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "14cbde3b-5a3d-4783-9136-7d0039e50689" + "4663f71f-652a-479c-9261-14d91b5b42e3" ], "x-ms-correlation-request-id": [ - "14cbde3b-5a3d-4783-9136-7d0039e50689" + "4663f71f-652a-479c-9261-14d91b5b42e3" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121543Z:14cbde3b-5a3d-4783-9136-7d0039e50689" + "JIOINDIACENTRAL:20221212T090656Z:4663f71f-652a-479c-9261-14d91b5b42e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:15:42 GMT" + "Mon, 12 Dec 2022 09:06:55 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,28 +123,28 @@ "225" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps5191' under resource group 'ps8459' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/trafficmanagerprofiles/ps9445' under resource group 'ps5353' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8459/providers/Microsoft.Network/trafficmanagerprofiles/ps5191?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODQ1OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUxOTE/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5353/providers/Microsoft.Network/trafficmanagerprofiles/ps9445?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTM1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk0NDU/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0cddc6c-a8cb-447b-a19a-d629380e5d47" + "570a9296-9b54-49b4-938c-1519622a4ae5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -156,7 +156,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c0cddc6c-a8cb-447b-a19a-d629380e5d47" + "570a9296-9b54-49b4-938c-1519622a4ae5" ], "Server": [ "Microsoft-IIS/10.0" @@ -168,52 +168,52 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10798" + "1997" ], "x-ms-correlation-request-id": [ - "0b5f5810-2dc3-44ab-8e35-61100345f449" + "c80dd9f3-18e8-46a5-869e-986f05ff35f4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121552Z:0b5f5810-2dc3-44ab-8e35-61100345f449" + "JIOINDIACENTRAL:20221212T090701Z:c80dd9f3-18e8-46a5-869e-986f05ff35f4" ], "Date": [ - "Thu, 20 Jan 2022 12:15:51 GMT" + "Mon, 12 Dec 2022 09:07:01 GMT" ], "Content-Length": [ - "655" + "657" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8459/providers/Microsoft.Network/trafficManagerProfiles/ps5191\",\r\n \"name\": \"ps5191\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps107\",\r\n \"fqdn\": \"ps107.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5353/providers/Microsoft.Network/trafficManagerProfiles/ps9445\",\r\n \"name\": \"ps9445\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5166\",\r\n \"fqdn\": \"ps5166.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8459/providers/Microsoft.Network/trafficmanagerprofiles/ps5191?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODQ1OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUxOTE/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5353/providers/Microsoft.Network/trafficmanagerprofiles/ps9445?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTM1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk0NDU/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps107\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps5191\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4b233313-481a-4867-b465-cc07d55c9944" + "890c51ec-4fb3-4288-8385-eb871220b273" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "336" + "337" ] }, + "RequestBody": "{\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5166\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\"\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"name\": \"ps9445\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "private" @@ -225,7 +225,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4b233313-481a-4867-b465-cc07d55c9944" + "890c51ec-4fb3-4288-8385-eb871220b273" ], "Server": [ "Microsoft-IIS/10.0" @@ -237,46 +237,46 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "4498" ], "x-ms-correlation-request-id": [ - "1348d875-ff04-4550-a1aa-fd582442c82d" + "457b7f70-57a1-44a5-bdf2-ba2217b13446" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121551Z:1348d875-ff04-4550-a1aa-fd582442c82d" + "JIOINDIACENTRAL:20221212T090700Z:457b7f70-57a1-44a5-bdf2-ba2217b13446" ], "Date": [ - "Thu, 20 Jan 2022 12:15:50 GMT" + "Mon, 12 Dec 2022 09:07:00 GMT" ], "Content-Length": [ - "645" + "647" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8459/providers/Microsoft.Network/trafficManagerProfiles/ps5191\",\r\n \"name\": \"ps5191\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps107\",\r\n \"fqdn\": \"ps107.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5353/providers/Microsoft.Network/trafficManagerProfiles/ps9445\",\r\n \"name\": \"ps9445\",\r\n \"type\": \"Microsoft.Network/trafficManagerProfiles\",\r\n \"location\": \"global\",\r\n \"properties\": {\r\n \"profileStatus\": \"Enabled\",\r\n \"trafficRoutingMethod\": \"Performance\",\r\n \"dnsConfig\": {\r\n \"relativeName\": \"ps5166\",\r\n \"fqdn\": \"ps5166.trafficmanager.net\",\r\n \"ttl\": 50\r\n },\r\n \"monitorConfig\": {\r\n \"profileMonitorStatus\": \"Inactive\",\r\n \"protocol\": \"HTTP\",\r\n \"port\": 80,\r\n \"path\": \"/testpath.asp\",\r\n \"intervalInSeconds\": 30,\r\n \"toleratedNumberOfFailures\": 3,\r\n \"timeoutInSeconds\": 10\r\n },\r\n \"endpoints\": [],\r\n \"trafficViewEnrollmentStatus\": \"Disabled\",\r\n \"maxReturn\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps8459/providers/Microsoft.Network/trafficmanagerprofiles/ps5191?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzODQ1OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczUxOTE/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps5353/providers/Microsoft.Network/trafficmanagerprofiles/ps9445?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNTM1My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczk0NDU/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1064b2f-bade-4ad1-a676-4b204c8b3b71" + "abfbd916-5fab-420d-9a71-3b800606f6b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "private" @@ -288,7 +288,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e1064b2f-bade-4ad1-a676-4b204c8b3b71" + "abfbd916-5fab-420d-9a71-3b800606f6b5" ], "Server": [ "Microsoft-IIS/10.0" @@ -300,16 +300,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "498" ], "x-ms-correlation-request-id": [ - "ba76bf9c-1a2f-486e-90e0-6cb6159adff7" + "92538e59-cafd-42e5-96bb-5add707f01d8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121558Z:ba76bf9c-1a2f-486e-90e0-6cb6159adff7" + "JIOINDIACENTRAL:20221212T090709Z:92538e59-cafd-42e5-96bb-5add707f01d8" ], "Date": [ - "Thu, 20 Jan 2022 12:15:57 GMT" + "Mon, 12 Dec 2022 09:07:08 GMT" ], "Content-Length": [ "0" @@ -319,24 +319,24 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps8459?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzODQ1OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps5353?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNTM1Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a005688-21a7-4e5f-8ad4-f98b88c2ee1e" + "ddf7aa80-0146-40ba-9a08-37cd810fc125" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -345,22 +345,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUzNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14988" ], "x-ms-request-id": [ - "86776b98-164b-4dd6-ad41-7675584e1f5c" + "4052f96c-74e0-49b5-8b61-107018bb1336" ], "x-ms-correlation-request-id": [ - "86776b98-164b-4dd6-ad41-7675584e1f5c" + "4052f96c-74e0-49b5-8b61-107018bb1336" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121601Z:86776b98-164b-4dd6-ad41-7675584e1f5c" + "JIOINDIACENTRAL:20221212T090711Z:4052f96c-74e0-49b5-8b61-107018bb1336" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -369,7 +369,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:16:00 GMT" + "Mon, 12 Dec 2022 09:07:10 GMT" ], "Expires": [ "-1" @@ -382,18 +382,75 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5Ua3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUzNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVek5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUzNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-request-id": [ + "2ea8df3a-6c8d-47dc-bf1d-f6ea45999bb6" + ], + "x-ms-correlation-request-id": [ + "2ea8df3a-6c8d-47dc-bf1d-f6ea45999bb6" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T090726Z:2ea8df3a-6c8d-47dc-bf1d-f6ea45999bb6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:07:25 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUzNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVek5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -401,17 +458,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUzNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11973" ], "x-ms-request-id": [ - "ca8c4ad2-a3b2-4061-8183-6dac9ccbbafb" + "434445a4-a594-4c51-bf22-962bae5c9838" ], "x-ms-correlation-request-id": [ - "ca8c4ad2-a3b2-4061-8183-6dac9ccbbafb" + "434445a4-a594-4c51-bf22-962bae5c9838" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121617Z:ca8c4ad2-a3b2-4061-8183-6dac9ccbbafb" + "JIOINDIACENTRAL:20221212T090742Z:434445a4-a594-4c51-bf22-962bae5c9838" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -420,7 +483,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:16:17 GMT" + "Mon, 12 Dec 2022 09:07:41 GMT" ], "Expires": [ "-1" @@ -430,21 +493,189 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5Ua3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUzNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVek5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUzNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "x-ms-request-id": [ + "099a2767-2463-4356-84d2-04ccc20c3efd" + ], + "x-ms-correlation-request-id": [ + "099a2767-2463-4356-84d2-04ccc20c3efd" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T090757Z:099a2767-2463-4356-84d2-04ccc20c3efd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:07:57 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUzNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVek5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUzNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-request-id": [ + "df1d1bb2-3b3d-4aa3-a761-131f995af295" + ], + "x-ms-correlation-request-id": [ + "df1d1bb2-3b3d-4aa3-a761-131f995af295" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T090813Z:df1d1bb2-3b3d-4aa3-a761-131f995af295" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:08:12 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUzNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVek5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "x-ms-request-id": [ + "bbfb9e83-2969-4b25-a37b-d0aee70c2005" + ], + "x-ms-correlation-request-id": [ + "bbfb9e83-2969-4b25-a37b-d0aee70c2005" + ], + "x-ms-routing-request-id": [ + "JIOINDIACENTRAL:20221212T090828Z:bbfb9e83-2969-4b25-a37b-d0aee70c2005" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 12 Dec 2022 09:08:28 GMT" + ], + "Connection": [ + "close" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUzNTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVek5UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.51102", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" + ] + }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -453,16 +684,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11992" ], "x-ms-request-id": [ - "15cae340-374d-4773-8f95-8eb34ddf5785" + "8504de1f-cf06-4535-a4a7-46ac1380948f" ], "x-ms-correlation-request-id": [ - "15cae340-374d-4773-8f95-8eb34ddf5785" + "8504de1f-cf06-4535-a4a7-46ac1380948f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T121617Z:15cae340-374d-4773-8f95-8eb34ddf5785" + "CENTRALINDIA:20221212T090830Z:8504de1f-cf06-4535-a4a7-46ac1380948f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -471,7 +702,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:16:17 GMT" + "Mon, 12 Dec 2022 09:08:29 GMT" ], "Expires": [ "-1" @@ -486,13 +717,13 @@ ], "Names": { "Test-ProfileNewAlreadyExists": [ - "ps8459", - "ps5191", - "ps107", - "ps8713" + "ps5353", + "ps9445", + "ps5166", + "ps7612" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileRemoveNonExisting.json b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileRemoveNonExisting.json index 42711bb2ef64..421924c9788e 100644 --- a/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileRemoveNonExisting.json +++ b/src/TrafficManager/TrafficManager.Test/SessionRecords/Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.ProfileTests/TestProfileRemoveNonExisting.json @@ -1,22 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps7341?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzM0MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps4661?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNDY2MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a1760359-47d0-44cf-bfeb-bf8c3d2f5cf6" + "dafa6113-5f1b-486c-90fa-e298bfc2955a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,6 +24,7 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1192" ], "x-ms-request-id": [ - "a3985ea2-9832-4d3a-82b7-1285f5d86673" + "243bef08-2c42-4484-b12a-54e26b6c642f" ], "x-ms-correlation-request-id": [ - "a3985ea2-9832-4d3a-82b7-1285f5d86673" + "243bef08-2c42-4484-b12a-54e26b6c642f" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122844Z:a3985ea2-9832-4d3a-82b7-1285f5d86673" + "JIOINDIACENTRAL:20221212T092020Z:243bef08-2c42-4484-b12a-54e26b6c642f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:28:43 GMT" + "Mon, 12 Dec 2022 09:20:20 GMT" ], "Content-Length": [ "165" @@ -63,28 +63,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7341\",\r\n \"name\": \"ps7341\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4661\",\r\n \"name\": \"ps4661\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourceGroups/ps7341/providers/Microsoft.Network/trafficmanagerprofiles/ps4753?api-version=2018-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlR3JvdXBzL3BzNzM0MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczQ3NTM/YXBpLXZlcnNpb249MjAxOC0wOC0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourceGroups/ps4661/providers/Microsoft.Network/trafficmanagerprofiles/ps3817?api-version=2022-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlR3JvdXBzL3BzNDY2MS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdHJhZmZpY21hbmFnZXJwcm9maWxlcy9wczM4MTc/YXBpLXZlcnNpb249MjAyMi0wNC0wMS1wcmV2aWV3", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "90d0c461-37bf-4386-bce4-a1765fe2b3e5" + "eafb2414-f27e-4547-b6bb-95502231e0ff" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/2.5.4.0" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient/1.1.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "10799" + "498" ], "x-ms-request-id": [ - "592339c2-d869-450a-b775-eaf2058814e9" + "0bd9fc64-492a-469a-bbc9-03748de9f7b8" ], "x-ms-correlation-request-id": [ - "592339c2-d869-450a-b775-eaf2058814e9" + "0bd9fc64-492a-469a-bbc9-03748de9f7b8" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122846Z:592339c2-d869-450a-b775-eaf2058814e9" + "JIOINDIACENTRAL:20221212T092021Z:0bd9fc64-492a-469a-bbc9-03748de9f7b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:28:46 GMT" + "Mon, 12 Dec 2022 09:20:20 GMT" ], "Expires": [ "-1" @@ -121,24 +121,24 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/resourcegroups/ps7341?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L3Jlc291cmNlZ3JvdXBzL3BzNzM0MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/resourcegroups/ps4661?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L3Jlc291cmNlZ3JvdXBzL3BzNDY2MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f2d77672-d550-42ca-bded-d41dcff77cc3" + "31c80c3e-ffe2-4ba6-81cf-3bca733669db" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -147,22 +147,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczNDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14987" ], "x-ms-request-id": [ - "4b7f491f-69ea-4f98-9704-62e43347db36" + "8ee94a93-8d20-4d55-ba1d-ef1fc7526472" ], "x-ms-correlation-request-id": [ - "4b7f491f-69ea-4f98-9704-62e43347db36" + "8ee94a93-8d20-4d55-ba1d-ef1fc7526472" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122849Z:4b7f491f-69ea-4f98-9704-62e43347db36" + "JIOINDIACENTRAL:20221212T092025Z:8ee94a93-8d20-4d55-ba1d-ef1fc7526472" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:28:49 GMT" + "Mon, 12 Dec 2022 09:20:25 GMT" ], "Expires": [ "-1" @@ -184,18 +184,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczNDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek5ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMk5qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -204,16 +204,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11953" ], "x-ms-request-id": [ - "24fedf15-34a4-4bbd-9cd9-2ebf4f8f067d" + "a9073eb1-fb57-4970-a967-f0949bc67792" ], "x-ms-correlation-request-id": [ - "24fedf15-34a4-4bbd-9cd9-2ebf4f8f067d" + "a9073eb1-fb57-4970-a967-f0949bc67792" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122905Z:24fedf15-34a4-4bbd-9cd9-2ebf4f8f067d" + "JIOINDIACENTRAL:20221212T092040Z:a9073eb1-fb57-4970-a967-f0949bc67792" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -222,7 +222,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:29:04 GMT" + "Mon, 12 Dec 2022 09:20:40 GMT" ], "Expires": [ "-1" @@ -235,18 +235,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/52bae96a-3806-426c-a5dc-1ae6016b5f15/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczNDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJiYWU5NmEtMzgwNi00MjZjLWE1ZGMtMWFlNjAxNmI1ZjE1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek5ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/6bb9d374-1f0d-437e-8bbe-4bc892850065/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2NjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNmJiOWQzNzQtMWYwZC00MzdlLThiYmUtNGJjODkyODUwMDY1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMk5qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.21.56803", + "FxVersion/4.700.22.51102", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.19045", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.67" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -255,16 +255,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11952" ], "x-ms-request-id": [ - "0ddeb1e7-c935-41c0-990c-6df3ac1ebecb" + "b13e968c-8281-41bd-88ab-40c0c7a2d884" ], "x-ms-correlation-request-id": [ - "0ddeb1e7-c935-41c0-990c-6df3ac1ebecb" + "b13e968c-8281-41bd-88ab-40c0c7a2d884" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20220120T122905Z:0ddeb1e7-c935-41c0-990c-6df3ac1ebecb" + "JIOINDIACENTRAL:20221212T092041Z:b13e968c-8281-41bd-88ab-40c0c7a2d884" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -273,7 +273,7 @@ "nosniff" ], "Date": [ - "Thu, 20 Jan 2022 12:29:05 GMT" + "Mon, 12 Dec 2022 09:20:40 GMT" ], "Expires": [ "-1" @@ -288,11 +288,11 @@ ], "Names": { "Test-ProfileRemoveNonExisting": [ - "ps4753", - "ps7341" + "ps3817", + "ps4661" ] }, "Variables": { - "SubscriptionId": "52bae96a-3806-426c-a5dc-1ae6016b5f15" + "SubscriptionId": "6bb9d374-1f0d-437e-8bbe-4bc892850065" } } \ No newline at end of file diff --git a/src/TrafficManager/TrafficManager.Test/TrafficManager.Test.csproj b/src/TrafficManager/TrafficManager.Test/TrafficManager.Test.csproj index 75c035de586d..8e237e27b17a 100644 --- a/src/TrafficManager/TrafficManager.Test/TrafficManager.Test.csproj +++ b/src/TrafficManager/TrafficManager.Test/TrafficManager.Test.csproj @@ -10,10 +10,6 @@ $(LegacyAssemblyPrefix)$(PsModuleName)$(AzTestAssemblySuffix).ScenarioTests - - - - diff --git a/src/TrafficManager/TrafficManager.sln b/src/TrafficManager/TrafficManager.sln index de7711d70af1..ad3a55e2ec50 100644 --- a/src/TrafficManager/TrafficManager.sln +++ b/src/TrafficManager/TrafficManager.sln @@ -20,6 +20,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScenarioTest.ResourceManage EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{BC80A1D0-FFA4-43D9-AA74-799F5CB54B58}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrafficManager.Management.Sdk", "TrafficManager.Management.Sdk\TrafficManager.Management.Sdk.csproj", "{413CC729-DAAD-4B9B-88C4-AA9F72BFA998}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -58,6 +60,10 @@ Global {BC80A1D0-FFA4-43D9-AA74-799F5CB54B58}.Debug|Any CPU.Build.0 = Debug|Any CPU {BC80A1D0-FFA4-43D9-AA74-799F5CB54B58}.Release|Any CPU.ActiveCfg = Release|Any CPU {BC80A1D0-FFA4-43D9-AA74-799F5CB54B58}.Release|Any CPU.Build.0 = Release|Any CPU + {413CC729-DAAD-4B9B-88C4-AA9F72BFA998}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {413CC729-DAAD-4B9B-88C4-AA9F72BFA998}.Debug|Any CPU.Build.0 = Debug|Any CPU + {413CC729-DAAD-4B9B-88C4-AA9F72BFA998}.Release|Any CPU.ActiveCfg = Release|Any CPU + {413CC729-DAAD-4B9B-88C4-AA9F72BFA998}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 b/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 index c2299cc3b237..f4f2dba75f82 100644 --- a/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 +++ b/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 @@ -56,7 +56,7 @@ DotNetFrameworkVersion = '4.7.2' RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.4'; }) # Assemblies that must be loaded prior to importing this module -RequiredAssemblies = 'Microsoft.Azure.Management.TrafficManager.dll' +RequiredAssemblies = 'Microsoft.Azure.PowerShell.TrafficManager.Management.Sdk.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. # ScriptsToProcess = @() diff --git a/src/TrafficManager/TrafficManager/Endpoint/AddAzureTrafficManagerEndpointConfig.cs b/src/TrafficManager/TrafficManager/Endpoint/AddAzureTrafficManagerEndpointConfig.cs index 827070da3cd4..7a33825cee2f 100644 --- a/src/TrafficManager/TrafficManager/Endpoint/AddAzureTrafficManagerEndpointConfig.cs +++ b/src/TrafficManager/TrafficManager/Endpoint/AddAzureTrafficManagerEndpointConfig.cs @@ -65,6 +65,11 @@ public class AddAzureTrafficManagerEndpointConfig : TrafficManagerBaseCmdlet [ValidateNotNullOrEmpty] public string EndpointLocation { get; set; } + [Parameter(Mandatory = false, HelpMessage = "If Always Serve is enabled, probing for endpoint health will be disabled and endpoints will be included in the traffic routing method.")] + [ValidateSet(Constants.StatusEnabled, Constants.StatusDisabled, IgnoreCase = false)] + [ValidateNotNullOrEmpty] + public string AlwaysServe { get; set; } + [Parameter(Mandatory = false, HelpMessage = "The minimum number of endpoints that must be available in the child profile in order for the Nested Endpoint in the parent profile to be considered available. Only applicable to endpoint of type 'NestedEndpoints'.")] [ValidateNotNullOrEmpty] public uint? MinChildEndpoints { get; set; } @@ -117,6 +122,7 @@ public override void ExecuteCmdlet() GeoMapping = this.GeoMapping, SubnetMapping = this.SubnetMapping, CustomHeaders = this.CustomHeader, + AlwaysServe = this.AlwaysServe }); this.WriteVerbose(ProjectResources.Success); diff --git a/src/TrafficManager/TrafficManager/Endpoint/NewAzureTrafficManagerEndpoint.cs b/src/TrafficManager/TrafficManager/Endpoint/NewAzureTrafficManagerEndpoint.cs index e93ad8b3e628..0e5d9a36cb23 100644 --- a/src/TrafficManager/TrafficManager/Endpoint/NewAzureTrafficManagerEndpoint.cs +++ b/src/TrafficManager/TrafficManager/Endpoint/NewAzureTrafficManagerEndpoint.cs @@ -72,6 +72,11 @@ public class NewAzureTrafficManagerEndpoint : TrafficManagerBaseCmdlet [ValidateNotNullOrEmpty] public string EndpointLocation { get; set; } + [Parameter(Mandatory = false, HelpMessage = "If Always Serve is enabled, probing for endpoint health will be disabled and endpoints will be included in the traffic routing method.")] + [ValidateSet(Constants.StatusEnabled, Constants.StatusDisabled, IgnoreCase = false)] + [ValidateNotNullOrEmpty] + public string AlwaysServe { get; set; } + [Parameter(Mandatory = false, HelpMessage = "The minimum number of endpoints that must be available in the child profile in order for the Nested Endpoint in the parent profile to be considered available. Only applicable to endpoint of type 'NestedEndpoints'.")] [ValidateNotNullOrEmpty] public uint? MinChildEndpoints { get; set; } @@ -117,6 +122,7 @@ public override void ExecuteCmdlet() this.TargetResourceId, this.Target, this.EndpointStatus, + this.AlwaysServe, this.Weight, this.Priority, this.EndpointLocation, diff --git a/src/TrafficManager/TrafficManager/Models/TrafficManagerEndpoint.cs b/src/TrafficManager/TrafficManager/Models/TrafficManagerEndpoint.cs index ed7e431613f1..1193e2c0ecd3 100644 --- a/src/TrafficManager/TrafficManager/Models/TrafficManagerEndpoint.cs +++ b/src/TrafficManager/TrafficManager/Models/TrafficManagerEndpoint.cs @@ -53,6 +53,8 @@ public class TrafficManagerEndpoint public uint? MinChildEndpointsIPv6 { get; set; } + public string AlwaysServe { get; set; } + public List GeoMapping { get; set; } public List SubnetMapping { get; set; } @@ -74,6 +76,7 @@ public Endpoint ToSDKEndpoint() endpoint.Weight = this.Weight; endpoint.Subnets = this.SubnetMapping?.Select(ipAddressRange => ipAddressRange.ToSDKSubnetMapping()).ToList(); endpoint.CustomHeaders = this.CustomHeaders?.Select(customHeader => customHeader.ToSDKEndpointPropertiesCustomHeadersItem()).ToList(); + endpoint.AlwaysServe = this.AlwaysServe; return endpoint; } diff --git a/src/TrafficManager/TrafficManager/TrafficManager.csproj b/src/TrafficManager/TrafficManager/TrafficManager.csproj index e992beec2a94..dd0f78e3ecb1 100644 --- a/src/TrafficManager/TrafficManager/TrafficManager.csproj +++ b/src/TrafficManager/TrafficManager/TrafficManager.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/TrafficManager/TrafficManager/Utilities/TrafficManagerClient.cs b/src/TrafficManager/TrafficManager/Utilities/TrafficManagerClient.cs index 4d03f26fb7e0..088c723e84e0 100644 --- a/src/TrafficManager/TrafficManager/Utilities/TrafficManagerClient.cs +++ b/src/TrafficManager/TrafficManager/Utilities/TrafficManagerClient.cs @@ -105,6 +105,7 @@ public TrafficManagerEndpoint CreateTrafficManagerEndpoint( string targetResourceId, string target, string endpointStatus, + string alwaysServe, uint? weight, uint? priority, string endpointLocation, @@ -134,6 +135,7 @@ IList customHeaders Target = target, TargetResourceId = targetResourceId, Weight = weight, + AlwaysServe = alwaysServe, Subnets = subnetMapping?.Select(ipAddressRange => ipAddressRange.ToSDKSubnetMapping()).ToList(), CustomHeaders = customHeaders?.Select(customHeader => customHeader.ToSDKEndpointPropertiesCustomHeadersItem()).ToList() }); @@ -361,6 +363,7 @@ private static TrafficManagerEndpoint GetPowershellTrafficManagerEndpoint(string Target = sdkEndpoint.Target, TargetResourceId = sdkEndpoint.TargetResourceId, Weight = (uint?)sdkEndpoint.Weight, + AlwaysServe = sdkEndpoint.AlwaysServe, SubnetMapping = sdkEndpoint.Subnets?.Select(ipAddressRange => TrafficManagerIpAddressRange.FromSDKSubnetMapping(ipAddressRange)).ToList(), CustomHeaders = sdkEndpoint.CustomHeaders?.Select(customHeader => diff --git a/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerCustomHeaderToEndpoint.md b/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerCustomHeaderToEndpoint.md index 9fd63f363115..99af74984e0a 100644 --- a/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerCustomHeaderToEndpoint.md +++ b/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerCustomHeaderToEndpoint.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 25E3F297-1D91-4102-B4D3-1E7195A5D33E @@ -135,7 +135,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerCustomHeaderToProfile.md b/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerCustomHeaderToProfile.md index c6616eff6c26..77abea2d8077 100644 --- a/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerCustomHeaderToProfile.md +++ b/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerCustomHeaderToProfile.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 25E3F297-1D91-4102-B4D3-1E7195A5D33F @@ -135,7 +135,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerEndpointConfig.md b/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerEndpointConfig.md index 73fb65b947c2..d3807a8cf1db 100644 --- a/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerEndpointConfig.md +++ b/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerEndpointConfig.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 25E3F297-1D91-4102-B4D3-1E7195A5D33D @@ -16,7 +16,8 @@ Adds an endpoint to a local Traffic Manager profile object. ``` Add-AzTrafficManagerEndpointConfig -EndpointName -TrafficManagerProfile -Type [-TargetResourceId ] [-Target ] -EndpointStatus [-Weight ] - [-Priority ] [-EndpointLocation ] [-MinChildEndpoints ] [-MinChildEndpointsIPv4 ] [-MinChildEndpointsIPv6 ] + [-Priority ] [-EndpointLocation ] [-AlwaysServe ] [-MinChildEndpoints ] + [-MinChildEndpointsIPv4 ] [-MinChildEndpointsIPv6 ] [-GeoMapping ] [-SubnetMapping ] [-CustomHeader ] @@ -51,6 +52,22 @@ The final command updates the Traffic Manager profile in Azure to match the loca ## PARAMETERS +### -AlwaysServe +If Always Serve is enabled, probing for endpoint health will be disabled and endpoints will be included in the traffic routing method. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: +Accepted values: Enabled, Disabled + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -CustomHeader List of custom header name and value pairs for probe requests. @@ -157,10 +174,34 @@ Accept wildcard characters: False The minimum number of endpoints that must be available in the child profile in order for the Nested Endpoint in the parent profile to be considered available. Only applicable to endpoint of type 'NestedEndpoints'. +```yaml +Type: System.Nullable`1[System.UInt32] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -MinChildEndpointsIPv4 The minimum number of IPv4 (DNS record type A) endpoints that must be available in the child profile in order for the Nested Endpoint in the parent profile to be considered available. Only applicable to endpoint of type 'NestedEndpoints'. +```yaml +Type: System.Nullable`1[System.UInt32] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -MinChildEndpointsIPv6 The minimum number of IPv6 (DNS record type AAAA) endpoints that must be available in the child profile in order for the Nested Endpoint in the parent profile to be considered available. Only applicable to endpoint of type 'NestedEndpoints'. @@ -305,7 +346,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerExpectedStatusCodeRange.md b/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerExpectedStatusCodeRange.md index d7549a85c385..feb23e59a350 100644 --- a/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerExpectedStatusCodeRange.md +++ b/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerExpectedStatusCodeRange.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 25E3F297-1D91-4102-B4D3-1E7195A5D340 @@ -135,7 +135,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerIpAddressRange.md b/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerIpAddressRange.md index 1eb2b567c8c9..0850c7266a31 100644 --- a/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerIpAddressRange.md +++ b/src/TrafficManager/TrafficManager/help/Add-AzTrafficManagerIpAddressRange.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 25E3F297-1D91-4102-B4D3-1E7195A5D341 @@ -156,7 +156,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Disable-AzTrafficManagerEndpoint.md b/src/TrafficManager/TrafficManager/help/Disable-AzTrafficManagerEndpoint.md index b7859b9bb70b..5019b03b2660 100644 --- a/src/TrafficManager/TrafficManager/help/Disable-AzTrafficManagerEndpoint.md +++ b/src/TrafficManager/TrafficManager/help/Disable-AzTrafficManagerEndpoint.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 8CC749F1-B961-4F8F-BAD4-2C0F4385D1C2 @@ -202,7 +202,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Disable-AzTrafficManagerProfile.md b/src/TrafficManager/TrafficManager/help/Disable-AzTrafficManagerProfile.md index 09bdaa7f7c9a..6962b718b06f 100644 --- a/src/TrafficManager/TrafficManager/help/Disable-AzTrafficManagerProfile.md +++ b/src/TrafficManager/TrafficManager/help/Disable-AzTrafficManagerProfile.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: B6E043FF-F4DD-44B7-BEAA-6B17C8F21D58 @@ -162,7 +162,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Enable-AzTrafficManagerEndpoint.md b/src/TrafficManager/TrafficManager/help/Enable-AzTrafficManagerEndpoint.md index 2fb1fd680177..f4be34890bfa 100644 --- a/src/TrafficManager/TrafficManager/help/Enable-AzTrafficManagerEndpoint.md +++ b/src/TrafficManager/TrafficManager/help/Enable-AzTrafficManagerEndpoint.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 32263236-C207-4FE0-AB8A-018118FC7729 @@ -152,7 +152,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Enable-AzTrafficManagerProfile.md b/src/TrafficManager/TrafficManager/help/Enable-AzTrafficManagerProfile.md index 795667f6a7b7..7040a876f825 100644 --- a/src/TrafficManager/TrafficManager/help/Enable-AzTrafficManagerProfile.md +++ b/src/TrafficManager/TrafficManager/help/Enable-AzTrafficManagerProfile.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 2CE84C3A-EFC0-47FA-ACE5-687380D90A7D @@ -113,7 +113,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Get-AzTrafficManagerEndpoint.md b/src/TrafficManager/TrafficManager/help/Get-AzTrafficManagerEndpoint.md index c052c6c7df6f..bc949b6abf18 100644 --- a/src/TrafficManager/TrafficManager/help/Get-AzTrafficManagerEndpoint.md +++ b/src/TrafficManager/TrafficManager/help/Get-AzTrafficManagerEndpoint.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 4556C345-55D0-431C-B980-219D5ED14E5F @@ -142,7 +142,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Get-AzTrafficManagerProfile.md b/src/TrafficManager/TrafficManager/help/Get-AzTrafficManagerProfile.md index 954970e8618d..b8b17d62dae2 100644 --- a/src/TrafficManager/TrafficManager/help/Get-AzTrafficManagerProfile.md +++ b/src/TrafficManager/TrafficManager/help/Get-AzTrafficManagerProfile.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 5032D487-3849-4C80-BD14-5B735FC39285 @@ -100,7 +100,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/New-AzTrafficManagerEndpoint.md b/src/TrafficManager/TrafficManager/help/New-AzTrafficManagerEndpoint.md index f2fbd1c10a90..1cf61a0d58b3 100644 --- a/src/TrafficManager/TrafficManager/help/New-AzTrafficManagerEndpoint.md +++ b/src/TrafficManager/TrafficManager/help/New-AzTrafficManagerEndpoint.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: A7A908A1-7326-4725-A3F9-4D05E40C5F73 @@ -16,7 +16,8 @@ Creates an endpoint in a Traffic Manager profile. ``` New-AzTrafficManagerEndpoint -Name -ProfileName -ResourceGroupName -Type [-TargetResourceId ] [-Target ] -EndpointStatus [-Weight ] - [-Priority ] [-EndpointLocation ] [-MinChildEndpoints ] [-MinChildEndpointsIPv4 ] [-MinChildEndpointsIPv6 ] + [-Priority ] [-EndpointLocation ] [-AlwaysServe ] [-MinChildEndpoints ] + [-MinChildEndpointsIPv4 ] [-MinChildEndpointsIPv6 ] [-GeoMapping ] [-SubnetMapping ] [-CustomHeader ] @@ -49,6 +50,22 @@ The command does not specify the *EndpointLocation* parameter because the Web Ap ## PARAMETERS +### -AlwaysServe +If Always Serve is enabled, probing for endpoint health will be disabled and endpoints will be included in the traffic routing method. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: +Accepted values: Enabled, Disabled + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -CustomHeader List of custom header name and value pairs for probe requests. @@ -140,10 +157,34 @@ Accept wildcard characters: False Specify an Azure region name. For a full list of Azure regions, see Azure Regionshttp://azure.microsoft.com/regions/ (http://azure.microsoft.com/regions/). +```yaml +Type: System.Nullable`1[System.UInt32] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -MinChildEndpointsIPv4 The minimum number of IPv4 (DNS record type A) endpoints that must be available in the child profile in order for the Nested Endpoint in the parent profile to be considered available. Only applicable to endpoint of type 'NestedEndpoints'. +```yaml +Type: System.Nullable`1[System.UInt32] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -MinChildEndpointsIPv6 The minimum number of IPv6 (DNS record type AAAA) endpoints that must be available in the child profile in order for the Nested Endpoint in the parent profile to be considered available. Only applicable to endpoint of type 'NestedEndpoints'. @@ -318,7 +359,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/New-AzTrafficManagerProfile.md b/src/TrafficManager/TrafficManager/help/New-AzTrafficManagerProfile.md index a6c2a927bbfe..bc66a0395bdb 100644 --- a/src/TrafficManager/TrafficManager/help/New-AzTrafficManagerProfile.md +++ b/src/TrafficManager/TrafficManager/help/New-AzTrafficManagerProfile.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: DE31891A-0EF7-44D7-B955-A3279D27CC21 @@ -324,7 +324,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerCustomHeaderFromEndpoint.md b/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerCustomHeaderFromEndpoint.md index 69741691b3ab..bb8ec96f9f25 100644 --- a/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerCustomHeaderFromEndpoint.md +++ b/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerCustomHeaderFromEndpoint.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 25E3F297-1D91-4102-B4D3-1E7195A5D342 @@ -118,7 +118,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerCustomHeaderFromProfile.md b/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerCustomHeaderFromProfile.md index 6b182175b58f..a621b8e5301f 100644 --- a/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerCustomHeaderFromProfile.md +++ b/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerCustomHeaderFromProfile.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 25E3F297-1D91-4102-B4D3-1E7195A5D343 @@ -118,7 +118,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerEndpoint.md b/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerEndpoint.md index 62ddddcbee52..edb2daf78c6f 100644 --- a/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerEndpoint.md +++ b/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerEndpoint.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 2129C457-592B-484C-A148-828BFD5895D4 @@ -192,7 +192,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerEndpointConfig.md b/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerEndpointConfig.md index 64af8a9e14d6..a9f496e4d110 100644 --- a/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerEndpointConfig.md +++ b/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerEndpointConfig.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 8E12A392-A100-4814-9003-B2999150DCE1 @@ -93,7 +93,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerExpectedStatusCodeRange.md b/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerExpectedStatusCodeRange.md index bcd42c9b84ff..f7c5eb9449d3 100644 --- a/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerExpectedStatusCodeRange.md +++ b/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerExpectedStatusCodeRange.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 25E3F297-1D91-4102-B4D3-1E7195A5D344 @@ -118,7 +118,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerIpAddressRange.md b/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerIpAddressRange.md index 984ad93c9331..660d78c2702f 100644 --- a/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerIpAddressRange.md +++ b/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerIpAddressRange.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 25E3F297-1D91-4102-B4D3-1E7195A5D345 @@ -118,7 +118,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerProfile.md b/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerProfile.md index 98e0b384c26c..068cde5f5ed5 100644 --- a/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerProfile.md +++ b/src/TrafficManager/TrafficManager/help/Remove-AzTrafficManagerProfile.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 5A4D685F-B904-4C85-8B68-C9936B0627FA @@ -162,7 +162,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Set-AzTrafficManagerEndpoint.md b/src/TrafficManager/TrafficManager/help/Set-AzTrafficManagerEndpoint.md index 0bd277d4d428..f4178eee52f5 100644 --- a/src/TrafficManager/TrafficManager/help/Set-AzTrafficManagerEndpoint.md +++ b/src/TrafficManager/TrafficManager/help/Set-AzTrafficManagerEndpoint.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 5287D4DB-2709-4A3C-97D5-DB494CEEFD18 @@ -77,7 +77,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/TrafficManager/TrafficManager/help/Set-AzTrafficManagerProfile.md b/src/TrafficManager/TrafficManager/help/Set-AzTrafficManagerProfile.md index 824c7359df39..b6d22207f26a 100644 --- a/src/TrafficManager/TrafficManager/help/Set-AzTrafficManagerProfile.md +++ b/src/TrafficManager/TrafficManager/help/Set-AzTrafficManagerProfile.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.TrafficManager.dll-Help.xml Module Name: Az.TrafficManager ms.assetid: 975DD42E-61B6-437B-884D-C15A8DB7A667 @@ -77,7 +77,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS