diff --git a/eng/mgmt/mgmtmetadata/cdn_resource-manager.txt b/eng/mgmt/mgmtmetadata/cdn_resource-manager.txt index 7bb64e2a11151..a40cfaa995a73 100644 --- a/eng/mgmt/mgmtmetadata/cdn_resource-manager.txt +++ b/eng/mgmt/mgmtmetadata/cdn_resource-manager.txt @@ -1,14 +1,14 @@ -Installing AutoRest version: latest +Installing AutoRest version: v2 AutoRest installed successfully. Commencing code generation Generating CSharp code Executing AutoRest command -cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/cdn/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --tag=package-2019-04 --csharp-sdks-folder=C:\git\azure-sdk-for-net\sdk -2019-11-08 00:27:35 UTC +cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/cdn/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --tag=package-2020-04 --csharp-sdks-folder=C:\git\azure-sdk-for-net\sdk +2020-07-21 22:05:44 UTC Azure-rest-api-specs repository information GitHub fork: Azure Branch: master -Commit: 5e95a31678db88b8405e189df4aad8f9e9a24c45 +Commit: 2916791fddcf1b69ebbc0741aa809350201041be AutoRest information -Requested version: latest -Bootstrapper version: autorest@2.0.4407 +Requested version: v2 +Bootstrapper version: autorest@2.0.4413 diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/AzSdk.RP.props b/sdk/cdn/Microsoft.Azure.Management.Cdn/AzSdk.RP.props index 64953b737ec77..5ead899729d3d 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/AzSdk.RP.props +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/AzSdk.RP.props @@ -1,7 +1,7 @@ - Cdn_2019-06-15-preview; + Cdn_2020-04-15; $(PackageTags);$(CommonTags);$(AzureApiTag); \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/CdnManagementClient.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/CdnManagementClient.cs index 758347f418a34..e70dbdae5e597 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/CdnManagementClient.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/CdnManagementClient.cs @@ -92,6 +92,11 @@ public partial class CdnManagementClient : ServiceClient, I /// public virtual IOriginsOperations Origins { get; private set; } + /// + /// Gets the IOriginGroupsOperations. + /// + public virtual IOriginGroupsOperations OriginGroups { get; private set; } + /// /// Gets the ICustomDomainsOperations. /// @@ -112,6 +117,16 @@ public partial class CdnManagementClient : ServiceClient, I /// public virtual IEdgeNodesOperations EdgeNodes { get; private set; } + /// + /// Gets the IPoliciesOperations. + /// + public virtual IPoliciesOperations Policies { get; private set; } + + /// + /// Gets the IManagedRuleSetsOperations. + /// + public virtual IManagedRuleSetsOperations ManagedRuleSets { get; private set; } + /// /// Initializes a new instance of the CdnManagementClient class. /// @@ -356,12 +371,15 @@ private void Initialize() Profiles = new ProfilesOperations(this); Endpoints = new EndpointsOperations(this); Origins = new OriginsOperations(this); + OriginGroups = new OriginGroupsOperations(this); CustomDomains = new CustomDomainsOperations(this); ResourceUsage = new ResourceUsageOperations(this); Operations = new Operations(this); EdgeNodes = new EdgeNodesOperations(this); + Policies = new PoliciesOperations(this); + ManagedRuleSets = new ManagedRuleSetsOperations(this); BaseUri = new System.Uri("https://management.azure.com"); - ApiVersion = "2019-04-15"; + ApiVersion = "2020-04-15"; AcceptLanguage = "en-US"; LongRunningOperationRetryTimeout = 30; GenerateClientRequestId = true; diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/EndpointsOperations.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/EndpointsOperations.cs index c2e58d29e71e5..fec815fba3778 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/EndpointsOperations.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/EndpointsOperations.cs @@ -503,10 +503,11 @@ internal EndpointsOperations(CdnManagementClient client) /// /// Updates an existing CDN endpoint with the specified endpoint name under the - /// specified subscription, resource group and profile. Only tags and Origin - /// HostHeader can be updated after creating an endpoint. To update origins, - /// use the Update Origin operation. To update custom domains, use the Update - /// Custom Domain operation. + /// specified subscription, resource group and profile. Only tags can be + /// updated after creating an endpoint. To update origins, use the Update + /// Origin operation. To update origin groups, use the Update Origin group + /// operation. To update custom domains, use the Update Custom Domain + /// operation. /// /// /// Name of the Resource group within the Azure subscription. @@ -1390,10 +1391,11 @@ internal EndpointsOperations(CdnManagementClient client) /// /// Updates an existing CDN endpoint with the specified endpoint name under the - /// specified subscription, resource group and profile. Only tags and Origin - /// HostHeader can be updated after creating an endpoint. To update origins, - /// use the Update Origin operation. To update custom domains, use the Update - /// Custom Domain operation. + /// specified subscription, resource group and profile. Only tags can be + /// updated after creating an endpoint. To update origins, use the Update + /// Origin operation. To update origin groups, use the Update Origin group + /// operation. To update custom domains, use the Update Custom Domain + /// operation. /// /// /// Name of the Resource group within the Azure subscription. diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/EndpointsOperationsExtensions.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/EndpointsOperationsExtensions.cs index 8af256e29cda7..8a422dc0a1855 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/EndpointsOperationsExtensions.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/EndpointsOperationsExtensions.cs @@ -167,10 +167,11 @@ public static Endpoint Create(this IEndpointsOperations operations, string resou /// /// Updates an existing CDN endpoint with the specified endpoint name under the - /// specified subscription, resource group and profile. Only tags and Origin - /// HostHeader can be updated after creating an endpoint. To update origins, - /// use the Update Origin operation. To update custom domains, use the Update - /// Custom Domain operation. + /// specified subscription, resource group and profile. Only tags can be + /// updated after creating an endpoint. To update origins, use the Update + /// Origin operation. To update origin groups, use the Update Origin group + /// operation. To update custom domains, use the Update Custom Domain + /// operation. /// /// /// The operations group for this extension method. @@ -194,10 +195,11 @@ public static Endpoint Update(this IEndpointsOperations operations, string resou /// /// Updates an existing CDN endpoint with the specified endpoint name under the - /// specified subscription, resource group and profile. Only tags and Origin - /// HostHeader can be updated after creating an endpoint. To update origins, - /// use the Update Origin operation. To update custom domains, use the Update - /// Custom Domain operation. + /// specified subscription, resource group and profile. Only tags can be + /// updated after creating an endpoint. To update origins, use the Update + /// Origin operation. To update origin groups, use the Update Origin group + /// operation. To update custom domains, use the Update Custom Domain + /// operation. /// /// /// The operations group for this extension method. @@ -622,10 +624,11 @@ public static Endpoint BeginCreate(this IEndpointsOperations operations, string /// /// Updates an existing CDN endpoint with the specified endpoint name under the - /// specified subscription, resource group and profile. Only tags and Origin - /// HostHeader can be updated after creating an endpoint. To update origins, - /// use the Update Origin operation. To update custom domains, use the Update - /// Custom Domain operation. + /// specified subscription, resource group and profile. Only tags can be + /// updated after creating an endpoint. To update origins, use the Update + /// Origin operation. To update origin groups, use the Update Origin group + /// operation. To update custom domains, use the Update Custom Domain + /// operation. /// /// /// The operations group for this extension method. @@ -649,10 +652,11 @@ public static Endpoint BeginUpdate(this IEndpointsOperations operations, string /// /// Updates an existing CDN endpoint with the specified endpoint name under the - /// specified subscription, resource group and profile. Only tags and Origin - /// HostHeader can be updated after creating an endpoint. To update origins, - /// use the Update Origin operation. To update custom domains, use the Update - /// Custom Domain operation. + /// specified subscription, resource group and profile. Only tags can be + /// updated after creating an endpoint. To update origins, use the Update + /// Origin operation. To update origin groups, use the Update Origin group + /// operation. To update custom domains, use the Update Custom Domain + /// operation. /// /// /// The operations group for this extension method. diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/ICdnManagementClient.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/ICdnManagementClient.cs index 3e0151ba28afa..8c9a20c7787c8 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/ICdnManagementClient.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/ICdnManagementClient.cs @@ -89,6 +89,11 @@ public partial interface ICdnManagementClient : System.IDisposable /// IOriginsOperations Origins { get; } + /// + /// Gets the IOriginGroupsOperations. + /// + IOriginGroupsOperations OriginGroups { get; } + /// /// Gets the ICustomDomainsOperations. /// @@ -109,6 +114,16 @@ public partial interface ICdnManagementClient : System.IDisposable /// IEdgeNodesOperations EdgeNodes { get; } + /// + /// Gets the IPoliciesOperations. + /// + IPoliciesOperations Policies { get; } + + /// + /// Gets the IManagedRuleSetsOperations. + /// + IManagedRuleSetsOperations ManagedRuleSets { get; } + /// /// Check the availability of a resource name. This is needed for /// resources where name is globally unique, such as a CDN endpoint. diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/IEndpointsOperations.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/IEndpointsOperations.cs index 90a0e9c1ff0a0..a48e98ef7539d 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/IEndpointsOperations.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/IEndpointsOperations.cs @@ -112,9 +112,10 @@ public partial interface IEndpointsOperations /// /// Updates an existing CDN endpoint with the specified endpoint name /// under the specified subscription, resource group and profile. Only - /// tags and Origin HostHeader can be updated after creating an - /// endpoint. To update origins, use the Update Origin operation. To - /// update custom domains, use the Update Custom Domain operation. + /// tags can be updated after creating an endpoint. To update origins, + /// use the Update Origin operation. To update origin groups, use the + /// Update Origin group operation. To update custom domains, use the + /// Update Custom Domain operation. /// /// /// Name of the Resource group within the Azure subscription. @@ -380,9 +381,10 @@ public partial interface IEndpointsOperations /// /// Updates an existing CDN endpoint with the specified endpoint name /// under the specified subscription, resource group and profile. Only - /// tags and Origin HostHeader can be updated after creating an - /// endpoint. To update origins, use the Update Origin operation. To - /// update custom domains, use the Update Custom Domain operation. + /// tags can be updated after creating an endpoint. To update origins, + /// use the Update Origin operation. To update origin groups, use the + /// Update Origin group operation. To update custom domains, use the + /// Update Custom Domain operation. /// /// /// Name of the Resource group within the Azure subscription. diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/IManagedRuleSetsOperations.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/IManagedRuleSetsOperations.cs new file mode 100644 index 0000000000000..05c9808d43f90 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/IManagedRuleSetsOperations.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.Cdn +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// ManagedRuleSetsOperations operations. + /// + public partial interface IManagedRuleSetsOperations + { + /// + /// Lists all available managed rule sets. + /// + /// + /// 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>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Lists all available managed rule sets. + /// + /// + /// The NextLink from the previous successful call to List 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>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/IOriginGroupsOperations.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/IOriginGroupsOperations.cs new file mode 100644 index 0000000000000..dbfdaf4632bc1 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/IOriginGroupsOperations.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.Cdn +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// OriginGroupsOperations operations. + /// + public partial interface IOriginGroupsOperations + { + /// + /// Lists all of the existing origin groups within an endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// 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>> ListByEndpointWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets an existing origin group within an endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the 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 endpointName, string originGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Creates a new origin group within the specified endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// Origin group properties + /// + /// + /// 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> CreateWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originGroupName, OriginGroup originGroup, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Updates an existing origin group within an endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// Origin group properties + /// + /// + /// 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 endpointName, string originGroupName, OriginGroupUpdateParameters originGroupUpdateProperties, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Deletes an existing origin group within an endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// 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 endpointName, string originGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Creates a new origin group within the specified endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// Origin group properties + /// + /// + /// 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> BeginCreateWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originGroupName, OriginGroup originGroup, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Updates an existing origin group within an endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// Origin group properties + /// + /// + /// 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> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originGroupName, OriginGroupUpdateParameters originGroupUpdateProperties, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Deletes an existing origin group within an endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// 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 BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Lists all of the existing origin groups within an endpoint. + /// + /// + /// The NextLink from the previous successful call to List 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>> ListByEndpointNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/IOriginsOperations.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/IOriginsOperations.cs index 020a8201e4088..a2143cced76a1 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/IOriginsOperations.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/IOriginsOperations.cs @@ -83,6 +83,40 @@ public partial interface IOriginsOperations /// Task> GetWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Creates a new origin within the specified endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin that is unique within the endpoint. + /// + /// + /// Origin properties + /// + /// + /// 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> CreateWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originName, Origin origin, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Updates an existing origin within an endpoint. /// /// @@ -117,6 +151,68 @@ public partial interface IOriginsOperations /// Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originName, OriginUpdateParameters originUpdateProperties, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Deletes an existing origin within an endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin which is unique within the endpoint. + /// + /// + /// 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 endpointName, string originName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Creates a new origin within the specified endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin that is unique within the endpoint. + /// + /// + /// Origin properties + /// + /// + /// 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> BeginCreateWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originName, Origin origin, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Updates an existing origin within an endpoint. /// /// @@ -151,6 +247,34 @@ public partial interface IOriginsOperations /// Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originName, OriginUpdateParameters originUpdateProperties, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Deletes an existing origin within an endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin which is unique within the endpoint. + /// + /// + /// 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 BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Lists all of the existing origins within an endpoint. /// /// diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/IPoliciesOperations.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/IPoliciesOperations.cs new file mode 100644 index 0000000000000..770a556981728 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/IPoliciesOperations.cs @@ -0,0 +1,237 @@ +// +// 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.Cdn +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// PoliciesOperations operations. + /// + public partial interface IPoliciesOperations + { + /// + /// Lists all of the protection policies within a resource group. + /// + /// + /// Name of the Resource group within the Azure 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>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Retrieve protection policy with specified name within a resource + /// group. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// 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 policyName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Create or update policy with specified rule set name within a + /// resource group. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// Policy to be created. + /// + /// + /// 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 policyName, CdnWebApplicationFirewallPolicy cdnWebApplicationFirewallPolicy, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Update an existing CdnWebApplicationFirewallPolicy with the + /// specified policy name under the specified subscription and resource + /// group + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// CdnWebApplicationFirewallPolicy tags + /// + /// + /// 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 policyName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Deletes Policy + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// 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 policyName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Create or update policy with specified rule set name within a + /// resource group. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// Policy to be created. + /// + /// + /// 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> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string policyName, CdnWebApplicationFirewallPolicy cdnWebApplicationFirewallPolicy, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Update an existing CdnWebApplicationFirewallPolicy with the + /// specified policy name under the specified subscription and resource + /// group + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// CdnWebApplicationFirewallPolicy tags + /// + /// + /// 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> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string policyName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Lists all of the protection policies within a resource group. + /// + /// + /// The NextLink from the previous successful call to List 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>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/ManagedRuleSetsOperations.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/ManagedRuleSetsOperations.cs new file mode 100644 index 0000000000000..2e2943428c721 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/ManagedRuleSetsOperations.cs @@ -0,0 +1,395 @@ +// +// 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.Cdn +{ + 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; + + /// + /// ManagedRuleSetsOperations operations. + /// + internal partial class ManagedRuleSetsOperations : IServiceOperations, IManagedRuleSetsOperations + { + /// + /// Initializes a new instance of the ManagedRuleSetsOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal ManagedRuleSetsOperations(CdnManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the CdnManagementClient + /// + public CdnManagementClient Client { get; private set; } + + /// + /// Lists all available managed rule sets. + /// + /// + /// 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>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // 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, "List", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.Cdn/CdnWebApplicationFirewallManagedRuleSets").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 ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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 available managed rule sets. + /// + /// + /// The NextLink from the previous successful call to List 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>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + 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 ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/ManagedRuleSetsOperationsExtensions.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/ManagedRuleSetsOperationsExtensions.cs new file mode 100644 index 0000000000000..ff64d37500b49 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/ManagedRuleSetsOperationsExtensions.cs @@ -0,0 +1,87 @@ +// +// 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.Cdn +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for ManagedRuleSetsOperations. + /// + public static partial class ManagedRuleSetsOperationsExtensions + { + /// + /// Lists all available managed rule sets. + /// + /// + /// The operations group for this extension method. + /// + public static IPage List(this IManagedRuleSetsOperations operations) + { + return operations.ListAsync().GetAwaiter().GetResult(); + } + + /// + /// Lists all available managed rule sets. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The cancellation token. + /// + public static async Task> ListAsync(this IManagedRuleSetsOperations operations, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Lists all available managed rule sets. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListNext(this IManagedRuleSetsOperations operations, string nextPageLink) + { + return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Lists all available managed rule sets. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListNextAsync(this IManagedRuleSetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ActionType.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ActionType.cs new file mode 100644 index 0000000000000..4bb5f380aee81 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ActionType.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.Cdn.Models +{ + + /// + /// Defines values for ActionType. + /// + public static class ActionType + { + public const string Allow = "Allow"; + public const string Block = "Block"; + public const string Log = "Log"; + public const string Redirect = "Redirect"; + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/Algorithm.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/Algorithm.cs new file mode 100644 index 0000000000000..898722f031080 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/Algorithm.cs @@ -0,0 +1,21 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Cdn.Models +{ + + /// + /// Defines values for Algorithm. + /// + public static class Algorithm + { + public const string SHA256 = "SHA256"; + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CdnEndpoint.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CdnEndpoint.cs new file mode 100644 index 0000000000000..5846030d5434f --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CdnEndpoint.cs @@ -0,0 +1,51 @@ +// +// 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.Cdn.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines the ARM Resource ID for the linked endpoints + /// + public partial class CdnEndpoint + { + /// + /// Initializes a new instance of the CdnEndpoint class. + /// + public CdnEndpoint() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CdnEndpoint class. + /// + /// ARM Resource ID string. + public CdnEndpoint(string id = default(string)) + { + Id = id; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets ARM Resource ID string. + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; set; } + + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CdnWebApplicationFirewallPolicy.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CdnWebApplicationFirewallPolicy.cs new file mode 100644 index 0000000000000..31d0d1e2215b3 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CdnWebApplicationFirewallPolicy.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.Cdn.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Defines web application firewall policy for Azure CDN. + /// + [Rest.Serialization.JsonTransformation] + public partial class CdnWebApplicationFirewallPolicy : TrackedResource + { + /// + /// Initializes a new instance of the CdnWebApplicationFirewallPolicy + /// class. + /// + public CdnWebApplicationFirewallPolicy() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CdnWebApplicationFirewallPolicy + /// class. + /// + /// Resource location. + /// The pricing tier (defines a CDN provider, feature + /// list and rate) of the CdnWebApplicationFirewallPolicy. + /// Resource ID. + /// Resource name. + /// Resource type. + /// Resource tags. + /// Describes policySettings for + /// policy + /// Describes rate limit rules inside the + /// policy. + /// Describes custom rules inside the + /// policy. + /// Describes managed rules inside the + /// policy. + /// Describes Azure CDN endpoints + /// associated with this Web Application Firewall policy. + /// Provisioning state of the + /// WebApplicationFirewallPolicy. Possible values include: 'Creating', + /// 'Succeeded', 'Failed' + /// Resource status of the policy. + /// Gets a unique read-only string that changes + /// whenever the resource is updated. + public CdnWebApplicationFirewallPolicy(string location, Sku sku, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), PolicySettings policySettings = default(PolicySettings), RateLimitRuleList rateLimitRules = default(RateLimitRuleList), CustomRuleList customRules = default(CustomRuleList), ManagedRuleSetList managedRules = default(ManagedRuleSetList), IList endpointLinks = default(IList), string provisioningState = default(string), string resourceState = default(string), string etag = default(string)) + : base(location, id, name, type, tags) + { + PolicySettings = policySettings; + RateLimitRules = rateLimitRules; + CustomRules = customRules; + ManagedRules = managedRules; + EndpointLinks = endpointLinks; + ProvisioningState = provisioningState; + ResourceState = resourceState; + Etag = etag; + Sku = sku; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets describes policySettings for policy + /// + [JsonProperty(PropertyName = "properties.policySettings")] + public PolicySettings PolicySettings { get; set; } + + /// + /// Gets or sets describes rate limit rules inside the policy. + /// + [JsonProperty(PropertyName = "properties.rateLimitRules")] + public RateLimitRuleList RateLimitRules { get; set; } + + /// + /// Gets or sets describes custom rules inside the policy. + /// + [JsonProperty(PropertyName = "properties.customRules")] + public CustomRuleList CustomRules { get; set; } + + /// + /// Gets or sets describes managed rules inside the policy. + /// + [JsonProperty(PropertyName = "properties.managedRules")] + public ManagedRuleSetList ManagedRules { get; set; } + + /// + /// Gets describes Azure CDN endpoints associated with this Web + /// Application Firewall policy. + /// + [JsonProperty(PropertyName = "properties.endpointLinks")] + public IList EndpointLinks { get; private set; } + + /// + /// Gets provisioning state of the WebApplicationFirewallPolicy. + /// Possible values include: 'Creating', 'Succeeded', 'Failed' + /// + [JsonProperty(PropertyName = "properties.provisioningState")] + public string ProvisioningState { get; private set; } + + /// + /// Gets resource status of the policy. + /// + /// + /// Possible values include: 'Creating', 'Enabling', 'Enabled', + /// 'Disabling', 'Disabled', 'Deleting' + /// + [JsonProperty(PropertyName = "properties.resourceState")] + public string ResourceState { get; private set; } + + /// + /// Gets a unique read-only string that changes whenever the resource + /// is updated. + /// + [JsonProperty(PropertyName = "etag")] + public string Etag { get; set; } + + /// + /// Gets or sets the pricing tier (defines a CDN provider, feature list + /// and rate) of the CdnWebApplicationFirewallPolicy. + /// + [JsonProperty(PropertyName = "sku")] + public Sku Sku { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public override void Validate() + { + base.Validate(); + if (Sku == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Sku"); + } + if (PolicySettings != null) + { + PolicySettings.Validate(); + } + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CdnWebApplicationFirewallPolicyPatchParameters.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CdnWebApplicationFirewallPolicyPatchParameters.cs new file mode 100644 index 0000000000000..418181bc96456 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CdnWebApplicationFirewallPolicyPatchParameters.cs @@ -0,0 +1,57 @@ +// +// 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.Cdn.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Properties required to update a CdnWebApplicationFirewallPolicy. + /// + public partial class CdnWebApplicationFirewallPolicyPatchParameters : IResource + { + /// + /// Initializes a new instance of the + /// CdnWebApplicationFirewallPolicyPatchParameters class. + /// + public CdnWebApplicationFirewallPolicyPatchParameters() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// CdnWebApplicationFirewallPolicyPatchParameters class. + /// + /// CdnWebApplicationFirewallPolicy tags + public CdnWebApplicationFirewallPolicyPatchParameters(IDictionary tags = default(IDictionary)) + { + Tags = tags; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets cdnWebApplicationFirewallPolicy tags + /// + [JsonProperty(PropertyName = "tags")] + public IDictionary Tags { get; set; } + + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CustomDomain.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CustomDomain.cs index b7d2a9ebea582..07f741dd671d1 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CustomDomain.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CustomDomain.cs @@ -53,22 +53,19 @@ public CustomDomain() /// 'DomainControlValidationRequestTimedOut', 'IssuingCertificate', /// 'DeployingCertificate', 'CertificateDeployed', /// 'DeletingCertificate', 'CertificateDeleted' - /// Certificate parameters for - /// securing custom HTTPS /// Special validation or data may be /// required when delivering CDN to some regions due to local /// compliance reasons. E.g. ICP license number of a custom domain is /// required to deliver content in China. /// Provisioning status of the custom /// domain. - public CustomDomain(string hostName, string id = default(string), string name = default(string), string type = default(string), string resourceState = default(string), string customHttpsProvisioningState = default(string), string customHttpsProvisioningSubstate = default(string), CustomDomainHttpsParameters customHttpsParameters = default(CustomDomainHttpsParameters), string validationData = default(string), string provisioningState = default(string)) + public CustomDomain(string hostName, string id = default(string), string name = default(string), string type = default(string), string resourceState = default(string), string customHttpsProvisioningState = default(string), string customHttpsProvisioningSubstate = default(string), string validationData = default(string), string provisioningState = default(string)) : base(id, name, type) { HostName = hostName; ResourceState = resourceState; CustomHttpsProvisioningState = customHttpsProvisioningState; CustomHttpsProvisioningSubstate = customHttpsProvisioningSubstate; - CustomHttpsParameters = customHttpsParameters; ValidationData = validationData; ProvisioningState = provisioningState; CustomInit(); @@ -115,12 +112,6 @@ public CustomDomain() [JsonProperty(PropertyName = "properties.customHttpsProvisioningSubstate")] public string CustomHttpsProvisioningSubstate { get; private set; } - /// - /// Gets or sets certificate parameters for securing custom HTTPS - /// - [JsonProperty(PropertyName = "properties.customHttpsParameters")] - public CustomDomainHttpsParameters CustomHttpsParameters { get; set; } - /// /// Gets or sets special validation or data may be required when /// delivering CDN to some regions due to local compliance reasons. @@ -148,10 +139,6 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "HostName"); } - if (CustomHttpsParameters != null) - { - CustomHttpsParameters.Validate(); - } } } } diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CustomRule.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CustomRule.cs new file mode 100644 index 0000000000000..8e45521c784a0 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CustomRule.cs @@ -0,0 +1,135 @@ +// +// 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.Cdn.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Defines the common attributes for a custom rule that can be included in + /// a waf policy + /// + public partial class CustomRule + { + /// + /// Initializes a new instance of the CustomRule class. + /// + public CustomRule() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CustomRule class. + /// + /// Defines the name of the custom rule + /// Defines in what order this rule be evaluated + /// in the overall list of custom rules + /// List of match conditions. + /// Describes what action to be applied when rule + /// matches. Possible values include: 'Allow', 'Block', 'Log', + /// 'Redirect' + /// Describes if the custom rule is in + /// enabled or disabled state. Defaults to Enabled if not specified. + /// Possible values include: 'Disabled', 'Enabled' + public CustomRule(string name, int priority, IList matchConditions, string action, string enabledState = default(string)) + { + Name = name; + EnabledState = enabledState; + Priority = priority; + MatchConditions = matchConditions; + Action = action; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets defines the name of the custom rule + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Gets or sets describes if the custom rule is in enabled or disabled + /// state. Defaults to Enabled if not specified. Possible values + /// include: 'Disabled', 'Enabled' + /// + [JsonProperty(PropertyName = "enabledState")] + public string EnabledState { get; set; } + + /// + /// Gets or sets defines in what order this rule be evaluated in the + /// overall list of custom rules + /// + [JsonProperty(PropertyName = "priority")] + public int Priority { get; set; } + + /// + /// Gets or sets list of match conditions. + /// + [JsonProperty(PropertyName = "matchConditions")] + public IList MatchConditions { get; set; } + + /// + /// Gets or sets describes what action to be applied when rule matches. + /// Possible values include: 'Allow', 'Block', 'Log', 'Redirect' + /// + [JsonProperty(PropertyName = "action")] + public string Action { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Name == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Name"); + } + if (MatchConditions == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "MatchConditions"); + } + if (Action == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Action"); + } + if (Priority > 1000) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "Priority", 1000); + } + if (Priority < 0) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "Priority", 0); + } + if (MatchConditions != null) + { + foreach (var element in MatchConditions) + { + if (element != null) + { + element.Validate(); + } + } + } + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CustomRuleEnabledState.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CustomRuleEnabledState.cs new file mode 100644 index 0000000000000..b38f931179b1c --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CustomRuleEnabledState.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.Cdn.Models +{ + + /// + /// Defines values for CustomRuleEnabledState. + /// + public static class CustomRuleEnabledState + { + public const string Disabled = "Disabled"; + public const string Enabled = "Enabled"; + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CustomRuleList.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CustomRuleList.cs new file mode 100644 index 0000000000000..7cf356bc65940 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/CustomRuleList.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.Cdn.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Defines contents of custom rules + /// + public partial class CustomRuleList + { + /// + /// Initializes a new instance of the CustomRuleList class. + /// + public CustomRuleList() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CustomRuleList class. + /// + /// List of rules + public CustomRuleList(IList rules = default(IList)) + { + Rules = rules; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets list of rules + /// + [JsonProperty(PropertyName = "rules")] + public IList Rules { get; set; } + + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/DeepCreatedOrigin.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/DeepCreatedOrigin.cs index 619563f1fd2d0..22def4861a22f 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/DeepCreatedOrigin.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/DeepCreatedOrigin.cs @@ -34,19 +34,54 @@ public DeepCreatedOrigin() /// /// Initializes a new instance of the DeepCreatedOrigin class. /// - /// Origin name + /// Origin name which must be unique within the + /// endpoint. /// The address of the origin. It can be a - /// domain name, IPv4 address, or IPv6 address. + /// domain name, IPv4 address, or IPv6 address. This should be unique + /// across all origins in an endpoint. /// The value of the HTTP port. Must be between - /// 1 and 65535 + /// 1 and 65535. /// The value of the HTTPS port. Must be - /// between 1 and 65535 - public DeepCreatedOrigin(string name, string hostName, int? httpPort = default(int?), int? httpsPort = default(int?)) + /// between 1 and 65535. + /// The host header value sent to the + /// origin with each request. If you leave this blank, the request + /// hostname determines this value. Azure CDN origins, such as Web + /// Apps, Blob Storage, and Cloud Services require this host header + /// value to match the origin hostname by default. + /// Priority of origin in given origin group for + /// load balancing. Higher priorities will not be used for load + /// balancing if any lower priority origin is healthy.Must be between 1 + /// and 5. + /// Weight of the origin in given origin group for + /// load balancing. Must be between 1 and 1000 + /// Origin is enabled for load balancing or not. + /// By default, origin is always enabled. + /// The Alias of the Private Link + /// resource. Populating this optional field indicates that this origin + /// is 'Private' + /// The Resource Id of the Private + /// Link resource. Populating this optional field indicates that this + /// backend is 'Private' + /// The location of the Private Link + /// resource. Required only if 'privateLinkResourceId' is + /// populated + /// A custom message to be + /// included in the approval request to connect to the Private + /// Link. + public DeepCreatedOrigin(string name, string hostName, int? httpPort = default(int?), int? httpsPort = default(int?), string originHostHeader = default(string), int? priority = default(int?), int? weight = default(int?), bool? enabled = default(bool?), string privateLinkAlias = default(string), string privateLinkResourceId = default(string), string privateLinkLocation = default(string), string privateLinkApprovalMessage = default(string)) { Name = name; HostName = hostName; HttpPort = httpPort; HttpsPort = httpsPort; + OriginHostHeader = originHostHeader; + Priority = priority; + Weight = weight; + Enabled = enabled; + PrivateLinkAlias = privateLinkAlias; + PrivateLinkResourceId = privateLinkResourceId; + PrivateLinkLocation = privateLinkLocation; + PrivateLinkApprovalMessage = privateLinkApprovalMessage; CustomInit(); } @@ -56,32 +91,94 @@ public DeepCreatedOrigin() partial void CustomInit(); /// - /// Gets or sets origin name + /// Gets or sets origin name which must be unique within the endpoint. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// /// Gets or sets the address of the origin. It can be a domain name, - /// IPv4 address, or IPv6 address. + /// IPv4 address, or IPv6 address. This should be unique across all + /// origins in an endpoint. /// [JsonProperty(PropertyName = "properties.hostName")] public string HostName { get; set; } /// /// Gets or sets the value of the HTTP port. Must be between 1 and - /// 65535 + /// 65535. /// [JsonProperty(PropertyName = "properties.httpPort")] public int? HttpPort { get; set; } /// /// Gets or sets the value of the HTTPS port. Must be between 1 and - /// 65535 + /// 65535. /// [JsonProperty(PropertyName = "properties.httpsPort")] public int? HttpsPort { get; set; } + /// + /// Gets or sets the host header value sent to the origin with each + /// request. If you leave this blank, the request hostname determines + /// this value. Azure CDN origins, such as Web Apps, Blob Storage, and + /// Cloud Services require this host header value to match the origin + /// hostname by default. + /// + [JsonProperty(PropertyName = "properties.originHostHeader")] + public string OriginHostHeader { get; set; } + + /// + /// Gets or sets priority of origin in given origin group for load + /// balancing. Higher priorities will not be used for load balancing if + /// any lower priority origin is healthy.Must be between 1 and 5. + /// + [JsonProperty(PropertyName = "properties.priority")] + public int? Priority { get; set; } + + /// + /// Gets or sets weight of the origin in given origin group for load + /// balancing. Must be between 1 and 1000 + /// + [JsonProperty(PropertyName = "properties.weight")] + public int? Weight { get; set; } + + /// + /// Gets or sets origin is enabled for load balancing or not. By + /// default, origin is always enabled. + /// + [JsonProperty(PropertyName = "properties.enabled")] + public bool? Enabled { get; set; } + + /// + /// Gets or sets the Alias of the Private Link resource. Populating + /// this optional field indicates that this origin is 'Private' + /// + [JsonProperty(PropertyName = "properties.privateLinkAlias")] + public string PrivateLinkAlias { get; set; } + + /// + /// Gets or sets the Resource Id of the Private Link resource. + /// Populating this optional field indicates that this backend is + /// 'Private' + /// + [JsonProperty(PropertyName = "properties.privateLinkResourceId")] + public string PrivateLinkResourceId { get; set; } + + /// + /// Gets or sets the location of the Private Link resource. Required + /// only if 'privateLinkResourceId' is populated + /// + [JsonProperty(PropertyName = "properties.privateLinkLocation")] + public string PrivateLinkLocation { get; set; } + + /// + /// Gets or sets a custom message to be included in the approval + /// request to connect to the Private Link. + /// + [JsonProperty(PropertyName = "properties.privateLinkApprovalMessage")] + public string PrivateLinkApprovalMessage { get; set; } + /// /// Validate the object. /// @@ -114,6 +211,22 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.InclusiveMinimum, "HttpsPort", 1); } + if (Priority > 5) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "Priority", 5); + } + if (Priority < 1) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "Priority", 1); + } + if (Weight > 1000) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "Weight", 1000); + } + if (Weight < 1) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "Weight", 1); + } } } } diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/DeepCreatedOriginGroup.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/DeepCreatedOriginGroup.cs new file mode 100644 index 0000000000000..af5491679ff12 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/DeepCreatedOriginGroup.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.Cdn.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// The origin group for CDN content which is added when creating a CDN + /// endpoint. Traffic is sent to the origins within the origin group based + /// on origin health. + /// + [Rest.Serialization.JsonTransformation] + public partial class DeepCreatedOriginGroup : IResource + { + /// + /// Initializes a new instance of the DeepCreatedOriginGroup class. + /// + public DeepCreatedOriginGroup() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the DeepCreatedOriginGroup class. + /// + /// Origin group name which must be unique within + /// the endpoint. + /// The source of the content being delivered via + /// CDN within given origin group. + /// Health probe settings to the + /// origin that is used to determine the health of the origin. + /// Time + /// in minutes to shift the traffic to the endpoint gradually when an + /// unhealthy endpoint comes healthy or a new endpoint is added. + /// Default is 10 mins. This property is currently not + /// supported. + /// The JSON + /// object that contains the properties to determine origin health + /// using real requests/responses.This property is currently not + /// supported. + public DeepCreatedOriginGroup(string name, IList origins, HealthProbeParameters healthProbeSettings = default(HealthProbeParameters), int? trafficRestorationTimeToHealedOrNewEndpointsInMinutes = default(int?), ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings = default(ResponseBasedOriginErrorDetectionParameters)) + { + Name = name; + HealthProbeSettings = healthProbeSettings; + Origins = origins; + TrafficRestorationTimeToHealedOrNewEndpointsInMinutes = trafficRestorationTimeToHealedOrNewEndpointsInMinutes; + ResponseBasedOriginErrorDetectionSettings = responseBasedOriginErrorDetectionSettings; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets origin group name which must be unique within the + /// endpoint. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Gets or sets health probe settings to the origin that is used to + /// determine the health of the origin. + /// + [JsonProperty(PropertyName = "properties.healthProbeSettings")] + public HealthProbeParameters HealthProbeSettings { get; set; } + + /// + /// Gets or sets the source of the content being delivered via CDN + /// within given origin group. + /// + [JsonProperty(PropertyName = "properties.origins")] + public IList Origins { get; set; } + + /// + /// Gets or sets time in minutes to shift the traffic to the endpoint + /// gradually when an unhealthy endpoint comes healthy or a new + /// endpoint is added. Default is 10 mins. This property is currently + /// not supported. + /// + [JsonProperty(PropertyName = "properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes")] + public int? TrafficRestorationTimeToHealedOrNewEndpointsInMinutes { get; set; } + + /// + /// Gets or sets the JSON object that contains the properties to + /// determine origin health using real requests/responses.This property + /// is currently not supported. + /// + [JsonProperty(PropertyName = "properties.responseBasedOriginErrorDetectionSettings")] + public ResponseBasedOriginErrorDetectionParameters ResponseBasedOriginErrorDetectionSettings { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Name == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Name"); + } + if (Origins == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Origins"); + } + if (HealthProbeSettings != null) + { + HealthProbeSettings.Validate(); + } + if (TrafficRestorationTimeToHealedOrNewEndpointsInMinutes > 50) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "TrafficRestorationTimeToHealedOrNewEndpointsInMinutes", 50); + } + if (TrafficRestorationTimeToHealedOrNewEndpointsInMinutes < 0) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "TrafficRestorationTimeToHealedOrNewEndpointsInMinutes", 0); + } + if (ResponseBasedOriginErrorDetectionSettings != null) + { + ResponseBasedOriginErrorDetectionSettings.Validate(); + } + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/Endpoint.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/Endpoint.cs index e1f3d0ae41b83..5d347d7607e5c 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/Endpoint.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/Endpoint.cs @@ -44,16 +44,18 @@ public Endpoint() /// Resource name. /// Resource type. /// Resource tags. - /// The host header value sent to the - /// origin with each request. If you leave this blank, the request - /// hostname determines this value. Azure CDN origins, such as Web - /// Apps, Blob Storage, and Cloud Services require this host header - /// value to match the origin hostname by default. /// A directory path on the origin that CDN /// can use to retrieve content from, e.g. /// contoso.cloudapp.net/originpath. /// List of content types on which /// compression applies. The value should be a valid MIME type. + /// The host header value sent to the + /// origin with each request. This property at Endpoint is only allowed + /// when endpoint uses single origin and can be overridden by the same + /// property specified at origin.If you leave this blank, the request + /// hostname determines this value. Azure CDN origins, such as Web + /// Apps, Blob Storage, and Cloud Services require this host header + /// value to match the origin hostname by default. /// Indicates whether content /// compression is enabled on CDN. Default value is false. If /// compression is enabled, content will be served as compressed if @@ -81,26 +83,37 @@ public Endpoint() /// Path to a file hosted on the origin which /// helps accelerate delivery of the dynamic content and calculate the /// most optimal routes for the CDN. This is relative to the origin - /// path. + /// path. This property is only relevant when using a single + /// origin. /// List of rules defining the user's geo /// access within a CDN endpoint. Each geo filter defines an access /// rule to a specified path or content, e.g. block APAC for path /// /pictures/ + /// A reference to the origin + /// group. + /// List of keys used to validate the + /// signed URL hashes. /// A policy that specifies the delivery /// rules to be used for an endpoint. + /// Defines the Web + /// Application Firewall policy for the endpoint (if + /// applicable) /// The host name of the endpoint structured as /// {endpointName}.{DNSZone}, e.g. contoso.azureedge.net + /// The origin groups comprising of origins + /// that are used for load balancing the traffic based on + /// availability. /// Resource status of the endpoint. /// Possible values include: 'Creating', 'Deleting', 'Running', /// 'Starting', 'Stopped', 'Stopping' /// Provisioning status of the /// endpoint. - public Endpoint(string location, IList origins, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string originHostHeader = default(string), string originPath = default(string), IList contentTypesToCompress = default(IList), bool? isCompressionEnabled = default(bool?), bool? isHttpAllowed = default(bool?), bool? isHttpsAllowed = default(bool?), QueryStringCachingBehavior? queryStringCachingBehavior = default(QueryStringCachingBehavior?), string optimizationType = default(string), string probePath = default(string), IList geoFilters = default(IList), EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy = default(EndpointPropertiesUpdateParametersDeliveryPolicy), string hostName = default(string), string resourceState = default(string), string provisioningState = default(string)) + public Endpoint(string location, IList origins, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string originPath = default(string), IList contentTypesToCompress = default(IList), string originHostHeader = default(string), bool? isCompressionEnabled = default(bool?), bool? isHttpAllowed = default(bool?), bool? isHttpsAllowed = default(bool?), QueryStringCachingBehavior? queryStringCachingBehavior = default(QueryStringCachingBehavior?), string optimizationType = default(string), string probePath = default(string), IList geoFilters = default(IList), ResourceReference defaultOriginGroup = default(ResourceReference), IList urlSigningKeys = default(IList), EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy = default(EndpointPropertiesUpdateParametersDeliveryPolicy), EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink webApplicationFirewallPolicyLink = default(EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink), string hostName = default(string), IList originGroups = default(IList), string resourceState = default(string), string provisioningState = default(string)) : base(location, id, name, type, tags) { - OriginHostHeader = originHostHeader; OriginPath = originPath; ContentTypesToCompress = contentTypesToCompress; + OriginHostHeader = originHostHeader; IsCompressionEnabled = isCompressionEnabled; IsHttpAllowed = isHttpAllowed; IsHttpsAllowed = isHttpsAllowed; @@ -108,9 +121,13 @@ public Endpoint() OptimizationType = optimizationType; ProbePath = probePath; GeoFilters = geoFilters; + DefaultOriginGroup = defaultOriginGroup; + UrlSigningKeys = urlSigningKeys; DeliveryPolicy = deliveryPolicy; + WebApplicationFirewallPolicyLink = webApplicationFirewallPolicyLink; HostName = hostName; Origins = origins; + OriginGroups = originGroups; ResourceState = resourceState; ProvisioningState = provisioningState; CustomInit(); @@ -121,16 +138,6 @@ public Endpoint() /// partial void CustomInit(); - /// - /// Gets or sets the host header value sent to the origin with each - /// request. If you leave this blank, the request hostname determines - /// this value. Azure CDN origins, such as Web Apps, Blob Storage, and - /// Cloud Services require this host header value to match the origin - /// hostname by default. - /// - [JsonProperty(PropertyName = "properties.originHostHeader")] - public string OriginHostHeader { get; set; } - /// /// Gets or sets a directory path on the origin that CDN can use to /// retrieve content from, e.g. contoso.cloudapp.net/originpath. @@ -145,6 +152,18 @@ public Endpoint() [JsonProperty(PropertyName = "properties.contentTypesToCompress")] public IList ContentTypesToCompress { get; set; } + /// + /// Gets or sets the host header value sent to the origin with each + /// request. This property at Endpoint is only allowed when endpoint + /// uses single origin and can be overridden by the same property + /// specified at origin.If you leave this blank, the request hostname + /// determines this value. Azure CDN origins, such as Web Apps, Blob + /// Storage, and Cloud Services require this host header value to match + /// the origin hostname by default. + /// + [JsonProperty(PropertyName = "properties.originHostHeader")] + public string OriginHostHeader { get; set; } + /// /// Gets or sets indicates whether content compression is enabled on /// CDN. Default value is false. If compression is enabled, content @@ -197,6 +216,7 @@ public Endpoint() /// Gets or sets path to a file hosted on the origin which helps /// accelerate delivery of the dynamic content and calculate the most /// optimal routes for the CDN. This is relative to the origin path. + /// This property is only relevant when using a single origin. /// [JsonProperty(PropertyName = "properties.probePath")] public string ProbePath { get; set; } @@ -209,6 +229,18 @@ public Endpoint() [JsonProperty(PropertyName = "properties.geoFilters")] public IList GeoFilters { get; set; } + /// + /// Gets or sets a reference to the origin group. + /// + [JsonProperty(PropertyName = "properties.defaultOriginGroup")] + public ResourceReference DefaultOriginGroup { get; set; } + + /// + /// Gets or sets list of keys used to validate the signed URL hashes. + /// + [JsonProperty(PropertyName = "properties.urlSigningKeys")] + public IList UrlSigningKeys { get; set; } + /// /// Gets or sets a policy that specifies the delivery rules to be used /// for an endpoint. @@ -216,6 +248,13 @@ public Endpoint() [JsonProperty(PropertyName = "properties.deliveryPolicy")] public EndpointPropertiesUpdateParametersDeliveryPolicy DeliveryPolicy { get; set; } + /// + /// Gets or sets defines the Web Application Firewall policy for the + /// endpoint (if applicable) + /// + [JsonProperty(PropertyName = "properties.webApplicationFirewallPolicyLink")] + public EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink WebApplicationFirewallPolicyLink { get; set; } + /// /// Gets the host name of the endpoint structured as /// {endpointName}.{DNSZone}, e.g. contoso.azureedge.net @@ -229,6 +268,13 @@ public Endpoint() [JsonProperty(PropertyName = "properties.origins")] public IList Origins { get; set; } + /// + /// Gets or sets the origin groups comprising of origins that are used + /// for load balancing the traffic based on availability. + /// + [JsonProperty(PropertyName = "properties.originGroups")] + public IList OriginGroups { get; set; } + /// /// Gets resource status of the endpoint. Possible values include: /// 'Creating', 'Deleting', 'Running', 'Starting', 'Stopped', @@ -266,17 +312,37 @@ public override void Validate() } } } + if (UrlSigningKeys != null) + { + foreach (var element1 in UrlSigningKeys) + { + if (element1 != null) + { + element1.Validate(); + } + } + } if (DeliveryPolicy != null) { DeliveryPolicy.Validate(); } if (Origins != null) { - foreach (var element1 in Origins) + foreach (var element2 in Origins) { - if (element1 != null) + if (element2 != null) { - element1.Validate(); + element2.Validate(); + } + } + } + if (OriginGroups != null) + { + foreach (var element3 in OriginGroups) + { + if (element3 != null) + { + element3.Validate(); } } } diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink.cs new file mode 100644 index 0000000000000..b44376d4edb0e --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink.cs @@ -0,0 +1,56 @@ +// +// 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.Cdn.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines the Web Application Firewall policy for the endpoint (if + /// applicable) + /// + public partial class EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink + { + /// + /// Initializes a new instance of the + /// EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink + /// class. + /// + public EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink + /// class. + /// + /// Resource ID. + public EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink(string id = default(string)) + { + Id = id; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets resource ID. + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; set; } + + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/EndpointUpdateParameters.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/EndpointUpdateParameters.cs index ebd9890d26ce6..ad801c8f03c9c 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/EndpointUpdateParameters.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/EndpointUpdateParameters.cs @@ -36,16 +36,18 @@ public EndpointUpdateParameters() /// Initializes a new instance of the EndpointUpdateParameters class. /// /// Endpoint tags. - /// The host header value sent to the - /// origin with each request. If you leave this blank, the request - /// hostname determines this value. Azure CDN origins, such as Web - /// Apps, Blob Storage, and Cloud Services require this host header - /// value to match the origin hostname by default. /// A directory path on the origin that CDN /// can use to retrieve content from, e.g. /// contoso.cloudapp.net/originpath. /// List of content types on which /// compression applies. The value should be a valid MIME type. + /// The host header value sent to the + /// origin with each request. This property at Endpoint is only allowed + /// when endpoint uses single origin and can be overridden by the same + /// property specified at origin.If you leave this blank, the request + /// hostname determines this value. Azure CDN origins, such as Web + /// Apps, Blob Storage, and Cloud Services require this host header + /// value to match the origin hostname by default. /// Indicates whether content /// compression is enabled on CDN. Default value is false. If /// compression is enabled, content will be served as compressed if @@ -73,19 +75,27 @@ public EndpointUpdateParameters() /// Path to a file hosted on the origin which /// helps accelerate delivery of the dynamic content and calculate the /// most optimal routes for the CDN. This is relative to the origin - /// path. + /// path. This property is only relevant when using a single + /// origin. /// List of rules defining the user's geo /// access within a CDN endpoint. Each geo filter defines an access /// rule to a specified path or content, e.g. block APAC for path /// /pictures/ + /// A reference to the origin + /// group. + /// List of keys used to validate the + /// signed URL hashes. /// A policy that specifies the delivery /// rules to be used for an endpoint. - public EndpointUpdateParameters(IDictionary tags = default(IDictionary), string originHostHeader = default(string), string originPath = default(string), IList contentTypesToCompress = default(IList), bool? isCompressionEnabled = default(bool?), bool? isHttpAllowed = default(bool?), bool? isHttpsAllowed = default(bool?), QueryStringCachingBehavior? queryStringCachingBehavior = default(QueryStringCachingBehavior?), string optimizationType = default(string), string probePath = default(string), IList geoFilters = default(IList), EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy = default(EndpointPropertiesUpdateParametersDeliveryPolicy)) + /// Defines the Web + /// Application Firewall policy for the endpoint (if + /// applicable) + public EndpointUpdateParameters(IDictionary tags = default(IDictionary), string originPath = default(string), IList contentTypesToCompress = default(IList), string originHostHeader = default(string), bool? isCompressionEnabled = default(bool?), bool? isHttpAllowed = default(bool?), bool? isHttpsAllowed = default(bool?), QueryStringCachingBehavior? queryStringCachingBehavior = default(QueryStringCachingBehavior?), string optimizationType = default(string), string probePath = default(string), IList geoFilters = default(IList), ResourceReference defaultOriginGroup = default(ResourceReference), IList urlSigningKeys = default(IList), EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy = default(EndpointPropertiesUpdateParametersDeliveryPolicy), EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink webApplicationFirewallPolicyLink = default(EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink)) { Tags = tags; - OriginHostHeader = originHostHeader; OriginPath = originPath; ContentTypesToCompress = contentTypesToCompress; + OriginHostHeader = originHostHeader; IsCompressionEnabled = isCompressionEnabled; IsHttpAllowed = isHttpAllowed; IsHttpsAllowed = isHttpsAllowed; @@ -93,7 +103,10 @@ public EndpointUpdateParameters() OptimizationType = optimizationType; ProbePath = probePath; GeoFilters = geoFilters; + DefaultOriginGroup = defaultOriginGroup; + UrlSigningKeys = urlSigningKeys; DeliveryPolicy = deliveryPolicy; + WebApplicationFirewallPolicyLink = webApplicationFirewallPolicyLink; CustomInit(); } @@ -108,16 +121,6 @@ public EndpointUpdateParameters() [JsonProperty(PropertyName = "tags")] public IDictionary Tags { get; set; } - /// - /// Gets or sets the host header value sent to the origin with each - /// request. If you leave this blank, the request hostname determines - /// this value. Azure CDN origins, such as Web Apps, Blob Storage, and - /// Cloud Services require this host header value to match the origin - /// hostname by default. - /// - [JsonProperty(PropertyName = "properties.originHostHeader")] - public string OriginHostHeader { get; set; } - /// /// Gets or sets a directory path on the origin that CDN can use to /// retrieve content from, e.g. contoso.cloudapp.net/originpath. @@ -132,6 +135,18 @@ public EndpointUpdateParameters() [JsonProperty(PropertyName = "properties.contentTypesToCompress")] public IList ContentTypesToCompress { get; set; } + /// + /// Gets or sets the host header value sent to the origin with each + /// request. This property at Endpoint is only allowed when endpoint + /// uses single origin and can be overridden by the same property + /// specified at origin.If you leave this blank, the request hostname + /// determines this value. Azure CDN origins, such as Web Apps, Blob + /// Storage, and Cloud Services require this host header value to match + /// the origin hostname by default. + /// + [JsonProperty(PropertyName = "properties.originHostHeader")] + public string OriginHostHeader { get; set; } + /// /// Gets or sets indicates whether content compression is enabled on /// CDN. Default value is false. If compression is enabled, content @@ -184,6 +199,7 @@ public EndpointUpdateParameters() /// Gets or sets path to a file hosted on the origin which helps /// accelerate delivery of the dynamic content and calculate the most /// optimal routes for the CDN. This is relative to the origin path. + /// This property is only relevant when using a single origin. /// [JsonProperty(PropertyName = "properties.probePath")] public string ProbePath { get; set; } @@ -196,6 +212,18 @@ public EndpointUpdateParameters() [JsonProperty(PropertyName = "properties.geoFilters")] public IList GeoFilters { get; set; } + /// + /// Gets or sets a reference to the origin group. + /// + [JsonProperty(PropertyName = "properties.defaultOriginGroup")] + public ResourceReference DefaultOriginGroup { get; set; } + + /// + /// Gets or sets list of keys used to validate the signed URL hashes. + /// + [JsonProperty(PropertyName = "properties.urlSigningKeys")] + public IList UrlSigningKeys { get; set; } + /// /// Gets or sets a policy that specifies the delivery rules to be used /// for an endpoint. @@ -203,6 +231,13 @@ public EndpointUpdateParameters() [JsonProperty(PropertyName = "properties.deliveryPolicy")] public EndpointPropertiesUpdateParametersDeliveryPolicy DeliveryPolicy { get; set; } + /// + /// Gets or sets defines the Web Application Firewall policy for the + /// endpoint (if applicable) + /// + [JsonProperty(PropertyName = "properties.webApplicationFirewallPolicyLink")] + public EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink WebApplicationFirewallPolicyLink { get; set; } + /// /// Validate the object. /// @@ -221,6 +256,16 @@ public virtual void Validate() } } } + if (UrlSigningKeys != null) + { + foreach (var element1 in UrlSigningKeys) + { + if (element1 != null) + { + element1.Validate(); + } + } + } if (DeliveryPolicy != null) { DeliveryPolicy.Validate(); diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/HealthProbeParameters.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/HealthProbeParameters.cs new file mode 100644 index 0000000000000..dc26b978869c5 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/HealthProbeParameters.cs @@ -0,0 +1,103 @@ +// +// 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.Cdn.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// The JSON object that contains the properties to send health probes to + /// origin. + /// + public partial class HealthProbeParameters + { + /// + /// Initializes a new instance of the HealthProbeParameters class. + /// + public HealthProbeParameters() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the HealthProbeParameters class. + /// + /// The path relative to the origin that is + /// used to determine the health of the origin. + /// The type of health probe request + /// that is made. Possible values include: 'NotSet', 'GET', + /// 'HEAD' + /// Protocol to use for health probe. + /// Possible values include: 'NotSet', 'Http', 'Https' + /// The number of seconds between + /// health probes.Default is 240sec. + public HealthProbeParameters(string probePath = default(string), HealthProbeRequestType? probeRequestType = default(HealthProbeRequestType?), ProbeProtocol? probeProtocol = default(ProbeProtocol?), int? probeIntervalInSeconds = default(int?)) + { + ProbePath = probePath; + ProbeRequestType = probeRequestType; + ProbeProtocol = probeProtocol; + ProbeIntervalInSeconds = probeIntervalInSeconds; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the path relative to the origin that is used to + /// determine the health of the origin. + /// + [JsonProperty(PropertyName = "probePath")] + public string ProbePath { get; set; } + + /// + /// Gets or sets the type of health probe request that is made. + /// Possible values include: 'NotSet', 'GET', 'HEAD' + /// + [JsonProperty(PropertyName = "probeRequestType")] + public HealthProbeRequestType? ProbeRequestType { get; set; } + + /// + /// Gets or sets protocol to use for health probe. Possible values + /// include: 'NotSet', 'Http', 'Https' + /// + [JsonProperty(PropertyName = "probeProtocol")] + public ProbeProtocol? ProbeProtocol { get; set; } + + /// + /// Gets or sets the number of seconds between health probes.Default is + /// 240sec. + /// + [JsonProperty(PropertyName = "probeIntervalInSeconds")] + public int? ProbeIntervalInSeconds { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ProbeIntervalInSeconds > 255) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "ProbeIntervalInSeconds", 255); + } + if (ProbeIntervalInSeconds < 1) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "ProbeIntervalInSeconds", 1); + } + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/HealthProbeRequestType.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/HealthProbeRequestType.cs new file mode 100644 index 0000000000000..85d0ade1aa1e9 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/HealthProbeRequestType.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.Cdn.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for HealthProbeRequestType. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum HealthProbeRequestType + { + [EnumMember(Value = "NotSet")] + NotSet, + [EnumMember(Value = "GET")] + GET, + [EnumMember(Value = "HEAD")] + HEAD + } + internal static class HealthProbeRequestTypeEnumExtension + { + internal static string ToSerializedValue(this HealthProbeRequestType? value) + { + return value == null ? null : ((HealthProbeRequestType)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this HealthProbeRequestType value) + { + switch( value ) + { + case HealthProbeRequestType.NotSet: + return "NotSet"; + case HealthProbeRequestType.GET: + return "GET"; + case HealthProbeRequestType.HEAD: + return "HEAD"; + } + return null; + } + + internal static HealthProbeRequestType? ParseHealthProbeRequestType(this string value) + { + switch( value ) + { + case "NotSet": + return HealthProbeRequestType.NotSet; + case "GET": + return HealthProbeRequestType.GET; + case "HEAD": + return HealthProbeRequestType.HEAD; + } + return null; + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/HttpErrorRangeParameters.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/HttpErrorRangeParameters.cs new file mode 100644 index 0000000000000..6bb7ab6ba5307 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/HttpErrorRangeParameters.cs @@ -0,0 +1,87 @@ +// +// 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.Cdn.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// The JSON object that represents the range for http status codes + /// + public partial class HttpErrorRangeParameters + { + /// + /// Initializes a new instance of the HttpErrorRangeParameters class. + /// + public HttpErrorRangeParameters() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the HttpErrorRangeParameters class. + /// + /// The inclusive start of the http status code + /// range. + /// The inclusive end of the http status code + /// range. + public HttpErrorRangeParameters(int? begin = default(int?), int? end = default(int?)) + { + Begin = begin; + End = end; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the inclusive start of the http status code range. + /// + [JsonProperty(PropertyName = "begin")] + public int? Begin { get; set; } + + /// + /// Gets or sets the inclusive end of the http status code range. + /// + [JsonProperty(PropertyName = "end")] + public int? End { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Begin > 999) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "Begin", 999); + } + if (Begin < 100) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "Begin", 100); + } + if (End > 999) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "End", 999); + } + if (End < 100) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "End", 100); + } + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/KeyVaultSigningKeyParameters.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/KeyVaultSigningKeyParameters.cs new file mode 100644 index 0000000000000..30691579ea226 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/KeyVaultSigningKeyParameters.cs @@ -0,0 +1,134 @@ +// +// 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.Cdn.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Describes the parameters for using a user's KeyVault for URL Signing + /// Key. + /// + public partial class KeyVaultSigningKeyParameters + { + /// + /// Initializes a new instance of the KeyVaultSigningKeyParameters + /// class. + /// + public KeyVaultSigningKeyParameters() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the KeyVaultSigningKeyParameters + /// class. + /// + /// Subscription Id of the user's Key + /// Vault containing the secret + /// Resource group of the user's Key + /// Vault containing the secret + /// The name of the user's Key Vault containing + /// the secret + /// The name of secret in Key Vault. + /// The version(GUID) of secret in Key + /// Vault. + public KeyVaultSigningKeyParameters(string subscriptionId, string resourceGroupName, string vaultName, string secretName, string secretVersion) + { + SubscriptionId = subscriptionId; + ResourceGroupName = resourceGroupName; + VaultName = vaultName; + SecretName = secretName; + SecretVersion = secretVersion; + CustomInit(); + } + /// + /// Static constructor for KeyVaultSigningKeyParameters class. + /// + static KeyVaultSigningKeyParameters() + { + Odatatype = "#Microsoft.Azure.Cdn.Models.KeyVaultSigningKeyParameters"; + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets subscription Id of the user's Key Vault containing the + /// secret + /// + [JsonProperty(PropertyName = "subscriptionId")] + public string SubscriptionId { get; set; } + + /// + /// Gets or sets resource group of the user's Key Vault containing the + /// secret + /// + [JsonProperty(PropertyName = "resourceGroupName")] + public string ResourceGroupName { get; set; } + + /// + /// Gets or sets the name of the user's Key Vault containing the secret + /// + [JsonProperty(PropertyName = "vaultName")] + public string VaultName { get; set; } + + /// + /// Gets or sets the name of secret in Key Vault. + /// + [JsonProperty(PropertyName = "secretName")] + public string SecretName { get; set; } + + /// + /// Gets or sets the version(GUID) of secret in Key Vault. + /// + [JsonProperty(PropertyName = "secretVersion")] + public string SecretVersion { get; set; } + + /// + /// + [JsonProperty(PropertyName = "@odata.type")] + public static string Odatatype { get; private set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "SubscriptionId"); + } + if (ResourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ResourceGroupName"); + } + if (VaultName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "VaultName"); + } + if (SecretName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "SecretName"); + } + if (SecretVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "SecretVersion"); + } + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleDefinition.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleDefinition.cs new file mode 100644 index 0000000000000..2b5b656283186 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleDefinition.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.Cdn.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Describes a managed rule definition. + /// + public partial class ManagedRuleDefinition + { + /// + /// Initializes a new instance of the ManagedRuleDefinition class. + /// + public ManagedRuleDefinition() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ManagedRuleDefinition class. + /// + /// Identifier for the managed rule. + /// Describes the functionality of the + /// managed rule. + public ManagedRuleDefinition(string ruleId = default(string), string description = default(string)) + { + RuleId = ruleId; + Description = description; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets identifier for the managed rule. + /// + [JsonProperty(PropertyName = "ruleId")] + public string RuleId { get; private set; } + + /// + /// Gets describes the functionality of the managed rule. + /// + [JsonProperty(PropertyName = "description")] + public string Description { get; private set; } + + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleEnabledState.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleEnabledState.cs new file mode 100644 index 0000000000000..b727c237c94c4 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleEnabledState.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.Cdn.Models +{ + + /// + /// Defines values for ManagedRuleEnabledState. + /// + public static class ManagedRuleEnabledState + { + public const string Disabled = "Disabled"; + public const string Enabled = "Enabled"; + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleGroupDefinition.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleGroupDefinition.cs new file mode 100644 index 0000000000000..35544dc88cb7b --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleGroupDefinition.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.Cdn.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Describes a managed rule group. + /// + public partial class ManagedRuleGroupDefinition + { + /// + /// Initializes a new instance of the ManagedRuleGroupDefinition class. + /// + public ManagedRuleGroupDefinition() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ManagedRuleGroupDefinition class. + /// + /// Name of the managed rule group. + /// Description of the managed rule + /// group. + /// List of rules within the managed rule + /// group. + public ManagedRuleGroupDefinition(string ruleGroupName = default(string), string description = default(string), IList rules = default(IList)) + { + RuleGroupName = ruleGroupName; + Description = description; + Rules = rules; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets name of the managed rule group. + /// + [JsonProperty(PropertyName = "ruleGroupName")] + public string RuleGroupName { get; private set; } + + /// + /// Gets description of the managed rule group. + /// + [JsonProperty(PropertyName = "description")] + public string Description { get; private set; } + + /// + /// Gets list of rules within the managed rule group. + /// + [JsonProperty(PropertyName = "rules")] + public IList Rules { get; private set; } + + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleGroupOverride.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleGroupOverride.cs new file mode 100644 index 0000000000000..6160f230c6f4b --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleGroupOverride.cs @@ -0,0 +1,89 @@ +// +// 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.Cdn.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Defines a managed rule group override setting. + /// + public partial class ManagedRuleGroupOverride + { + /// + /// Initializes a new instance of the ManagedRuleGroupOverride class. + /// + public ManagedRuleGroupOverride() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ManagedRuleGroupOverride class. + /// + /// Describes the managed rule group within + /// the rule set to override + /// List of rules that will be disabled. If none + /// specified, all rules in the group will be disabled. + public ManagedRuleGroupOverride(string ruleGroupName, IList rules = default(IList)) + { + RuleGroupName = ruleGroupName; + Rules = rules; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets describes the managed rule group within the rule set + /// to override + /// + [JsonProperty(PropertyName = "ruleGroupName")] + public string RuleGroupName { get; set; } + + /// + /// Gets or sets list of rules that will be disabled. If none + /// specified, all rules in the group will be disabled. + /// + [JsonProperty(PropertyName = "rules")] + public IList Rules { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (RuleGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "RuleGroupName"); + } + if (Rules != null) + { + foreach (var element in Rules) + { + if (element != null) + { + element.Validate(); + } + } + } + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleOverride.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleOverride.cs new file mode 100644 index 0000000000000..6e843283c916f --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleOverride.cs @@ -0,0 +1,89 @@ +// +// 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.Cdn.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines a managed rule group override setting. + /// + public partial class ManagedRuleOverride + { + /// + /// Initializes a new instance of the ManagedRuleOverride class. + /// + public ManagedRuleOverride() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ManagedRuleOverride class. + /// + /// Identifier for the managed rule. + /// Describes if the managed rule is in + /// enabled or disabled state. Defaults to Disabled if not specified. + /// Possible values include: 'Disabled', 'Enabled' + /// Describes the override action to be applied + /// when rule matches. Possible values include: 'Allow', 'Block', + /// 'Log', 'Redirect' + public ManagedRuleOverride(string ruleId, string enabledState = default(string), string action = default(string)) + { + RuleId = ruleId; + EnabledState = enabledState; + Action = action; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets identifier for the managed rule. + /// + [JsonProperty(PropertyName = "ruleId")] + public string RuleId { get; set; } + + /// + /// Gets or sets describes if the managed rule is in enabled or + /// disabled state. Defaults to Disabled if not specified. Possible + /// values include: 'Disabled', 'Enabled' + /// + [JsonProperty(PropertyName = "enabledState")] + public string EnabledState { get; set; } + + /// + /// Gets or sets describes the override action to be applied when rule + /// matches. Possible values include: 'Allow', 'Block', 'Log', + /// 'Redirect' + /// + [JsonProperty(PropertyName = "action")] + public string Action { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (RuleId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "RuleId"); + } + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleSet.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleSet.cs new file mode 100644 index 0000000000000..0c4fe4e2a6a03 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleSet.cs @@ -0,0 +1,118 @@ +// +// 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.Cdn.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Defines a managed rule set. + /// + public partial class ManagedRuleSet + { + /// + /// Initializes a new instance of the ManagedRuleSet class. + /// + public ManagedRuleSet() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ManagedRuleSet class. + /// + /// Defines the rule set type to use. + /// Defines the version of the rule set to + /// use. + /// Verizon only : If the rule set supports + /// anomaly detection mode, this describes the threshold for blocking + /// requests. + /// Defines the rule overrides to + /// apply to the rule set. + public ManagedRuleSet(string ruleSetType, string ruleSetVersion, int? anomalyScore = default(int?), IList ruleGroupOverrides = default(IList)) + { + RuleSetType = ruleSetType; + RuleSetVersion = ruleSetVersion; + AnomalyScore = anomalyScore; + RuleGroupOverrides = ruleGroupOverrides; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets defines the rule set type to use. + /// + [JsonProperty(PropertyName = "ruleSetType")] + public string RuleSetType { get; set; } + + /// + /// Gets or sets defines the version of the rule set to use. + /// + [JsonProperty(PropertyName = "ruleSetVersion")] + public string RuleSetVersion { get; set; } + + /// + /// Gets or sets verizon only : If the rule set supports anomaly + /// detection mode, this describes the threshold for blocking requests. + /// + [JsonProperty(PropertyName = "anomalyScore")] + public int? AnomalyScore { get; set; } + + /// + /// Gets or sets defines the rule overrides to apply to the rule set. + /// + [JsonProperty(PropertyName = "ruleGroupOverrides")] + public IList RuleGroupOverrides { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (RuleSetType == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "RuleSetType"); + } + if (RuleSetVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "RuleSetVersion"); + } + if (AnomalyScore > 20) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "AnomalyScore", 20); + } + if (AnomalyScore < 0) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "AnomalyScore", 0); + } + if (RuleGroupOverrides != null) + { + foreach (var element in RuleGroupOverrides) + { + if (element != null) + { + element.Validate(); + } + } + } + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleSetDefinition.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleSetDefinition.cs new file mode 100644 index 0000000000000..6e0c89d753913 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleSetDefinition.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.Cdn.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Describes a managed rule set definition. + /// + [Rest.Serialization.JsonTransformation] + public partial class ManagedRuleSetDefinition : Resource + { + /// + /// Initializes a new instance of the ManagedRuleSetDefinition class. + /// + public ManagedRuleSetDefinition() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ManagedRuleSetDefinition class. + /// + /// Resource ID. + /// Resource name. + /// Resource type. + /// Provisioning state of the managed + /// rule set. + /// Type of the managed rule set. + /// Version of the managed rule set + /// type. + /// Rule groups of the managed rule + /// set. + /// The pricing tier (defines a CDN provider, feature + /// list and rate) of the CdnWebApplicationFirewallPolicy. + public ManagedRuleSetDefinition(string id = default(string), string name = default(string), string type = default(string), string provisioningState = default(string), string ruleSetType = default(string), string ruleSetVersion = default(string), IList ruleGroups = default(IList), Sku sku = default(Sku)) + : base(id, name, type) + { + ProvisioningState = provisioningState; + RuleSetType = ruleSetType; + RuleSetVersion = ruleSetVersion; + RuleGroups = ruleGroups; + Sku = sku; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets provisioning state of the managed rule set. + /// + [JsonProperty(PropertyName = "properties.provisioningState")] + public string ProvisioningState { get; private set; } + + /// + /// Gets type of the managed rule set. + /// + [JsonProperty(PropertyName = "properties.ruleSetType")] + public string RuleSetType { get; private set; } + + /// + /// Gets version of the managed rule set type. + /// + [JsonProperty(PropertyName = "properties.ruleSetVersion")] + public string RuleSetVersion { get; private set; } + + /// + /// Gets rule groups of the managed rule set. + /// + [JsonProperty(PropertyName = "properties.ruleGroups")] + public IList RuleGroups { get; private set; } + + /// + /// Gets or sets the pricing tier (defines a CDN provider, feature list + /// and rate) of the CdnWebApplicationFirewallPolicy. + /// + [JsonProperty(PropertyName = "sku")] + public Sku Sku { get; set; } + + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleSetList.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleSetList.cs new file mode 100644 index 0000000000000..a7738658376fd --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ManagedRuleSetList.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.Cdn.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Defines the list of managed rule sets for the policy. + /// + public partial class ManagedRuleSetList + { + /// + /// Initializes a new instance of the ManagedRuleSetList class. + /// + public ManagedRuleSetList() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ManagedRuleSetList class. + /// + /// List of rule sets. + public ManagedRuleSetList(IList managedRuleSets = default(IList)) + { + ManagedRuleSets = managedRuleSets; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets list of rule sets. + /// + [JsonProperty(PropertyName = "managedRuleSets")] + public IList ManagedRuleSets { get; set; } + + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/MatchCondition.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/MatchCondition.cs new file mode 100644 index 0000000000000..211e39fad7677 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/MatchCondition.cs @@ -0,0 +1,131 @@ +// +// 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.Cdn.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Define match conditions + /// + public partial class MatchCondition + { + /// + /// Initializes a new instance of the MatchCondition class. + /// + public MatchCondition() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the MatchCondition class. + /// + /// Match variable to compare against. + /// Possible values include: 'RemoteAddr', 'SocketAddr', + /// 'RequestMethod', 'RequestHeader', 'RequestUri', 'QueryString', + /// 'RequestBody', 'Cookies', 'PostArgs' + /// Describes operator to be matched. + /// Possible values include: 'Any', 'IPMatch', 'GeoMatch', 'Equal', + /// 'Contains', 'LessThan', 'GreaterThan', 'LessThanOrEqual', + /// 'GreaterThanOrEqual', 'BeginsWith', 'EndsWith', 'RegEx' + /// List of possible match values. + /// Selector can used to match a specific key + /// for QueryString, Cookies, RequestHeader or PostArgs. + /// Describes if the result of this + /// condition should be negated. + /// List of transforms. + public MatchCondition(string matchVariable, string operatorProperty, IList matchValue, string selector = default(string), bool? negateCondition = default(bool?), IList transforms = default(IList)) + { + MatchVariable = matchVariable; + Selector = selector; + OperatorProperty = operatorProperty; + NegateCondition = negateCondition; + MatchValue = matchValue; + Transforms = transforms; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets match variable to compare against. Possible values + /// include: 'RemoteAddr', 'SocketAddr', 'RequestMethod', + /// 'RequestHeader', 'RequestUri', 'QueryString', 'RequestBody', + /// 'Cookies', 'PostArgs' + /// + [JsonProperty(PropertyName = "matchVariable")] + public string MatchVariable { get; set; } + + /// + /// Gets or sets selector can used to match a specific key for + /// QueryString, Cookies, RequestHeader or PostArgs. + /// + [JsonProperty(PropertyName = "selector")] + public string Selector { get; set; } + + /// + /// Gets or sets describes operator to be matched. Possible values + /// include: 'Any', 'IPMatch', 'GeoMatch', 'Equal', 'Contains', + /// 'LessThan', 'GreaterThan', 'LessThanOrEqual', 'GreaterThanOrEqual', + /// 'BeginsWith', 'EndsWith', 'RegEx' + /// + [JsonProperty(PropertyName = "operator")] + public string OperatorProperty { get; set; } + + /// + /// Gets or sets describes if the result of this condition should be + /// negated. + /// + [JsonProperty(PropertyName = "negateCondition")] + public bool? NegateCondition { get; set; } + + /// + /// Gets or sets list of possible match values. + /// + [JsonProperty(PropertyName = "matchValue")] + public IList MatchValue { get; set; } + + /// + /// Gets or sets list of transforms. + /// + [JsonProperty(PropertyName = "transforms")] + public IList Transforms { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (MatchVariable == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "MatchVariable"); + } + if (OperatorProperty == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "OperatorProperty"); + } + if (MatchValue == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "MatchValue"); + } + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/MatchVariable.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/MatchVariable.cs new file mode 100644 index 0000000000000..41075c8d9d177 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/MatchVariable.cs @@ -0,0 +1,29 @@ +// +// 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.Cdn.Models +{ + + /// + /// Defines values for MatchVariable. + /// + public static class MatchVariable + { + public const string RemoteAddr = "RemoteAddr"; + public const string SocketAddr = "SocketAddr"; + public const string RequestMethod = "RequestMethod"; + public const string RequestHeader = "RequestHeader"; + public const string RequestUri = "RequestUri"; + public const string QueryString = "QueryString"; + public const string RequestBody = "RequestBody"; + public const string Cookies = "Cookies"; + public const string PostArgs = "PostArgs"; + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/OperatorModel.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/OperatorModel.cs new file mode 100644 index 0000000000000..2d41e739271d6 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/OperatorModel.cs @@ -0,0 +1,32 @@ +// +// 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.Cdn.Models +{ + + /// + /// Defines values for OperatorModel. + /// + public static class OperatorModel + { + public const string Any = "Any"; + public const string IPMatch = "IPMatch"; + public const string GeoMatch = "GeoMatch"; + public const string Equal = "Equal"; + public const string Contains = "Contains"; + public const string LessThan = "LessThan"; + public const string GreaterThan = "GreaterThan"; + public const string LessThanOrEqual = "LessThanOrEqual"; + public const string GreaterThanOrEqual = "GreaterThanOrEqual"; + public const string BeginsWith = "BeginsWith"; + public const string EndsWith = "EndsWith"; + public const string RegEx = "RegEx"; + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/Origin.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/Origin.cs index 516b7312acc19..c44cc9324916c 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/Origin.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/Origin.cs @@ -13,8 +13,6 @@ namespace Microsoft.Azure.Management.Cdn.Models using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; using System.Linq; /// @@ -24,7 +22,7 @@ namespace Microsoft.Azure.Management.Cdn.Models /// configured origins. /// [Rest.Serialization.JsonTransformation] - public partial class Origin : TrackedResource + public partial class Origin : ProxyResource { /// /// Initializes a new instance of the Origin class. @@ -37,29 +35,66 @@ public Origin() /// /// Initializes a new instance of the Origin class. /// - /// Resource location. - /// The address of the origin. Domain names, - /// IPv4 addresses, and IPv6 addresses are supported. /// Resource ID. /// Resource name. /// Resource type. - /// Resource tags. + /// The address of the origin. Domain names, + /// IPv4 addresses, and IPv6 addresses are supported.This should be + /// unique across all origins in an endpoint. /// The value of the HTTP port. Must be between /// 1 and 65535. - /// The value of the https port. Must be + /// The value of the HTTPS port. Must be /// between 1 and 65535. + /// The host header value sent to the + /// origin with each request. If you leave this blank, the request + /// hostname determines this value. Azure CDN origins, such as Web + /// Apps, Blob Storage, and Cloud Services require this host header + /// value to match the origin hostname by default. This overrides the + /// host header defined at Endpoint + /// Priority of origin in given origin group for + /// load balancing. Higher priorities will not be used for load + /// balancing if any lower priority origin is healthy.Must be between 1 + /// and 5 + /// Weight of the origin in given origin group for + /// load balancing. Must be between 1 and 1000 + /// Origin is enabled for load balancing or + /// not + /// The Alias of the Private Link + /// resource. Populating this optional field indicates that this origin + /// is 'Private' + /// The Resource Id of the Private + /// Link resource. Populating this optional field indicates that this + /// backend is 'Private' + /// The location of the Private Link + /// resource. Required only if 'privateLinkResourceId' is + /// populated + /// A custom message to be + /// included in the approval request to connect to the Private + /// Link. /// Resource status of the origin. Possible /// values include: 'Creating', 'Active', 'Deleting' /// Provisioning status of the /// origin. - public Origin(string location, string hostName, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), int? httpPort = default(int?), int? httpsPort = default(int?), string resourceState = default(string), string provisioningState = default(string)) - : base(location, id, name, type, tags) + /// The approval status for the + /// connection to the Private Link. Possible values include: 'Pending', + /// 'Approved', 'Rejected', 'Disconnected', 'Timeout' + public Origin(string id = default(string), string name = default(string), string type = default(string), string hostName = default(string), int? httpPort = default(int?), int? httpsPort = default(int?), string originHostHeader = default(string), int? priority = default(int?), int? weight = default(int?), bool? enabled = default(bool?), string privateLinkAlias = default(string), string privateLinkResourceId = default(string), string privateLinkLocation = default(string), string privateLinkApprovalMessage = default(string), string resourceState = default(string), string provisioningState = default(string), string privateEndpointStatus = default(string)) + : base(id, name, type) { HostName = hostName; HttpPort = httpPort; HttpsPort = httpsPort; + OriginHostHeader = originHostHeader; + Priority = priority; + Weight = weight; + Enabled = enabled; + PrivateLinkAlias = privateLinkAlias; + PrivateLinkResourceId = privateLinkResourceId; + PrivateLinkLocation = privateLinkLocation; + PrivateLinkApprovalMessage = privateLinkApprovalMessage; ResourceState = resourceState; ProvisioningState = provisioningState; + PrivateEndpointStatus = privateEndpointStatus; CustomInit(); } @@ -70,7 +105,8 @@ public Origin() /// /// Gets or sets the address of the origin. Domain names, IPv4 - /// addresses, and IPv6 addresses are supported. + /// addresses, and IPv6 addresses are supported.This should be unique + /// across all origins in an endpoint. /// [JsonProperty(PropertyName = "properties.hostName")] public string HostName { get; set; } @@ -83,12 +119,73 @@ public Origin() public int? HttpPort { get; set; } /// - /// Gets or sets the value of the https port. Must be between 1 and + /// Gets or sets the value of the HTTPS port. Must be between 1 and /// 65535. /// [JsonProperty(PropertyName = "properties.httpsPort")] public int? HttpsPort { get; set; } + /// + /// Gets or sets the host header value sent to the origin with each + /// request. If you leave this blank, the request hostname determines + /// this value. Azure CDN origins, such as Web Apps, Blob Storage, and + /// Cloud Services require this host header value to match the origin + /// hostname by default. This overrides the host header defined at + /// Endpoint + /// + [JsonProperty(PropertyName = "properties.originHostHeader")] + public string OriginHostHeader { get; set; } + + /// + /// Gets or sets priority of origin in given origin group for load + /// balancing. Higher priorities will not be used for load balancing if + /// any lower priority origin is healthy.Must be between 1 and 5 + /// + [JsonProperty(PropertyName = "properties.priority")] + public int? Priority { get; set; } + + /// + /// Gets or sets weight of the origin in given origin group for load + /// balancing. Must be between 1 and 1000 + /// + [JsonProperty(PropertyName = "properties.weight")] + public int? Weight { get; set; } + + /// + /// Gets or sets origin is enabled for load balancing or not + /// + [JsonProperty(PropertyName = "properties.enabled")] + public bool? Enabled { get; set; } + + /// + /// Gets or sets the Alias of the Private Link resource. Populating + /// this optional field indicates that this origin is 'Private' + /// + [JsonProperty(PropertyName = "properties.privateLinkAlias")] + public string PrivateLinkAlias { get; set; } + + /// + /// Gets or sets the Resource Id of the Private Link resource. + /// Populating this optional field indicates that this backend is + /// 'Private' + /// + [JsonProperty(PropertyName = "properties.privateLinkResourceId")] + public string PrivateLinkResourceId { get; set; } + + /// + /// Gets or sets the location of the Private Link resource. Required + /// only if 'privateLinkResourceId' is populated + /// + [JsonProperty(PropertyName = "properties.privateLinkLocation")] + public string PrivateLinkLocation { get; set; } + + /// + /// Gets or sets a custom message to be included in the approval + /// request to connect to the Private Link. + /// + [JsonProperty(PropertyName = "properties.privateLinkApprovalMessage")] + public string PrivateLinkApprovalMessage { get; set; } + /// /// Gets resource status of the origin. Possible values include: /// 'Creating', 'Active', 'Deleting' @@ -102,19 +199,22 @@ public Origin() [JsonProperty(PropertyName = "properties.provisioningState")] public string ProvisioningState { get; private set; } + /// + /// Gets the approval status for the connection to the Private Link. + /// Possible values include: 'Pending', 'Approved', 'Rejected', + /// 'Disconnected', 'Timeout' + /// + [JsonProperty(PropertyName = "properties.privateEndpointStatus")] + public string PrivateEndpointStatus { get; private set; } + /// /// Validate the object. /// /// /// Thrown if validation fails /// - public override void Validate() + public virtual void Validate() { - base.Validate(); - if (HostName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "HostName"); - } if (HttpPort > 65535) { throw new ValidationException(ValidationRules.InclusiveMaximum, "HttpPort", 65535); @@ -131,6 +231,22 @@ public override void Validate() { throw new ValidationException(ValidationRules.InclusiveMinimum, "HttpsPort", 1); } + if (Priority > 5) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "Priority", 5); + } + if (Priority < 1) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "Priority", 1); + } + if (Weight > 1000) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "Weight", 1000); + } + if (Weight < 1) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "Weight", 1); + } } } } diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/OriginGroup.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/OriginGroup.cs new file mode 100644 index 0000000000000..1e1157c9729fd --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/OriginGroup.cs @@ -0,0 +1,146 @@ +// +// 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.Cdn.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Origin group comprising of origins is used for load balancing to + /// origins when the content cannot be served from CDN. + /// + [Rest.Serialization.JsonTransformation] + public partial class OriginGroup : ProxyResource + { + /// + /// Initializes a new instance of the OriginGroup class. + /// + public OriginGroup() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the OriginGroup class. + /// + /// Resource ID. + /// Resource name. + /// Resource type. + /// Health probe settings to the + /// origin that is used to determine the health of the origin. + /// The source of the content being delivered via + /// CDN within given origin group. + /// Time + /// in minutes to shift the traffic to the endpoint gradually when an + /// unhealthy endpoint comes healthy or a new endpoint is added. + /// Default is 10 mins. This property is currently not + /// supported. + /// The JSON + /// object that contains the properties to determine origin health + /// using real requests/responses. This property is currently not + /// supported. + /// Resource status of the origin group. + /// Possible values include: 'Creating', 'Active', 'Deleting' + /// Provisioning status of the origin + /// group. + public OriginGroup(string id = default(string), string name = default(string), string type = default(string), HealthProbeParameters healthProbeSettings = default(HealthProbeParameters), IList origins = default(IList), int? trafficRestorationTimeToHealedOrNewEndpointsInMinutes = default(int?), ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings = default(ResponseBasedOriginErrorDetectionParameters), string resourceState = default(string), string provisioningState = default(string)) + : base(id, name, type) + { + HealthProbeSettings = healthProbeSettings; + Origins = origins; + TrafficRestorationTimeToHealedOrNewEndpointsInMinutes = trafficRestorationTimeToHealedOrNewEndpointsInMinutes; + ResponseBasedOriginErrorDetectionSettings = responseBasedOriginErrorDetectionSettings; + ResourceState = resourceState; + ProvisioningState = provisioningState; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets health probe settings to the origin that is used to + /// determine the health of the origin. + /// + [JsonProperty(PropertyName = "properties.healthProbeSettings")] + public HealthProbeParameters HealthProbeSettings { get; set; } + + /// + /// Gets or sets the source of the content being delivered via CDN + /// within given origin group. + /// + [JsonProperty(PropertyName = "properties.origins")] + public IList Origins { get; set; } + + /// + /// Gets or sets time in minutes to shift the traffic to the endpoint + /// gradually when an unhealthy endpoint comes healthy or a new + /// endpoint is added. Default is 10 mins. This property is currently + /// not supported. + /// + [JsonProperty(PropertyName = "properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes")] + public int? TrafficRestorationTimeToHealedOrNewEndpointsInMinutes { get; set; } + + /// + /// Gets or sets the JSON object that contains the properties to + /// determine origin health using real requests/responses. This + /// property is currently not supported. + /// + [JsonProperty(PropertyName = "properties.responseBasedOriginErrorDetectionSettings")] + public ResponseBasedOriginErrorDetectionParameters ResponseBasedOriginErrorDetectionSettings { get; set; } + + /// + /// Gets resource status of the origin group. Possible values include: + /// 'Creating', 'Active', 'Deleting' + /// + [JsonProperty(PropertyName = "properties.resourceState")] + public string ResourceState { get; private set; } + + /// + /// Gets provisioning status of the origin group. + /// + [JsonProperty(PropertyName = "properties.provisioningState")] + public string ProvisioningState { get; private set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (HealthProbeSettings != null) + { + HealthProbeSettings.Validate(); + } + if (TrafficRestorationTimeToHealedOrNewEndpointsInMinutes > 50) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "TrafficRestorationTimeToHealedOrNewEndpointsInMinutes", 50); + } + if (TrafficRestorationTimeToHealedOrNewEndpointsInMinutes < 0) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "TrafficRestorationTimeToHealedOrNewEndpointsInMinutes", 0); + } + if (ResponseBasedOriginErrorDetectionSettings != null) + { + ResponseBasedOriginErrorDetectionSettings.Validate(); + } + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/OriginGroupResourceState.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/OriginGroupResourceState.cs new file mode 100644 index 0000000000000..028955a2514aa --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/OriginGroupResourceState.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.Cdn.Models +{ + + /// + /// Defines values for OriginGroupResourceState. + /// + public static class OriginGroupResourceState + { + public const string Creating = "Creating"; + public const string Active = "Active"; + public const string Deleting = "Deleting"; + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/OriginGroupUpdateParameters.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/OriginGroupUpdateParameters.cs new file mode 100644 index 0000000000000..25cba2a402728 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/OriginGroupUpdateParameters.cs @@ -0,0 +1,125 @@ +// +// 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.Cdn.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Origin group properties needed for origin group creation or update. + /// + [Rest.Serialization.JsonTransformation] + public partial class OriginGroupUpdateParameters : IResource + { + /// + /// Initializes a new instance of the OriginGroupUpdateParameters + /// class. + /// + public OriginGroupUpdateParameters() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the OriginGroupUpdateParameters + /// class. + /// + /// Health probe settings to the + /// origin that is used to determine the health of the origin. + /// The source of the content being delivered via + /// CDN within given origin group. + /// Time + /// in minutes to shift the traffic to the endpoint gradually when an + /// unhealthy endpoint comes healthy or a new endpoint is added. + /// Default is 10 mins. This property is currently not + /// supported. + /// The JSON + /// object that contains the properties to determine origin health + /// using real requests/responses. This property is currently not + /// supported. + public OriginGroupUpdateParameters(HealthProbeParameters healthProbeSettings = default(HealthProbeParameters), IList origins = default(IList), int? trafficRestorationTimeToHealedOrNewEndpointsInMinutes = default(int?), ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings = default(ResponseBasedOriginErrorDetectionParameters)) + { + HealthProbeSettings = healthProbeSettings; + Origins = origins; + TrafficRestorationTimeToHealedOrNewEndpointsInMinutes = trafficRestorationTimeToHealedOrNewEndpointsInMinutes; + ResponseBasedOriginErrorDetectionSettings = responseBasedOriginErrorDetectionSettings; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets health probe settings to the origin that is used to + /// determine the health of the origin. + /// + [JsonProperty(PropertyName = "properties.healthProbeSettings")] + public HealthProbeParameters HealthProbeSettings { get; set; } + + /// + /// Gets or sets the source of the content being delivered via CDN + /// within given origin group. + /// + [JsonProperty(PropertyName = "properties.origins")] + public IList Origins { get; set; } + + /// + /// Gets or sets time in minutes to shift the traffic to the endpoint + /// gradually when an unhealthy endpoint comes healthy or a new + /// endpoint is added. Default is 10 mins. This property is currently + /// not supported. + /// + [JsonProperty(PropertyName = "properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes")] + public int? TrafficRestorationTimeToHealedOrNewEndpointsInMinutes { get; set; } + + /// + /// Gets or sets the JSON object that contains the properties to + /// determine origin health using real requests/responses. This + /// property is currently not supported. + /// + [JsonProperty(PropertyName = "properties.responseBasedOriginErrorDetectionSettings")] + public ResponseBasedOriginErrorDetectionParameters ResponseBasedOriginErrorDetectionSettings { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (HealthProbeSettings != null) + { + HealthProbeSettings.Validate(); + } + if (TrafficRestorationTimeToHealedOrNewEndpointsInMinutes > 50) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "TrafficRestorationTimeToHealedOrNewEndpointsInMinutes", 50); + } + if (TrafficRestorationTimeToHealedOrNewEndpointsInMinutes < 0) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "TrafficRestorationTimeToHealedOrNewEndpointsInMinutes", 0); + } + if (ResponseBasedOriginErrorDetectionSettings != null) + { + ResponseBasedOriginErrorDetectionSettings.Validate(); + } + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/OriginUpdateParameters.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/OriginUpdateParameters.cs index eb0b3c45b91b7..8f2efdf302d6e 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/OriginUpdateParameters.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/OriginUpdateParameters.cs @@ -17,7 +17,7 @@ namespace Microsoft.Azure.Management.Cdn.Models using System.Linq; /// - /// Origin properties needed for origin creation or update. + /// Origin properties needed for origin update. /// [Rest.Serialization.JsonTransformation] public partial class OriginUpdateParameters : IResource @@ -34,16 +34,51 @@ public OriginUpdateParameters() /// Initializes a new instance of the OriginUpdateParameters class. /// /// The address of the origin. Domain names, - /// IPv4 addresses, and IPv6 addresses are supported. + /// IPv4 addresses, and IPv6 addresses are supported.This should be + /// unique across all origins in an endpoint. /// The value of the HTTP port. Must be between /// 1 and 65535. /// The value of the HTTPS port. Must be /// between 1 and 65535. - public OriginUpdateParameters(string hostName = default(string), int? httpPort = default(int?), int? httpsPort = default(int?)) + /// The host header value sent to the + /// origin with each request. If you leave this blank, the request + /// hostname determines this value. Azure CDN origins, such as Web + /// Apps, Blob Storage, and Cloud Services require this host header + /// value to match the origin hostname by default. This overrides the + /// host header defined at Endpoint + /// Priority of origin in given origin group for + /// load balancing. Higher priorities will not be used for load + /// balancing if any lower priority origin is healthy.Must be between 1 + /// and 5 + /// Weight of the origin in given origin group for + /// load balancing. Must be between 1 and 1000 + /// Origin is enabled for load balancing or + /// not + /// The Alias of the Private Link + /// resource. Populating this optional field indicates that this origin + /// is 'Private' + /// The Resource Id of the Private + /// Link resource. Populating this optional field indicates that this + /// backend is 'Private' + /// The location of the Private Link + /// resource. Required only if 'privateLinkResourceId' is + /// populated + /// A custom message to be + /// included in the approval request to connect to the Private + /// Link. + public OriginUpdateParameters(string hostName = default(string), int? httpPort = default(int?), int? httpsPort = default(int?), string originHostHeader = default(string), int? priority = default(int?), int? weight = default(int?), bool? enabled = default(bool?), string privateLinkAlias = default(string), string privateLinkResourceId = default(string), string privateLinkLocation = default(string), string privateLinkApprovalMessage = default(string)) { HostName = hostName; HttpPort = httpPort; HttpsPort = httpsPort; + OriginHostHeader = originHostHeader; + Priority = priority; + Weight = weight; + Enabled = enabled; + PrivateLinkAlias = privateLinkAlias; + PrivateLinkResourceId = privateLinkResourceId; + PrivateLinkLocation = privateLinkLocation; + PrivateLinkApprovalMessage = privateLinkApprovalMessage; CustomInit(); } @@ -54,7 +89,8 @@ public OriginUpdateParameters() /// /// Gets or sets the address of the origin. Domain names, IPv4 - /// addresses, and IPv6 addresses are supported. + /// addresses, and IPv6 addresses are supported.This should be unique + /// across all origins in an endpoint. /// [JsonProperty(PropertyName = "properties.hostName")] public string HostName { get; set; } @@ -73,6 +109,67 @@ public OriginUpdateParameters() [JsonProperty(PropertyName = "properties.httpsPort")] public int? HttpsPort { get; set; } + /// + /// Gets or sets the host header value sent to the origin with each + /// request. If you leave this blank, the request hostname determines + /// this value. Azure CDN origins, such as Web Apps, Blob Storage, and + /// Cloud Services require this host header value to match the origin + /// hostname by default. This overrides the host header defined at + /// Endpoint + /// + [JsonProperty(PropertyName = "properties.originHostHeader")] + public string OriginHostHeader { get; set; } + + /// + /// Gets or sets priority of origin in given origin group for load + /// balancing. Higher priorities will not be used for load balancing if + /// any lower priority origin is healthy.Must be between 1 and 5 + /// + [JsonProperty(PropertyName = "properties.priority")] + public int? Priority { get; set; } + + /// + /// Gets or sets weight of the origin in given origin group for load + /// balancing. Must be between 1 and 1000 + /// + [JsonProperty(PropertyName = "properties.weight")] + public int? Weight { get; set; } + + /// + /// Gets or sets origin is enabled for load balancing or not + /// + [JsonProperty(PropertyName = "properties.enabled")] + public bool? Enabled { get; set; } + + /// + /// Gets or sets the Alias of the Private Link resource. Populating + /// this optional field indicates that this origin is 'Private' + /// + [JsonProperty(PropertyName = "properties.privateLinkAlias")] + public string PrivateLinkAlias { get; set; } + + /// + /// Gets or sets the Resource Id of the Private Link resource. + /// Populating this optional field indicates that this backend is + /// 'Private' + /// + [JsonProperty(PropertyName = "properties.privateLinkResourceId")] + public string PrivateLinkResourceId { get; set; } + + /// + /// Gets or sets the location of the Private Link resource. Required + /// only if 'privateLinkResourceId' is populated + /// + [JsonProperty(PropertyName = "properties.privateLinkLocation")] + public string PrivateLinkLocation { get; set; } + + /// + /// Gets or sets a custom message to be included in the approval + /// request to connect to the Private Link. + /// + [JsonProperty(PropertyName = "properties.privateLinkApprovalMessage")] + public string PrivateLinkApprovalMessage { get; set; } + /// /// Validate the object. /// @@ -97,6 +194,22 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.InclusiveMinimum, "HttpsPort", 1); } + if (Priority > 5) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "Priority", 5); + } + if (Priority < 1) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "Priority", 1); + } + if (Weight > 1000) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "Weight", 1000); + } + if (Weight < 1) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "Weight", 1); + } } } } diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ParamIndicator.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ParamIndicator.cs new file mode 100644 index 0000000000000..c1e750f18b93a --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ParamIndicator.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.Cdn.Models +{ + + /// + /// Defines values for ParamIndicator. + /// + public static class ParamIndicator + { + public const string Expires = "Expires"; + public const string KeyId = "KeyId"; + public const string Signature = "Signature"; + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/PolicyEnabledState.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/PolicyEnabledState.cs new file mode 100644 index 0000000000000..c1cf0d5205025 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/PolicyEnabledState.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.Cdn.Models +{ + + /// + /// Defines values for PolicyEnabledState. + /// + public static class PolicyEnabledState + { + public const string Disabled = "Disabled"; + public const string Enabled = "Enabled"; + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/PolicyMode.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/PolicyMode.cs new file mode 100644 index 0000000000000..44260954868c4 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/PolicyMode.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.Cdn.Models +{ + + /// + /// Defines values for PolicyMode. + /// + public static class PolicyMode + { + public const string Prevention = "Prevention"; + public const string Detection = "Detection"; + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/PolicyResourceState.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/PolicyResourceState.cs new file mode 100644 index 0000000000000..4ee843e50f7cc --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/PolicyResourceState.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.Cdn.Models +{ + + /// + /// Defines values for PolicyResourceState. + /// + public static class PolicyResourceState + { + public const string Creating = "Creating"; + public const string Enabling = "Enabling"; + public const string Enabled = "Enabled"; + public const string Disabling = "Disabling"; + public const string Disabled = "Disabled"; + public const string Deleting = "Deleting"; + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/PolicySettings.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/PolicySettings.cs new file mode 100644 index 0000000000000..93c3e141f6f60 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/PolicySettings.cs @@ -0,0 +1,115 @@ +// +// 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.Cdn.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines contents of a web application firewall global configuration + /// + public partial class PolicySettings + { + /// + /// Initializes a new instance of the PolicySettings class. + /// + public PolicySettings() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PolicySettings class. + /// + /// describes if the policy is in enabled + /// state or disabled state. Possible values include: 'Disabled', + /// 'Enabled' + /// Describes if it is in detection mode or + /// prevention mode at policy level. Possible values include: + /// 'Prevention', 'Detection' + /// If action type is redirect, this + /// field represents the default redirect URL for the client. + /// If the action + /// type is block, this field defines the default customer overridable + /// http response status code. + /// If the action type is + /// block, customer can override the response body. The body must be + /// specified in base64 encoding. + public PolicySettings(string enabledState = default(string), string mode = default(string), string defaultRedirectUrl = default(string), int? defaultCustomBlockResponseStatusCode = default(int?), string defaultCustomBlockResponseBody = default(string)) + { + EnabledState = enabledState; + Mode = mode; + DefaultRedirectUrl = defaultRedirectUrl; + DefaultCustomBlockResponseStatusCode = defaultCustomBlockResponseStatusCode; + DefaultCustomBlockResponseBody = defaultCustomBlockResponseBody; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets describes if the policy is in enabled state or + /// disabled state. Possible values include: 'Disabled', 'Enabled' + /// + [JsonProperty(PropertyName = "enabledState")] + public string EnabledState { get; set; } + + /// + /// Gets or sets describes if it is in detection mode or prevention + /// mode at policy level. Possible values include: 'Prevention', + /// 'Detection' + /// + [JsonProperty(PropertyName = "mode")] + public string Mode { get; set; } + + /// + /// Gets or sets if action type is redirect, this field represents the + /// default redirect URL for the client. + /// + [JsonProperty(PropertyName = "defaultRedirectUrl")] + public string DefaultRedirectUrl { get; set; } + + /// + /// Gets or sets if the action type is block, this field defines the + /// default customer overridable http response status code. + /// + [JsonProperty(PropertyName = "defaultCustomBlockResponseStatusCode")] + public int? DefaultCustomBlockResponseStatusCode { get; set; } + + /// + /// Gets or sets if the action type is block, customer can override the + /// response body. The body must be specified in base64 encoding. + /// + [JsonProperty(PropertyName = "defaultCustomBlockResponseBody")] + public string DefaultCustomBlockResponseBody { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (DefaultCustomBlockResponseBody != null) + { + if (!System.Text.RegularExpressions.Regex.IsMatch(DefaultCustomBlockResponseBody, "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$")) + { + throw new ValidationException(ValidationRules.Pattern, "DefaultCustomBlockResponseBody", "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$"); + } + } + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/PrivateEndpointStatus.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/PrivateEndpointStatus.cs new file mode 100644 index 0000000000000..2f269f887269d --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/PrivateEndpointStatus.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.Cdn.Models +{ + + /// + /// Defines values for PrivateEndpointStatus. + /// + public static class PrivateEndpointStatus + { + public const string Pending = "Pending"; + public const string Approved = "Approved"; + public const string Rejected = "Rejected"; + public const string Disconnected = "Disconnected"; + public const string Timeout = "Timeout"; + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ProbeProtocol.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ProbeProtocol.cs new file mode 100644 index 0000000000000..8a630d55334fe --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ProbeProtocol.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.Cdn.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for ProbeProtocol. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum ProbeProtocol + { + [EnumMember(Value = "NotSet")] + NotSet, + [EnumMember(Value = "Http")] + Http, + [EnumMember(Value = "Https")] + Https + } + internal static class ProbeProtocolEnumExtension + { + internal static string ToSerializedValue(this ProbeProtocol? value) + { + return value == null ? null : ((ProbeProtocol)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this ProbeProtocol value) + { + switch( value ) + { + case ProbeProtocol.NotSet: + return "NotSet"; + case ProbeProtocol.Http: + return "Http"; + case ProbeProtocol.Https: + return "Https"; + } + return null; + } + + internal static ProbeProtocol? ParseProbeProtocol(this string value) + { + switch( value ) + { + case "NotSet": + return ProbeProtocol.NotSet; + case "Http": + return ProbeProtocol.Http; + case "Https": + return ProbeProtocol.Https; + } + return null; + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ProvisioningState.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ProvisioningState.cs new file mode 100644 index 0000000000000..9521ef36ce6c8 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ProvisioningState.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.Cdn.Models +{ + + /// + /// Defines values for ProvisioningState. + /// + public static class ProvisioningState + { + public const string Creating = "Creating"; + public const string Succeeded = "Succeeded"; + public const string Failed = "Failed"; + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/RateLimitRule.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/RateLimitRule.cs new file mode 100644 index 0000000000000..e59b1af80c92f --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/RateLimitRule.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.Cdn.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Defines a rate limiting rule that can be included in a waf policy + /// + public partial class RateLimitRule : CustomRule + { + /// + /// Initializes a new instance of the RateLimitRule class. + /// + public RateLimitRule() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RateLimitRule class. + /// + /// Defines the name of the custom rule + /// Defines in what order this rule be evaluated + /// in the overall list of custom rules + /// List of match conditions. + /// Describes what action to be applied when rule + /// matches. Possible values include: 'Allow', 'Block', 'Log', + /// 'Redirect' + /// Defines rate limit + /// threshold. + /// Defines rate limit + /// duration. Default is 1 minute. + /// Describes if the custom rule is in + /// enabled or disabled state. Defaults to Enabled if not specified. + /// Possible values include: 'Disabled', 'Enabled' + public RateLimitRule(string name, int priority, IList matchConditions, string action, int rateLimitThreshold, int rateLimitDurationInMinutes, string enabledState = default(string)) + : base(name, priority, matchConditions, action, enabledState) + { + RateLimitThreshold = rateLimitThreshold; + RateLimitDurationInMinutes = rateLimitDurationInMinutes; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets defines rate limit threshold. + /// + [JsonProperty(PropertyName = "rateLimitThreshold")] + public int RateLimitThreshold { get; set; } + + /// + /// Gets or sets defines rate limit duration. Default is 1 minute. + /// + [JsonProperty(PropertyName = "rateLimitDurationInMinutes")] + public int RateLimitDurationInMinutes { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public override void Validate() + { + base.Validate(); + if (RateLimitThreshold < 0) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "RateLimitThreshold", 0); + } + if (RateLimitDurationInMinutes > 60) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "RateLimitDurationInMinutes", 60); + } + if (RateLimitDurationInMinutes < 0) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "RateLimitDurationInMinutes", 0); + } + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/RateLimitRuleList.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/RateLimitRuleList.cs new file mode 100644 index 0000000000000..a2a85ba8ebe48 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/RateLimitRuleList.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.Cdn.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Defines contents of rate limit rules + /// + public partial class RateLimitRuleList + { + /// + /// Initializes a new instance of the RateLimitRuleList class. + /// + public RateLimitRuleList() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RateLimitRuleList class. + /// + /// List of rules + public RateLimitRuleList(IList rules = default(IList)) + { + Rules = rules; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets list of rules + /// + [JsonProperty(PropertyName = "rules")] + public IList Rules { get; set; } + + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ResourceReference.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ResourceReference.cs new file mode 100644 index 0000000000000..00b87c3a82a7f --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ResourceReference.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.Cdn.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Reference to another resource. + /// + public partial class ResourceReference : IResource + { + /// + /// Initializes a new instance of the ResourceReference class. + /// + public ResourceReference() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ResourceReference class. + /// + /// Resource ID. + public ResourceReference(string id = default(string)) + { + Id = id; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets resource ID. + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; set; } + + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ResponseBasedDetectedErrorTypes.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ResponseBasedDetectedErrorTypes.cs new file mode 100644 index 0000000000000..ad70c77968ad2 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ResponseBasedDetectedErrorTypes.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.Cdn.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for ResponseBasedDetectedErrorTypes. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum ResponseBasedDetectedErrorTypes + { + [EnumMember(Value = "None")] + None, + [EnumMember(Value = "TcpErrorsOnly")] + TcpErrorsOnly, + [EnumMember(Value = "TcpAndHttpErrors")] + TcpAndHttpErrors + } + internal static class ResponseBasedDetectedErrorTypesEnumExtension + { + internal static string ToSerializedValue(this ResponseBasedDetectedErrorTypes? value) + { + return value == null ? null : ((ResponseBasedDetectedErrorTypes)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this ResponseBasedDetectedErrorTypes value) + { + switch( value ) + { + case ResponseBasedDetectedErrorTypes.None: + return "None"; + case ResponseBasedDetectedErrorTypes.TcpErrorsOnly: + return "TcpErrorsOnly"; + case ResponseBasedDetectedErrorTypes.TcpAndHttpErrors: + return "TcpAndHttpErrors"; + } + return null; + } + + internal static ResponseBasedDetectedErrorTypes? ParseResponseBasedDetectedErrorTypes(this string value) + { + switch( value ) + { + case "None": + return ResponseBasedDetectedErrorTypes.None; + case "TcpErrorsOnly": + return ResponseBasedDetectedErrorTypes.TcpErrorsOnly; + case "TcpAndHttpErrors": + return ResponseBasedDetectedErrorTypes.TcpAndHttpErrors; + } + return null; + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ResponseBasedOriginErrorDetectionParameters.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ResponseBasedOriginErrorDetectionParameters.cs new file mode 100644 index 0000000000000..e558444d8ee37 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/ResponseBasedOriginErrorDetectionParameters.cs @@ -0,0 +1,112 @@ +// +// 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.Cdn.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// The JSON object that contains the properties to determine origin health + /// using real requests/responses. + /// + public partial class ResponseBasedOriginErrorDetectionParameters + { + /// + /// Initializes a new instance of the + /// ResponseBasedOriginErrorDetectionParameters class. + /// + public ResponseBasedOriginErrorDetectionParameters() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// ResponseBasedOriginErrorDetectionParameters class. + /// + /// Type of response + /// errors for real user requests for which origin will be deemed + /// unhealthy. Possible values include: 'None', 'TcpErrorsOnly', + /// 'TcpAndHttpErrors' + /// The + /// percentage of failed requests in the sample where failover should + /// trigger. + /// The list of Http status code ranges + /// that are considered as server errors for origin and it is marked as + /// unhealthy. + public ResponseBasedOriginErrorDetectionParameters(ResponseBasedDetectedErrorTypes? responseBasedDetectedErrorTypes = default(ResponseBasedDetectedErrorTypes?), int? responseBasedFailoverThresholdPercentage = default(int?), IList httpErrorRanges = default(IList)) + { + ResponseBasedDetectedErrorTypes = responseBasedDetectedErrorTypes; + ResponseBasedFailoverThresholdPercentage = responseBasedFailoverThresholdPercentage; + HttpErrorRanges = httpErrorRanges; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets type of response errors for real user requests for + /// which origin will be deemed unhealthy. Possible values include: + /// 'None', 'TcpErrorsOnly', 'TcpAndHttpErrors' + /// + [JsonProperty(PropertyName = "responseBasedDetectedErrorTypes")] + public ResponseBasedDetectedErrorTypes? ResponseBasedDetectedErrorTypes { get; set; } + + /// + /// Gets or sets the percentage of failed requests in the sample where + /// failover should trigger. + /// + [JsonProperty(PropertyName = "responseBasedFailoverThresholdPercentage")] + public int? ResponseBasedFailoverThresholdPercentage { get; set; } + + /// + /// Gets or sets the list of Http status code ranges that are + /// considered as server errors for origin and it is marked as + /// unhealthy. + /// + [JsonProperty(PropertyName = "httpErrorRanges")] + public IList HttpErrorRanges { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ResponseBasedFailoverThresholdPercentage > 100) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "ResponseBasedFailoverThresholdPercentage", 100); + } + if (ResponseBasedFailoverThresholdPercentage < 0) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "ResponseBasedFailoverThresholdPercentage", 0); + } + if (HttpErrorRanges != null) + { + foreach (var element in HttpErrorRanges) + { + if (element != null) + { + element.Validate(); + } + } + } + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/TransformType.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/TransformType.cs new file mode 100644 index 0000000000000..a744473feefa2 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/TransformType.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.Cdn.Models +{ + + /// + /// Defines values for TransformType. + /// + public static class TransformType + { + public const string Lowercase = "Lowercase"; + public const string Uppercase = "Uppercase"; + public const string Trim = "Trim"; + public const string UrlDecode = "UrlDecode"; + public const string UrlEncode = "UrlEncode"; + public const string RemoveNulls = "RemoveNulls"; + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/UrlRewriteActionParameters.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/UrlRewriteActionParameters.cs index 184fa6b5144d3..6a37beac18628 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/UrlRewriteActionParameters.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/UrlRewriteActionParameters.cs @@ -31,15 +31,12 @@ public UrlRewriteActionParameters() /// Initializes a new instance of the UrlRewriteActionParameters class. /// /// define a request URI pattern that - /// identifies the type of requests that may be rewritten. Currently, - /// source pattern uses a prefix-based match. To match all URL paths, - /// use "/" as the source pattern value. To match only the root - /// directory and re-write this path, use the origin path field - /// Define the destination path for be used - /// in the rewrite. This will overwrite the source pattern - /// If True, the remaining path - /// after the source pattern will be appended to the new destination - /// path. + /// identifies the type of requests that may be rewritten. If value is + /// blank, all strings are matched. + /// Define the relative URL to which the + /// above requests will be rewritten by. + /// Whether to preserve unmatched + /// path. Default value is true. public UrlRewriteActionParameters(string sourcePattern, string destination, bool? preserveUnmatchedPath = default(bool?)) { SourcePattern = sourcePattern; @@ -62,24 +59,22 @@ static UrlRewriteActionParameters() /// /// Gets or sets define a request URI pattern that identifies the type - /// of requests that may be rewritten. Currently, source pattern uses a - /// prefix-based match. To match all URL paths, use "/" as the source - /// pattern value. To match only the root directory and re-write this - /// path, use the origin path field + /// of requests that may be rewritten. If value is blank, all strings + /// are matched. /// [JsonProperty(PropertyName = "sourcePattern")] public string SourcePattern { get; set; } /// - /// Gets or sets define the destination path for be used in the - /// rewrite. This will overwrite the source pattern + /// Gets or sets define the relative URL to which the above requests + /// will be rewritten by. /// [JsonProperty(PropertyName = "destination")] public string Destination { get; set; } /// - /// Gets or sets if True, the remaining path after the source pattern - /// will be appended to the new destination path. + /// Gets or sets whether to preserve unmatched path. Default value is + /// true. /// [JsonProperty(PropertyName = "preserveUnmatchedPath")] public bool? PreserveUnmatchedPath { get; set; } diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/UrlSigningActionParameters.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/UrlSigningActionParameters.cs new file mode 100644 index 0000000000000..d6c227f06a30a --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/UrlSigningActionParameters.cs @@ -0,0 +1,120 @@ +// +// 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.Cdn.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Defines the parameters for the Url Signing action. + /// + public partial class UrlSigningActionParameters + { + /// + /// Initializes a new instance of the UrlSigningActionParameters class. + /// + public UrlSigningActionParameters() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the UrlSigningActionParameters class. + /// + /// Id reference of the key to be used to verify + /// the hash and should be defined in UrlSigningKeys + /// Possible values include: + /// '#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlSigningActionParameters' + /// Algorithm to use for URL signing. Possible + /// values include: 'SHA256' + /// Defines which query string + /// parameters in the url to be considered for expires, key id etc. + /// + /// Match values to match against. Supports + /// CIDR ranges (both IPv4 and IPv6). + public UrlSigningActionParameters(string keyId, string odatatype = default(string), string algorithm = default(string), IList parameterNameOverride = default(IList), IList ipSubnets = default(IList)) + { + Odatatype = odatatype; + KeyId = keyId; + Algorithm = algorithm; + ParameterNameOverride = parameterNameOverride; + IpSubnets = ipSubnets; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets possible values include: + /// '#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlSigningActionParameters' + /// + [JsonProperty(PropertyName = "@odata.type")] + public string Odatatype { get; set; } + + /// + /// Gets or sets id reference of the key to be used to verify the hash + /// and should be defined in UrlSigningKeys + /// + [JsonProperty(PropertyName = "keyId")] + public string KeyId { get; set; } + + /// + /// Gets or sets algorithm to use for URL signing. Possible values + /// include: 'SHA256' + /// + [JsonProperty(PropertyName = "algorithm")] + public string Algorithm { get; set; } + + /// + /// Gets or sets defines which query string parameters in the url to be + /// considered for expires, key id etc. + /// + [JsonProperty(PropertyName = "parameterNameOverride")] + public IList ParameterNameOverride { get; set; } + + /// + /// Gets or sets match values to match against. Supports CIDR ranges + /// (both IPv4 and IPv6). + /// + [JsonProperty(PropertyName = "ipSubnets")] + public IList IpSubnets { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (KeyId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "KeyId"); + } + if (ParameterNameOverride != null) + { + foreach (var element in ParameterNameOverride) + { + if (element != null) + { + element.Validate(); + } + } + } + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/UrlSigningKey.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/UrlSigningKey.cs new file mode 100644 index 0000000000000..22d65143fa42c --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/UrlSigningKey.cs @@ -0,0 +1,88 @@ +// +// 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.Cdn.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Url signing key + /// + public partial class UrlSigningKey + { + /// + /// Initializes a new instance of the UrlSigningKey class. + /// + public UrlSigningKey() + { + KeySourceParameters = new KeyVaultSigningKeyParameters(); + CustomInit(); + } + + /// + /// Initializes a new instance of the UrlSigningKey class. + /// + /// Defines the customer defined key Id. This id + /// will exist in the incoming request to indicate the key used to form + /// the hash. + /// Defines the parameters for using + /// customer key vault for Url Signing Key. + public UrlSigningKey(string keyId, KeyVaultSigningKeyParameters keySourceParameters) + { + KeyId = keyId; + KeySourceParameters = keySourceParameters; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets defines the customer defined key Id. This id will + /// exist in the incoming request to indicate the key used to form the + /// hash. + /// + [JsonProperty(PropertyName = "keyId")] + public string KeyId { get; set; } + + /// + /// Gets or sets defines the parameters for using customer key vault + /// for Url Signing Key. + /// + [JsonProperty(PropertyName = "keySourceParameters")] + public KeyVaultSigningKeyParameters KeySourceParameters { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (KeyId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "KeyId"); + } + if (KeySourceParameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "KeySourceParameters"); + } + if (KeySourceParameters != null) + { + KeySourceParameters.Validate(); + } + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/UrlSigningParamIdentifier.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/UrlSigningParamIdentifier.cs new file mode 100644 index 0000000000000..6c59277748838 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/Models/UrlSigningParamIdentifier.cs @@ -0,0 +1,80 @@ +// +// 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.Cdn.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines how to identify a parameter for a specific purpose e.g. expires + /// + public partial class UrlSigningParamIdentifier + { + /// + /// Initializes a new instance of the UrlSigningParamIdentifier class. + /// + public UrlSigningParamIdentifier() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the UrlSigningParamIdentifier class. + /// + /// Indicates the purpose of the + /// parameter. Possible values include: 'Expires', 'KeyId', + /// 'Signature' + /// Parameter name + public UrlSigningParamIdentifier(string paramIndicator, string paramName) + { + ParamIndicator = paramIndicator; + ParamName = paramName; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets indicates the purpose of the parameter. Possible + /// values include: 'Expires', 'KeyId', 'Signature' + /// + [JsonProperty(PropertyName = "paramIndicator")] + public string ParamIndicator { get; set; } + + /// + /// Gets or sets parameter name + /// + [JsonProperty(PropertyName = "paramName")] + public string ParamName { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ParamIndicator == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ParamIndicator"); + } + if (ParamName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ParamName"); + } + } + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/OriginGroupsOperations.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/OriginGroupsOperations.cs new file mode 100644 index 0000000000000..a90589ce9e4b3 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/OriginGroupsOperations.cs @@ -0,0 +1,1488 @@ +// +// 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.Cdn +{ + 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; + + /// + /// OriginGroupsOperations operations. + /// + internal partial class OriginGroupsOperations : IServiceOperations, IOriginGroupsOperations + { + /// + /// Initializes a new instance of the OriginGroupsOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal OriginGroupsOperations(CdnManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the CdnManagementClient + /// + public CdnManagementClient Client { get; private set; } + + /// + /// Lists all of the existing origin groups within an endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// 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>> ListByEndpointWithHttpMessagesAsync(string resourceGroupName, string profileName, 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 (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (profileName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "profileName"); + } + if (endpointName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "endpointName"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // 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("endpointName", endpointName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByEndpoint", 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.Cdn/profiles/{profileName}/endpoints/{endpointName}/originGroups").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{profileName}", System.Uri.EscapeDataString(profileName)); + _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 ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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 an existing origin group within an endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the 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 endpointName, string originGroupName, 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 (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (profileName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "profileName"); + } + if (endpointName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "endpointName"); + } + if (originGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "originGroupName"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // 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("endpointName", endpointName); + tracingParameters.Add("originGroupName", originGroupName); + 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.Cdn/profiles/{profileName}/endpoints/{endpointName}/originGroups/{originGroupName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{profileName}", System.Uri.EscapeDataString(profileName)); + _url = _url.Replace("{endpointName}", System.Uri.EscapeDataString(endpointName)); + _url = _url.Replace("{originGroupName}", System.Uri.EscapeDataString(originGroupName)); + _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 ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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; + } + + /// + /// Creates a new origin group within the specified endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// Origin group properties + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> CreateWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originGroupName, OriginGroup originGroup, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send Request + AzureOperationResponse _response = await BeginCreateWithHttpMessagesAsync(resourceGroupName, profileName, endpointName, originGroupName, originGroup, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Updates an existing origin group within an endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// Origin group properties + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originGroupName, OriginGroupUpdateParameters originGroupUpdateProperties, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send Request + AzureOperationResponse _response = await BeginUpdateWithHttpMessagesAsync(resourceGroupName, profileName, endpointName, originGroupName, originGroupUpdateProperties, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Deletes an existing origin group within an endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send request + AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(resourceGroupName, profileName, endpointName, originGroupName, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Creates a new origin group within the specified endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// Origin group properties + /// + /// + /// 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> BeginCreateWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originGroupName, OriginGroup originGroup, 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 (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (profileName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "profileName"); + } + if (endpointName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "endpointName"); + } + if (originGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "originGroupName"); + } + if (originGroup == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "originGroup"); + } + if (originGroup != null) + { + originGroup.Validate(); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // 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("endpointName", endpointName); + tracingParameters.Add("originGroupName", originGroupName); + tracingParameters.Add("originGroup", originGroup); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginCreate", 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.Cdn/profiles/{profileName}/endpoints/{endpointName}/originGroups/{originGroupName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{profileName}", System.Uri.EscapeDataString(profileName)); + _url = _url.Replace("{endpointName}", System.Uri.EscapeDataString(endpointName)); + _url = _url.Replace("{originGroupName}", System.Uri.EscapeDataString(originGroupName)); + _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(originGroup != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(originGroup, 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 && (int)_statusCode != 202) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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); + } + } + // Deserialize Response + if ((int)_statusCode == 202) + { + _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; + } + + /// + /// Updates an existing origin group within an endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// Origin group properties + /// + /// + /// 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> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originGroupName, OriginGroupUpdateParameters originGroupUpdateProperties, 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 (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (profileName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "profileName"); + } + if (endpointName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "endpointName"); + } + if (originGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "originGroupName"); + } + if (originGroupUpdateProperties == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "originGroupUpdateProperties"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // 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("endpointName", endpointName); + tracingParameters.Add("originGroupName", originGroupName); + tracingParameters.Add("originGroupUpdateProperties", originGroupUpdateProperties); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginUpdate", 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.Cdn/profiles/{profileName}/endpoints/{endpointName}/originGroups/{originGroupName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{profileName}", System.Uri.EscapeDataString(profileName)); + _url = _url.Replace("{endpointName}", System.Uri.EscapeDataString(endpointName)); + _url = _url.Replace("{originGroupName}", System.Uri.EscapeDataString(originGroupName)); + _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(originGroupUpdateProperties != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(originGroupUpdateProperties, 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 != 202) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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 == 202) + { + _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 an existing origin group within an endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// 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 BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originGroupName, 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 (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (profileName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "profileName"); + } + if (endpointName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "endpointName"); + } + if (originGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "originGroupName"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // 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("endpointName", endpointName); + tracingParameters.Add("originGroupName", originGroupName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", 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.Cdn/profiles/{profileName}/endpoints/{endpointName}/originGroups/{originGroupName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{profileName}", System.Uri.EscapeDataString(profileName)); + _url = _url.Replace("{endpointName}", System.Uri.EscapeDataString(endpointName)); + _url = _url.Replace("{originGroupName}", System.Uri.EscapeDataString(originGroupName)); + _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 != 202 && (int)_statusCode != 204) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Lists all of the existing origin groups within an endpoint. + /// + /// + /// The NextLink from the previous successful call to List 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>> ListByEndpointNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByEndpointNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + 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 ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/OriginGroupsOperationsExtensions.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/OriginGroupsOperationsExtensions.cs new file mode 100644 index 0000000000000..33734a249953b --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/OriginGroupsOperationsExtensions.cs @@ -0,0 +1,487 @@ +// +// 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.Cdn +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for OriginGroupsOperations. + /// + public static partial class OriginGroupsOperationsExtensions + { + /// + /// Lists all of the existing origin groups within an endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + public static IPage ListByEndpoint(this IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName) + { + return operations.ListByEndpointAsync(resourceGroupName, profileName, endpointName).GetAwaiter().GetResult(); + } + + /// + /// Lists all of the existing origin groups within an endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByEndpointAsync(this IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByEndpointWithHttpMessagesAsync(resourceGroupName, profileName, endpointName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Gets an existing origin group within an endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + public static OriginGroup Get(this IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName, string originGroupName) + { + return operations.GetAsync(resourceGroupName, profileName, endpointName, originGroupName).GetAwaiter().GetResult(); + } + + /// + /// Gets an existing origin group within an endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName, string originGroupName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, profileName, endpointName, originGroupName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Creates a new origin group within the specified endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// Origin group properties + /// + public static OriginGroup Create(this IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName, string originGroupName, OriginGroup originGroup) + { + return operations.CreateAsync(resourceGroupName, profileName, endpointName, originGroupName, originGroup).GetAwaiter().GetResult(); + } + + /// + /// Creates a new origin group within the specified endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// Origin group properties + /// + /// + /// The cancellation token. + /// + public static async Task CreateAsync(this IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName, string originGroupName, OriginGroup originGroup, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CreateWithHttpMessagesAsync(resourceGroupName, profileName, endpointName, originGroupName, originGroup, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Updates an existing origin group within an endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// Origin group properties + /// + public static OriginGroup Update(this IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName, string originGroupName, OriginGroupUpdateParameters originGroupUpdateProperties) + { + return operations.UpdateAsync(resourceGroupName, profileName, endpointName, originGroupName, originGroupUpdateProperties).GetAwaiter().GetResult(); + } + + /// + /// Updates an existing origin group within an endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// Origin group properties + /// + /// + /// The cancellation token. + /// + public static async Task UpdateAsync(this IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName, string originGroupName, OriginGroupUpdateParameters originGroupUpdateProperties, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, profileName, endpointName, originGroupName, originGroupUpdateProperties, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Deletes an existing origin group within an endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + public static void Delete(this IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName, string originGroupName) + { + operations.DeleteAsync(resourceGroupName, profileName, endpointName, originGroupName).GetAwaiter().GetResult(); + } + + /// + /// Deletes an existing origin group within an endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// The cancellation token. + /// + public static async Task DeleteAsync(this IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName, string originGroupName, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, profileName, endpointName, originGroupName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// Creates a new origin group within the specified endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// Origin group properties + /// + public static OriginGroup BeginCreate(this IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName, string originGroupName, OriginGroup originGroup) + { + return operations.BeginCreateAsync(resourceGroupName, profileName, endpointName, originGroupName, originGroup).GetAwaiter().GetResult(); + } + + /// + /// Creates a new origin group within the specified endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// Origin group properties + /// + /// + /// The cancellation token. + /// + public static async Task BeginCreateAsync(this IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName, string originGroupName, OriginGroup originGroup, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.BeginCreateWithHttpMessagesAsync(resourceGroupName, profileName, endpointName, originGroupName, originGroup, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Updates an existing origin group within an endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// Origin group properties + /// + public static OriginGroup BeginUpdate(this IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName, string originGroupName, OriginGroupUpdateParameters originGroupUpdateProperties) + { + return operations.BeginUpdateAsync(resourceGroupName, profileName, endpointName, originGroupName, originGroupUpdateProperties).GetAwaiter().GetResult(); + } + + /// + /// Updates an existing origin group within an endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// Origin group properties + /// + /// + /// The cancellation token. + /// + public static async Task BeginUpdateAsync(this IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName, string originGroupName, OriginGroupUpdateParameters originGroupUpdateProperties, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.BeginUpdateWithHttpMessagesAsync(resourceGroupName, profileName, endpointName, originGroupName, originGroupUpdateProperties, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Deletes an existing origin group within an endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + public static void BeginDelete(this IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName, string originGroupName) + { + operations.BeginDeleteAsync(resourceGroupName, profileName, endpointName, originGroupName).GetAwaiter().GetResult(); + } + + /// + /// Deletes an existing origin group within an endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin group which is unique within the endpoint. + /// + /// + /// The cancellation token. + /// + public static async Task BeginDeleteAsync(this IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName, string originGroupName, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, profileName, endpointName, originGroupName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// Lists all of the existing origin groups within an endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListByEndpointNext(this IOriginGroupsOperations operations, string nextPageLink) + { + return operations.ListByEndpointNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Lists all of the existing origin groups within an endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByEndpointNextAsync(this IOriginGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByEndpointNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/OriginsOperations.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/OriginsOperations.cs index 462dc7ad8bdc6..72894a3d48158 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/OriginsOperations.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/OriginsOperations.cs @@ -489,6 +489,37 @@ internal OriginsOperations(CdnManagementClient client) return _result; } + /// + /// Creates a new origin within the specified endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin that is unique within the endpoint. + /// + /// + /// Origin properties + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> CreateWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originName, Origin origin, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send Request + AzureOperationResponse _response = await BeginCreateWithHttpMessagesAsync(resourceGroupName, profileName, endpointName, originName, origin, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + /// /// Updates an existing origin within an endpoint. /// @@ -520,6 +551,312 @@ internal OriginsOperations(CdnManagementClient client) return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); } + /// + /// Deletes an existing origin within an endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin which is unique within the endpoint. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send request + AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(resourceGroupName, profileName, endpointName, originName, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Creates a new origin within the specified endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin that is unique within the endpoint. + /// + /// + /// Origin properties + /// + /// + /// 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> BeginCreateWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originName, Origin origin, 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 (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (profileName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "profileName"); + } + if (endpointName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "endpointName"); + } + if (originName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "originName"); + } + if (origin == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "origin"); + } + if (origin != null) + { + origin.Validate(); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // 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("endpointName", endpointName); + tracingParameters.Add("originName", originName); + tracingParameters.Add("origin", origin); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginCreate", 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.Cdn/profiles/{profileName}/endpoints/{endpointName}/origins/{originName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{profileName}", System.Uri.EscapeDataString(profileName)); + _url = _url.Replace("{endpointName}", System.Uri.EscapeDataString(endpointName)); + _url = _url.Replace("{originName}", System.Uri.EscapeDataString(originName)); + _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(origin != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(origin, 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 && (int)_statusCode != 202) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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); + } + } + // Deserialize Response + if ((int)_statusCode == 202) + { + _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; + } + /// /// Updates an existing origin within an endpoint. /// @@ -776,6 +1113,209 @@ internal OriginsOperations(CdnManagementClient client) return _result; } + /// + /// Deletes an existing origin within an endpoint. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin which is unique within the endpoint. + /// + /// + /// 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 BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string originName, 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 (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (profileName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "profileName"); + } + if (endpointName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "endpointName"); + } + if (originName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "originName"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // 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("endpointName", endpointName); + tracingParameters.Add("originName", originName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", 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.Cdn/profiles/{profileName}/endpoints/{endpointName}/origins/{originName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{profileName}", System.Uri.EscapeDataString(profileName)); + _url = _url.Replace("{endpointName}", System.Uri.EscapeDataString(endpointName)); + _url = _url.Replace("{originName}", System.Uri.EscapeDataString(originName)); + _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 != 202 && (int)_statusCode != 204) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + /// /// Lists all of the existing origins within an endpoint. /// diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/OriginsOperationsExtensions.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/OriginsOperationsExtensions.cs index a4c738c031558..9a8151a8b145b 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/OriginsOperationsExtensions.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/OriginsOperationsExtensions.cs @@ -119,6 +119,64 @@ public static Origin Get(this IOriginsOperations operations, string resourceGrou } } + /// + /// Creates a new origin within the specified endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin that is unique within the endpoint. + /// + /// + /// Origin properties + /// + public static Origin Create(this IOriginsOperations operations, string resourceGroupName, string profileName, string endpointName, string originName, Origin origin) + { + return operations.CreateAsync(resourceGroupName, profileName, endpointName, originName, origin).GetAwaiter().GetResult(); + } + + /// + /// Creates a new origin within the specified endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin that is unique within the endpoint. + /// + /// + /// Origin properties + /// + /// + /// The cancellation token. + /// + public static async Task CreateAsync(this IOriginsOperations operations, string resourceGroupName, string profileName, string endpointName, string originName, Origin origin, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CreateWithHttpMessagesAsync(resourceGroupName, profileName, endpointName, originName, origin, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Updates an existing origin within an endpoint. /// @@ -177,6 +235,113 @@ public static Origin Update(this IOriginsOperations operations, string resourceG } } + /// + /// Deletes an existing origin within an endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin which is unique within the endpoint. + /// + public static void Delete(this IOriginsOperations operations, string resourceGroupName, string profileName, string endpointName, string originName) + { + operations.DeleteAsync(resourceGroupName, profileName, endpointName, originName).GetAwaiter().GetResult(); + } + + /// + /// Deletes an existing origin within an endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin which is unique within the endpoint. + /// + /// + /// The cancellation token. + /// + public static async Task DeleteAsync(this IOriginsOperations operations, string resourceGroupName, string profileName, string endpointName, string originName, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, profileName, endpointName, originName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// Creates a new origin within the specified endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin that is unique within the endpoint. + /// + /// + /// Origin properties + /// + public static Origin BeginCreate(this IOriginsOperations operations, string resourceGroupName, string profileName, string endpointName, string originName, Origin origin) + { + return operations.BeginCreateAsync(resourceGroupName, profileName, endpointName, originName, origin).GetAwaiter().GetResult(); + } + + /// + /// Creates a new origin within the specified endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin that is unique within the endpoint. + /// + /// + /// Origin properties + /// + /// + /// The cancellation token. + /// + public static async Task BeginCreateAsync(this IOriginsOperations operations, string resourceGroupName, string profileName, string endpointName, string originName, Origin origin, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.BeginCreateWithHttpMessagesAsync(resourceGroupName, profileName, endpointName, originName, origin, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Updates an existing origin within an endpoint. /// @@ -235,6 +400,55 @@ public static Origin BeginUpdate(this IOriginsOperations operations, string reso } } + /// + /// Deletes an existing origin within an endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin which is unique within the endpoint. + /// + public static void BeginDelete(this IOriginsOperations operations, string resourceGroupName, string profileName, string endpointName, string originName) + { + operations.BeginDeleteAsync(resourceGroupName, profileName, endpointName, originName).GetAwaiter().GetResult(); + } + + /// + /// Deletes an existing origin within an endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// Name of the CDN profile which is unique within the resource group. + /// + /// + /// Name of the endpoint under the profile which is unique globally. + /// + /// + /// Name of the origin which is unique within the endpoint. + /// + /// + /// The cancellation token. + /// + public static async Task BeginDeleteAsync(this IOriginsOperations operations, string resourceGroupName, string profileName, string endpointName, string originName, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, profileName, endpointName, originName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + /// /// Lists all of the existing origins within an endpoint. /// diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/PoliciesOperations.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/PoliciesOperations.cs new file mode 100644 index 0000000000000..9d6bd85c9d9d3 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/PoliciesOperations.cs @@ -0,0 +1,1396 @@ +// +// 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.Cdn +{ + 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; + + /// + /// PoliciesOperations operations. + /// + internal partial class PoliciesOperations : IServiceOperations, IPoliciesOperations + { + /// + /// Initializes a new instance of the PoliciesOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal PoliciesOperations(CdnManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the CdnManagementClient + /// + public CdnManagementClient Client { get; private set; } + + /// + /// Lists all of the protection policies within a resource group. + /// + /// + /// Name of the Resource group within the Azure 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>> ListWithHttpMessagesAsync(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 (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // 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, "List", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/CdnWebApplicationFirewallPolicies").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 ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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; + } + + /// + /// Retrieve protection policy with specified name within a resource group. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// 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 policyName, 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 (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (policyName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "policyName"); + } + if (policyName != null) + { + if (policyName.Length > 128) + { + throw new ValidationException(ValidationRules.MaxLength, "policyName", 128); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("policyName", policyName); + 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.Cdn/CdnWebApplicationFirewallPolicies/{policyName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{policyName}", System.Uri.EscapeDataString(policyName)); + _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 ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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 policy with specified rule set name within a resource + /// group. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// Policy to be created. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string policyName, CdnWebApplicationFirewallPolicy cdnWebApplicationFirewallPolicy, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send Request + AzureOperationResponse _response = await BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, policyName, cdnWebApplicationFirewallPolicy, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Update an existing CdnWebApplicationFirewallPolicy with the specified + /// policy name under the specified subscription and resource group + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// CdnWebApplicationFirewallPolicy tags + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string policyName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send Request + AzureOperationResponse _response = await BeginUpdateWithHttpMessagesAsync(resourceGroupName, policyName, tags, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Deletes Policy + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// 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 policyName, 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 (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (policyName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "policyName"); + } + if (policyName != null) + { + if (policyName.Length > 128) + { + throw new ValidationException(ValidationRules.MaxLength, "policyName", 128); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("policyName", policyName); + 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.Cdn/CdnWebApplicationFirewallPolicies/{policyName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{policyName}", System.Uri.EscapeDataString(policyName)); + _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; + } + + /// + /// Create or update policy with specified rule set name within a resource + /// group. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// Policy to be created. + /// + /// + /// 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> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string policyName, CdnWebApplicationFirewallPolicy cdnWebApplicationFirewallPolicy, 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 (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (policyName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "policyName"); + } + if (policyName != null) + { + if (policyName.Length > 128) + { + throw new ValidationException(ValidationRules.MaxLength, "policyName", 128); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (cdnWebApplicationFirewallPolicy == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "cdnWebApplicationFirewallPolicy"); + } + if (cdnWebApplicationFirewallPolicy != null) + { + cdnWebApplicationFirewallPolicy.Validate(); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("policyName", policyName); + tracingParameters.Add("cdnWebApplicationFirewallPolicy", cdnWebApplicationFirewallPolicy); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginCreateOrUpdate", 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.Cdn/CdnWebApplicationFirewallPolicies/{policyName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{policyName}", System.Uri.EscapeDataString(policyName)); + _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(cdnWebApplicationFirewallPolicy != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(cdnWebApplicationFirewallPolicy, 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 && (int)_statusCode != 202) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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); + } + } + // Deserialize Response + if ((int)_statusCode == 202) + { + _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; + } + + /// + /// Update an existing CdnWebApplicationFirewallPolicy with the specified + /// policy name under the specified subscription and resource group + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// CdnWebApplicationFirewallPolicy tags + /// + /// + /// 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> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string policyName, IDictionary tags = default(IDictionary), 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 (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (policyName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "policyName"); + } + if (policyName != null) + { + if (policyName.Length > 128) + { + throw new ValidationException(ValidationRules.MaxLength, "policyName", 128); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + CdnWebApplicationFirewallPolicyPatchParameters cdnWebApplicationFirewallPolicyPatchParameters = new CdnWebApplicationFirewallPolicyPatchParameters(); + if (tags != null) + { + cdnWebApplicationFirewallPolicyPatchParameters.Tags = tags; + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("policyName", policyName); + tracingParameters.Add("cdnWebApplicationFirewallPolicyPatchParameters", cdnWebApplicationFirewallPolicyPatchParameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginUpdate", 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.Cdn/CdnWebApplicationFirewallPolicies/{policyName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{policyName}", System.Uri.EscapeDataString(policyName)); + _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(cdnWebApplicationFirewallPolicyPatchParameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(cdnWebApplicationFirewallPolicyPatchParameters, 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 != 202) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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 == 202) + { + _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 of the protection policies within a resource group. + /// + /// + /// The NextLink from the previous successful call to List 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>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + 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 ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/PoliciesOperationsExtensions.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/PoliciesOperationsExtensions.cs new file mode 100644 index 0000000000000..8975dd872ba9b --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/PoliciesOperationsExtensions.cs @@ -0,0 +1,364 @@ +// +// 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.Cdn +{ + 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 PoliciesOperations. + /// + public static partial class PoliciesOperationsExtensions + { + /// + /// Lists all of the protection policies within a resource group. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + public static IPage List(this IPoliciesOperations operations, string resourceGroupName) + { + return operations.ListAsync(resourceGroupName).GetAwaiter().GetResult(); + } + + /// + /// Lists all of the protection policies within a resource group. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The cancellation token. + /// + public static async Task> ListAsync(this IPoliciesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Retrieve protection policy with specified name within a resource group. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + public static CdnWebApplicationFirewallPolicy Get(this IPoliciesOperations operations, string resourceGroupName, string policyName) + { + return operations.GetAsync(resourceGroupName, policyName).GetAwaiter().GetResult(); + } + + /// + /// Retrieve protection policy with specified name within a resource group. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IPoliciesOperations operations, string resourceGroupName, string policyName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, policyName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Create or update policy with specified rule set name within a resource + /// group. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// Policy to be created. + /// + public static CdnWebApplicationFirewallPolicy CreateOrUpdate(this IPoliciesOperations operations, string resourceGroupName, string policyName, CdnWebApplicationFirewallPolicy cdnWebApplicationFirewallPolicy) + { + return operations.CreateOrUpdateAsync(resourceGroupName, policyName, cdnWebApplicationFirewallPolicy).GetAwaiter().GetResult(); + } + + /// + /// Create or update policy with specified rule set name within a resource + /// group. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// Policy to be created. + /// + /// + /// The cancellation token. + /// + public static async Task CreateOrUpdateAsync(this IPoliciesOperations operations, string resourceGroupName, string policyName, CdnWebApplicationFirewallPolicy cdnWebApplicationFirewallPolicy, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, policyName, cdnWebApplicationFirewallPolicy, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Update an existing CdnWebApplicationFirewallPolicy with the specified + /// policy name under the specified subscription and resource group + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// CdnWebApplicationFirewallPolicy tags + /// + public static CdnWebApplicationFirewallPolicy Update(this IPoliciesOperations operations, string resourceGroupName, string policyName, IDictionary tags = default(IDictionary)) + { + return operations.UpdateAsync(resourceGroupName, policyName, tags).GetAwaiter().GetResult(); + } + + /// + /// Update an existing CdnWebApplicationFirewallPolicy with the specified + /// policy name under the specified subscription and resource group + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// CdnWebApplicationFirewallPolicy tags + /// + /// + /// The cancellation token. + /// + public static async Task UpdateAsync(this IPoliciesOperations operations, string resourceGroupName, string policyName, IDictionary tags = default(IDictionary), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, policyName, tags, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Deletes Policy + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + public static void Delete(this IPoliciesOperations operations, string resourceGroupName, string policyName) + { + operations.DeleteAsync(resourceGroupName, policyName).GetAwaiter().GetResult(); + } + + /// + /// Deletes Policy + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// The cancellation token. + /// + public static async Task DeleteAsync(this IPoliciesOperations operations, string resourceGroupName, string policyName, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, policyName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// Create or update policy with specified rule set name within a resource + /// group. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// Policy to be created. + /// + public static CdnWebApplicationFirewallPolicy BeginCreateOrUpdate(this IPoliciesOperations operations, string resourceGroupName, string policyName, CdnWebApplicationFirewallPolicy cdnWebApplicationFirewallPolicy) + { + return operations.BeginCreateOrUpdateAsync(resourceGroupName, policyName, cdnWebApplicationFirewallPolicy).GetAwaiter().GetResult(); + } + + /// + /// Create or update policy with specified rule set name within a resource + /// group. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// Policy to be created. + /// + /// + /// The cancellation token. + /// + public static async Task BeginCreateOrUpdateAsync(this IPoliciesOperations operations, string resourceGroupName, string policyName, CdnWebApplicationFirewallPolicy cdnWebApplicationFirewallPolicy, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, policyName, cdnWebApplicationFirewallPolicy, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Update an existing CdnWebApplicationFirewallPolicy with the specified + /// policy name under the specified subscription and resource group + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// CdnWebApplicationFirewallPolicy tags + /// + public static CdnWebApplicationFirewallPolicy BeginUpdate(this IPoliciesOperations operations, string resourceGroupName, string policyName, IDictionary tags = default(IDictionary)) + { + return operations.BeginUpdateAsync(resourceGroupName, policyName, tags).GetAwaiter().GetResult(); + } + + /// + /// Update an existing CdnWebApplicationFirewallPolicy with the specified + /// policy name under the specified subscription and resource group + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The name of the CdnWebApplicationFirewallPolicy. + /// + /// + /// CdnWebApplicationFirewallPolicy tags + /// + /// + /// The cancellation token. + /// + public static async Task BeginUpdateAsync(this IPoliciesOperations operations, string resourceGroupName, string policyName, IDictionary tags = default(IDictionary), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.BeginUpdateWithHttpMessagesAsync(resourceGroupName, policyName, tags, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Lists all of the protection policies within a resource group. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListNext(this IPoliciesOperations operations, string nextPageLink) + { + return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Lists all of the protection policies within a resource group. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListNextAsync(this IPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/SdkInfo_CdnManagementClient.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/SdkInfo_CdnManagementClient.cs index fb13a771d0bfb..82926675fab3f 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/SdkInfo_CdnManagementClient.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Generated/SdkInfo_CdnManagementClient.cs @@ -19,26 +19,29 @@ public static IEnumerable> ApiInfo_CdnManagementCl { return new Tuple[] { - new Tuple("Cdn", "CheckNameAvailability", "2019-04-15"), - new Tuple("Cdn", "CheckNameAvailabilityWithSubscription", "2019-04-15"), - new Tuple("Cdn", "CustomDomains", "2019-04-15"), - new Tuple("Cdn", "EdgeNodes", "2019-04-15"), - new Tuple("Cdn", "Endpoints", "2019-04-15"), - new Tuple("Cdn", "Operations", "2019-04-15"), - new Tuple("Cdn", "Origins", "2019-04-15"), - new Tuple("Cdn", "Profiles", "2019-04-15"), - new Tuple("Cdn", "ResourceUsage", "2019-04-15"), - new Tuple("Cdn", "ValidateProbe", "2019-04-15"), + new Tuple("Cdn", "CheckNameAvailability", "2020-04-15"), + new Tuple("Cdn", "CheckNameAvailabilityWithSubscription", "2020-04-15"), + new Tuple("Cdn", "CustomDomains", "2020-04-15"), + new Tuple("Cdn", "EdgeNodes", "2020-04-15"), + new Tuple("Cdn", "Endpoints", "2020-04-15"), + new Tuple("Cdn", "ManagedRuleSets", "2020-04-15"), + new Tuple("Cdn", "Operations", "2020-04-15"), + new Tuple("Cdn", "OriginGroups", "2020-04-15"), + new Tuple("Cdn", "Origins", "2020-04-15"), + new Tuple("Cdn", "Policies", "2020-04-15"), + new Tuple("Cdn", "Profiles", "2020-04-15"), + new Tuple("Cdn", "ResourceUsage", "2020-04-15"), + new Tuple("Cdn", "ValidateProbe", "2020-04-15"), }.AsEnumerable(); } } // BEGIN: Code Generation Metadata Section - public static readonly String AutoRestVersion = "latest"; - public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4407"; - public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/cdn/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --tag=package-2019-04 --csharp-sdks-folder=C:\\git\\azure-sdk-for-net\\sdk"; + public static readonly String AutoRestVersion = "v2"; + public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413"; + public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/cdn/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --tag=package-2020-04 --csharp-sdks-folder=C:\\git\\azure-sdk-for-net\\sdk"; public static readonly String GithubForkName = "Azure"; public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "5e95a31678db88b8405e189df4aad8f9e9a24c45"; + public static readonly String GithubCommidId = "2916791fddcf1b69ebbc0741aa809350201041be"; public static readonly String CodeGenerationErrors = ""; public static readonly String GithubRepoName = "azure-rest-api-specs"; // END: Code Generation Metadata Section diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Microsoft.Azure.Management.Cdn.csproj b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Microsoft.Azure.Management.Cdn.csproj index 9b547aef4269f..33d3203b0f320 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Microsoft.Azure.Management.Cdn.csproj +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Microsoft.Azure.Management.Cdn.csproj @@ -5,11 +5,11 @@ Microsoft Azure CDN Management Library - 4.3.0-preview + 4.4.0 Microsoft.Azure.Management.Cdn Microsoft.Azure.Management.Cdn Microsoft Azure CDN management;CDN;Cdn management; - Added CustomDomainHttpsParameters to CustomDomains returned by the API. Added minimumTlsVersion to CustomDomainPropertiesParameters. + Added Private Link, Multi-origin, and URLSigning support. diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Properties/AssemblyInfo.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Properties/AssemblyInfo.cs index 335fa05264ed8..cd2cfa50f701f 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Properties/AssemblyInfo.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure CDN.")] [assembly: AssemblyVersion("4.0.0.0")] -[assembly: AssemblyFileVersion("4.3.0.0")] +[assembly: AssemblyFileVersion("4.4.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/generate.ps1 b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/generate.ps1 index 4b306182a96f8..90ad415f789f0 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/src/generate.ps1 +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/src/generate.ps1 @@ -1 +1 @@ -Start-AutoRestCodeGeneration -ResourceProvider "cdn/resource-manager" -AutoRestVersion "v2" -ConfigFileTag "package-2019-04" \ No newline at end of file +Start-AutoRestCodeGeneration -ResourceProvider "cdn/resource-manager" -AutoRestVersion "v2" -ConfigFileTag "package-2020-04" diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/ScenarioTests/EndpointTests.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/ScenarioTests/EndpointTests.cs index 718d4be57b847..a58fc81d6e763 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/ScenarioTests/EndpointTests.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/ScenarioTests/EndpointTests.cs @@ -60,7 +60,12 @@ public void EndpointCreateTest() new DeepCreatedOrigin { Name = "origin1", - HostName = "host1.hello.com" + HostName = "host1.hello.com", + Priority = 3, + Weight = 100, + PrivateLinkLocation = "EastUS", + PrivateLinkResourceId = "/subscriptions/da61bba1-cbd5-438c-a738-c717a6b2d59f/resourceGroups/moeidrg/providers/Microsoft.Network/privateLinkServices/pls-east-3", + PrivateLinkApprovalMessage = "This is a test request", } } }; @@ -661,11 +666,6 @@ public void EndpointDeleteTest() .GetAwaiter() .GetResult(); - // Delete endpoint in creating state should fail - Assert.ThrowsAny(() => { - cdnMgmtClient.Endpoints.Delete(resourceGroupName, profileName, endpointName); - }); - // Wait for second endpoint to complete creation CdnTestUtilities.WaitIfNotInPlaybackMode(); @@ -1155,7 +1155,7 @@ public void EndpointCheckUsageTest() // Check usage should return one with current value being zero var endpointLevelUsage = cdnMgmtClient.Endpoints.ListResourceUsage(resourceGroupName, profileName, endpointName); - Assert.Equal(2, endpointLevelUsage.Count()); + Assert.Equal(3, endpointLevelUsage.Count()); var defaultEndpointLevelGeoFilterUsage = endpointLevelUsage.First(u => u.ResourceType.Equals("geofilter")); Assert.Equal(25, defaultEndpointLevelGeoFilterUsage.Limit); @@ -1189,7 +1189,7 @@ public void EndpointCheckUsageTest() // Check usage again endpointLevelUsage = cdnMgmtClient.Endpoints.ListResourceUsage(resourceGroupName, profileName, endpointName); - Assert.Equal(2, endpointLevelUsage.Count()); + Assert.Equal(3, endpointLevelUsage.Count()); var endpointLevelGeoFilterUsage = endpointLevelUsage.First(u => u.ResourceType.Equals("geofilter")); Assert.Equal(25, endpointLevelGeoFilterUsage.Limit); diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/ScenarioTests/OriginTests.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/ScenarioTests/OriginTests.cs index a4dab6bb790f2..997323e5fd299 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/ScenarioTests/OriginTests.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/ScenarioTests/OriginTests.cs @@ -10,6 +10,7 @@ using Cdn.Tests.Helpers; using Xunit; using Microsoft.Rest.ClientRuntime.Azure.TestFramework; +using Microsoft.Azure.Management.Resources.Models; namespace Cdn.Tests.ScenarioTests { @@ -35,7 +36,7 @@ public void OriginUpdateTest() Profile createParameters = new Profile { Location = "WestUs", - Sku = new Sku { Name = SkuName.StandardVerizon }, + Sku = new Sku { Name = SkuName.StandardMicrosoft }, Tags = new Dictionary { {"key1","value1"}, @@ -46,7 +47,9 @@ public void OriginUpdateTest() var profile = cdnMgmtClient.Profiles.Create(resourceGroupName, profileName, createParameters); // Create a cdn endpoint with minimum requirements - string endpointName = TestUtilities.GenerateName("endpoint"); + var endpointName = TestUtilities.GenerateName("endpoint"); + var originGroupName = "origingroup1"; + var originName = "origin1"; var endpointCreateParameters = new Endpoint { Location = "WestUs", @@ -56,9 +59,39 @@ public void OriginUpdateTest() { new DeepCreatedOrigin { - Name = "origin1", - HostName = "host1.hello.com" + Name = originName, + HostName = "host1.hello.com", + Priority = 5, + Weight = 100, + PrivateLinkLocation = "EastUS", + PrivateLinkResourceId = "/subscriptions/da61bba1-cbd5-438c-a738-c717a6b2d59f/resourceGroups/moeidrg/providers/Microsoft.Network/privateLinkServices/pls-east-3", + PrivateLinkApprovalMessage = "This is a test request", } + }, + OriginGroups = new List + { + new DeepCreatedOriginGroup + { + Name = originGroupName, + HealthProbeSettings = new HealthProbeParameters + { + ProbeIntervalInSeconds = 60, + ProbePath = "/healthz", + ProbeProtocol = ProbeProtocol.Https, + ProbeRequestType = HealthProbeRequestType.HEAD, + }, + Origins = new List + { + new ResourceReference + { + Id = $"{profile.Id}/endpoints/{endpointName}/origins/{originName}" + } + }, + } + }, + DefaultOriginGroup = new ResourceReference + { + Id = $"{profile.Id}/endpoints/{endpointName}/originGroups/{originGroupName}" } }; @@ -69,7 +102,10 @@ public void OriginUpdateTest() { HostName = "www.bing.com", HttpPort = 1234, - HttpsPort = 8081 + HttpsPort = 8081, + PrivateLinkLocation = "EastUS", + PrivateLinkResourceId = "/subscriptions/da61bba1-cbd5-438c-a738-c717a6b2d59f/resourceGroups/moeidrg/providers/Microsoft.Network/privateLinkServices/pls-east-2", + PrivateLinkApprovalMessage = "This is a test update request", }; cdnMgmtClient.Origins.Update(resourceGroupName, profileName, endpointName, "origin1", originParameters); diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/ScenarioTests/ProfileTests.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/ScenarioTests/ProfileTests.cs index 0b8a8b59b75ce..aa618eaa20abc 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/ScenarioTests/ProfileTests.cs +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/ScenarioTests/ProfileTests.cs @@ -250,10 +250,6 @@ public void ProfileDeleteTest() .GetAwaiter() .GetResult(); - // Delete profile in creating state should fail - Assert.ThrowsAny(() => { - cdnMgmtClient.Profiles.Delete(resourceGroupName, profileName); }); - // Wait for second profile to complete creation CdnTestUtilities.WaitIfNotInPlaybackMode(); @@ -409,6 +405,10 @@ public void ProfileListBySubcriptionTest() var existingProfile = cdnMgmtClient.Profiles.Get(resourceGroupName1, profileName); VerifyProfilesEqual(profile, existingProfile); + // List profile returns the created profile + profiles = cdnMgmtClient.Profiles.List(); + Assert.NotNull(profiles.FirstOrDefault(x => x.Name == profileName)); + // Create another resource group var resourceGroupName2 = CdnTestUtilities.CreateResourceGroup(resourcesClient); @@ -430,21 +430,21 @@ public void ProfileListBySubcriptionTest() // List profiles should return the new profiles profiles = cdnMgmtClient.Profiles.List(); - Assert.Equal(existingProfileCount + 2, profiles.Count()); - + Assert.NotNull(profiles.FirstOrDefault(x => x.Name == profileName2)); + // Delete first profile cdnMgmtClient.Profiles.Delete(resourceGroupName1, profileName); - // List profiles should return initial profile count + 1 + // Verify the created profile no longer is listed profiles = cdnMgmtClient.Profiles.List(); - Assert.Equal(existingProfileCount + 1, profiles.Count()); + Assert.Null(profiles.FirstOrDefault(x => x.Name == profileName)); // Delete second profile cdnMgmtClient.Profiles.Delete(resourceGroupName2, profileName2); - // List profiles should return initial profile count + // Verify the second profile no longer is listed profiles = cdnMgmtClient.Profiles.List(); - Assert.Equal(existingProfileCount, profiles.Count()); + Assert.Null(profiles.FirstOrDefault(x => x.Name == profileName2)); // Delete resource groups CdnTestUtilities.DeleteResourceGroup(resourcesClient, resourceGroupName1); @@ -601,7 +601,7 @@ public void ProfileCheckUsageTest() var usageAfterCreation = subscriptionLevelUsages.First(); Assert.Equal(existingSubscriptionUsageLimit, usageAfterCreation.Limit); - Assert.Equal(existingSubscriptionUsageCurrentValue + 1, usageAfterCreation.CurrentValue); + Assert.Equal(existingSubscriptionUsageCurrentValue, usageAfterCreation.CurrentValue); // test Profile level usage - usage for endpoints under the profile var profileLevelUsages = cdnMgmtClient.Profiles.ListResourceUsage(resourceGroupName, profileName); diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/ScenarioTests/WafTests.cs b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/ScenarioTests/WafTests.cs new file mode 100644 index 0000000000000..6bacde429eb68 --- /dev/null +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/ScenarioTests/WafTests.cs @@ -0,0 +1,704 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. + +using System; +using System.Collections.Generic; +using System.Linq; +using System.Net; +using Microsoft.Azure.Management.Resources; +using Microsoft.Azure.Management.Cdn; +using Microsoft.Azure.Management.Cdn.Models; +using Cdn.Tests.Helpers; +using Xunit; +using Microsoft.Rest.ClientRuntime.Azure.TestFramework; +using System.Threading; +using Microsoft.Rest; +using Microsoft.Azure.Management.Resources.Models; +using Microsoft.Rest.Azure; +using Xunit.Sdk; + +namespace Cdn.Tests.ScenarioTests +{ + public class WafTests + { + [Fact(Skip = "CDN WAF features are not working for new API versions due to a known issue")] + public void WafPolicyLinkTest() + { + var handler1 = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + var handler2 = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + + using (MockContext context = MockContext.Start(this.GetType())) + { + // Create clients + var cdnMgmtClient = CdnTestUtilities.GetCdnManagementClient(context, handler1); + var resourcesClient = CdnTestUtilities.GetResourceManagementClient(context, handler2); + + // Create resource group + var resourceGroupName = CdnTestUtilities.CreateResourceGroup(resourcesClient); + + // Create a cdn waf policy + var policyName = TestUtilities.GenerateName("policy"); + var policy = cdnMgmtClient.Policies.CreateOrUpdate(resourceGroupName, policyName, new CdnWebApplicationFirewallPolicy + { + Location = "Global", + Sku = new Sku("Standard_Microsoft"), + PolicySettings = new PolicySettings + { + EnabledState = "Enabled", + Mode = "Detection", + DefaultCustomBlockResponseBody = "PGh0bWw+PGJvZHk+PGgzPkludmFsaWQgcmVxdWVzdDwvaDM+PC9ib2R5PjwvaHRtbD4=", + DefaultRedirectUrl = "https://example.com/redirected", + DefaultCustomBlockResponseStatusCode = 406 + }, + CustomRules = new CustomRuleList(new List + { + new CustomRule { + Name = "CustomRule1", + Priority = 2, + EnabledState = "Enabled", + Action = "Block", + MatchConditions = new List + { + new MatchCondition { + MatchVariable = "QueryString", + OperatorProperty = "Contains", + NegateCondition = false, + MatchValue = new List { + "TestTrigger123" + }, + //Transforms = new List { "Uppercase" } + } + } + } + }), + RateLimitRules = new RateLimitRuleList(new List + { + new RateLimitRule { + Name = "RateLimitRule1", + Priority = 1, + EnabledState = "Disabled", + RateLimitDurationInMinutes = 1, + RateLimitThreshold = 3, + MatchConditions = new List { + new MatchCondition { + MatchVariable = "RemoteAddr", + Selector = null, + OperatorProperty = "IPMatch", + NegateCondition = false, + MatchValue = new List { + "131.107.0.0/16", + "167.220.0.0/16" + } + } + }, + Action = "Block" + }, + new RateLimitRule { + Name = "RateLimitRule2", + Priority = 10, + EnabledState = "Enabled", + RateLimitDurationInMinutes = 1, + RateLimitThreshold = 1, + MatchConditions = new List { + new MatchCondition { + MatchVariable = "RequestUri", + Selector = null, + OperatorProperty = "Contains", + NegateCondition = false, + MatchValue = new List { + "yes" + } + } + }, + Action = "Block" + } + }), + ManagedRules = new ManagedRuleSetList(new List + { + new ManagedRuleSet { + RuleSetType = "DefaultRuleSet", + RuleSetVersion = "1.0", + RuleGroupOverrides = new List { + new ManagedRuleGroupOverride { + RuleGroupName = "JAVA", + Rules = new List { + new ManagedRuleOverride { + RuleId = "944100", + EnabledState = "Disabled", + Action = "Redirect" + } + } + } + } + } + }), + Tags = new Dictionary + { + { "abc", "123" } + } + }); + + // Create a standard Microsoft cdn profile + string profileName = TestUtilities.GenerateName("profile"); + Profile createParameters = new Profile + { + Location = "WestUs", + Sku = new Sku { Name = SkuName.StandardMicrosoft }, + Tags = new Dictionary + { + {"key1","value1"}, + {"key2","value2"} + } + }; + + // Wait for policy to complete creation + CdnTestUtilities.WaitIfNotInPlaybackMode(); + + var profile = cdnMgmtClient.Profiles.Create(resourceGroupName, profileName, createParameters); + + // Create a cdn endpoint with waf link should succeed + string endpointName = TestUtilities.GenerateName("endpoint"); + var endpoint = cdnMgmtClient.Endpoints.Create(resourceGroupName, profileName, endpointName, new Endpoint + { + Location = "WestUs", + IsHttpAllowed = true, + IsHttpsAllowed = true, + WebApplicationFirewallPolicyLink = new EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink(policy.Id.ToString()), + Origins = new List + { + new DeepCreatedOrigin + { + Name = "origin1", + HostName = "host1.hello.com" + } + } + }); + + // Verify linked endpoint + var existingEndpoint = cdnMgmtClient.Endpoints.Get(resourceGroupName, profileName, endpointName); + Assert.Equal(policy.Id.ToString(), existingEndpoint.WebApplicationFirewallPolicyLink.Id); + + // Verify policy shows linked endpoint + var existingPolicy = cdnMgmtClient.Policies.Get(resourceGroupName, policyName); + Assert.Single(existingPolicy.EndpointLinks); + Assert.Contains(endpoint.Id, existingPolicy.EndpointLinks.Select(l => l.Id)); + + // Create second endpoint linked to the same profile should succeed + var endpoint2Name = TestUtilities.GenerateName("endpoint"); + var endpoint2 = cdnMgmtClient.Endpoints.Create(resourceGroupName, profileName, endpoint2Name, new Endpoint + { + Location = "EastUs", + IsHttpAllowed = false, + IsHttpsAllowed = true, + WebApplicationFirewallPolicyLink = new EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink(policy.Id.ToString()), + Origins = new List + { + new DeepCreatedOrigin + { + Name = "origin2", + HostName = "host2.hello.com" + } + } + }); + + // Verify second linked endpoint + var existingEndpoint2 = cdnMgmtClient.Endpoints.Get(resourceGroupName, profileName, endpoint2Name); + Assert.Equal(policy.Id.ToString(), existingEndpoint2.WebApplicationFirewallPolicyLink.Id); + + // Verify policy shows both linked endpoints. + existingPolicy = cdnMgmtClient.Policies.Get(resourceGroupName, policyName); + Assert.Equal(2, existingPolicy.EndpointLinks.Count()); + Assert.Contains(endpoint.Id, existingPolicy.EndpointLinks.Select(l => l.Id)); + Assert.Contains(endpoint2.Id, existingPolicy.EndpointLinks.Select(l => l.Id)); + + // Unlink endpoint should succeed. + endpoint.WebApplicationFirewallPolicyLink = null; + endpoint = cdnMgmtClient.Endpoints.Create(resourceGroupName, profileName, endpointName, endpoint); + Assert.Null(endpoint.WebApplicationFirewallPolicyLink); + + // Verify policy shows only second linked endpoint. + existingPolicy = cdnMgmtClient.Policies.Get(resourceGroupName, policyName); + Assert.Single(existingPolicy.EndpointLinks); + Assert.Contains(endpoint2.Id, existingPolicy.EndpointLinks.Select(l => l.Id)); + + // Unlink second endpoint should succeed + endpoint2.WebApplicationFirewallPolicyLink = null; + endpoint2 = cdnMgmtClient.Endpoints.Create(resourceGroupName, profileName, endpoint2Name, endpoint2); + Assert.Null(endpoint2.WebApplicationFirewallPolicyLink); + + // Verify policy shows no linked endpoints + existingPolicy = cdnMgmtClient.Policies.Get(resourceGroupName, policyName); + Assert.Empty(existingPolicy.EndpointLinks); + + // Delete resource group + CdnTestUtilities.DeleteResourceGroup(resourcesClient, resourceGroupName); + } + } + + [Fact(Skip = "CDN WAF features are not working for new API versions due to a known issue")] + public void WafPolicyCreateOrUpdateTest() + { + var handler1 = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + var handler2 = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + + using (MockContext context = MockContext.Start(this.GetType())) + { + // Create clients + var cdnMgmtClient = CdnTestUtilities.GetCdnManagementClient(context, handler1); + var resourcesClient = CdnTestUtilities.GetResourceManagementClient(context, handler2); + + // Create resource group + var resourceGroupName = CdnTestUtilities.CreateResourceGroup(resourcesClient); + + // Create a minimal cdn waf policy should succeed + var policyName = TestUtilities.GenerateName("policy"); + var policy = cdnMgmtClient.Policies.CreateOrUpdate(resourceGroupName, policyName, new CdnWebApplicationFirewallPolicy + { + Sku = new Sku(SkuName.StandardMicrosoft), + Location = "Global", + }); + //Assert.NotNull(policy.Etag); + Assert.Equal(policyName, policy.Name); + Assert.Equal($"/subscriptions/{resourcesClient.SubscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Cdn/cdnwebapplicationfirewallpolicies/{policy.Name}", policy.Id); + Assert.Equal("Global", policy.Location); + Assert.Equal(SkuName.StandardMicrosoft, policy.Sku.Name); + Assert.Equal(ProvisioningState.Succeeded, policy.ProvisioningState); + Assert.Equal(PolicyResourceState.Enabled, policy.ResourceState); + Assert.Empty(policy.EndpointLinks); + Assert.Empty(policy.ManagedRules.ManagedRuleSets); + Assert.Empty(policy.RateLimitRules.Rules); + Assert.Empty(policy.CustomRules.Rules); + Assert.Null(policy.PolicySettings.DefaultCustomBlockResponseBody); + Assert.Null(policy.PolicySettings.DefaultCustomBlockResponseStatusCode); + Assert.Null(policy.PolicySettings.DefaultRedirectUrl); + Assert.Equal(PolicyEnabledState.Enabled, policy.PolicySettings.EnabledState); + Assert.Equal(PolicyMode.Prevention, policy.PolicySettings.Mode); + + // Update policy with all parameters should succeed + var expect = new CdnWebApplicationFirewallPolicy + { + Location = "Global", + Sku = new Sku(SkuName.StandardMicrosoft), + PolicySettings = new PolicySettings + { + EnabledState = "Enabled", + Mode = "Detection", + DefaultCustomBlockResponseBody = "PGh0bWw+PGJvZHk+PGgzPkludmFsaWQgcmVxdWVzdDwvaDM+PC9ib2R5PjwvaHRtbD4=", + DefaultRedirectUrl = "https://example.com/redirected", + DefaultCustomBlockResponseStatusCode = 406 + }, + CustomRules = new CustomRuleList(new List + { + new CustomRule { + Name = "CustomRule1", + Priority = 2, + EnabledState = "Enabled", + Action = "Block", + MatchConditions = new List + { + new MatchCondition { + MatchVariable = "QueryString", + OperatorProperty = "Contains", + NegateCondition = false, + MatchValue = new List { + "TestTrigger123" + }, + //Transforms = new List { "Uppercase" } + } + } + } + }), + RateLimitRules = new RateLimitRuleList(new List + { + new RateLimitRule { + Name = "RateLimitRule1", + Priority = 1, + EnabledState = "Disabled", + RateLimitDurationInMinutes = 1, + RateLimitThreshold = 3, + MatchConditions = new List { + new MatchCondition { + MatchVariable = "RemoteAddr", + Selector = null, + OperatorProperty = "IPMatch", + NegateCondition = false, + MatchValue = new List { + "131.107.0.0/16", + "167.220.0.0/16" + } + } + }, + Action = "Block" + }, + new RateLimitRule { + Name = "RateLimitRule2", + Priority = 10, + EnabledState = "Enabled", + RateLimitDurationInMinutes = 1, + RateLimitThreshold = 1, + MatchConditions = new List { + new MatchCondition { + MatchVariable = "RequestUri", + Selector = null, + OperatorProperty = "Contains", + NegateCondition = false, + MatchValue = new List { + "yes" + } + } + }, + Action = "Block" + } + }), + ManagedRules = new ManagedRuleSetList(new List + { + new ManagedRuleSet { + RuleSetType = "DefaultRuleSet", + RuleSetVersion = "1.0", + RuleGroupOverrides = new List { + new ManagedRuleGroupOverride { + RuleGroupName = "JAVA", + Rules = new List { + new ManagedRuleOverride { + RuleId = "944100", + EnabledState = "Disabled", + Action = "Redirect" + } + } + } + } + } + }), + Tags = new Dictionary + { + { "abc", "123" } + } + }; + policy = cdnMgmtClient.Policies.CreateOrUpdate(resourceGroupName, policyName, expect); + AssertPoliciesEqual(resourcesClient.SubscriptionId, resourceGroupName, policyName, new List(), expect, policy); + + // Create a complete cdn waf policy should succeed + var policy2Name = TestUtilities.GenerateName("policy"); + var expect2 = new CdnWebApplicationFirewallPolicy + { + Location = "Global", + Sku = new Sku(SkuName.StandardMicrosoft), + PolicySettings = new PolicySettings + { + EnabledState = "Enabled", + Mode = "Detection", + DefaultCustomBlockResponseBody = "PGh0bWw+PGJvZHk+PGgzPkludmFsaWQgcmVxdWVzdDwvaDM+PC9ib2R5PjwvaHRtbD4=", + DefaultRedirectUrl = "https://example.com/redirected", + DefaultCustomBlockResponseStatusCode = 406 + }, + CustomRules = new CustomRuleList(new List + { + new CustomRule { + Name = "CustomRule1", + Priority = 2, + EnabledState = "Enabled", + Action = "Block", + MatchConditions = new List + { + new MatchCondition { + MatchVariable = "QueryString", + OperatorProperty = "Contains", + NegateCondition = false, + MatchValue = new List { + "TestTrigger123" + }, + //Transforms = new List { "Uppercase" } + } + } + } + }), + RateLimitRules = new RateLimitRuleList(new List + { + new RateLimitRule { + Name = "RateLimitRule1", + Priority = 1, + EnabledState = "Disabled", + RateLimitDurationInMinutes = 1, + RateLimitThreshold = 3, + MatchConditions = new List { + new MatchCondition { + MatchVariable = "RemoteAddr", + Selector = null, + OperatorProperty = "IPMatch", + NegateCondition = false, + MatchValue = new List { + "131.107.0.0/16", + "167.220.0.0/16" + } + } + }, + Action = "Block" + }, + new RateLimitRule { + Name = "RateLimitRule2", + Priority = 10, + EnabledState = "Enabled", + RateLimitDurationInMinutes = 1, + RateLimitThreshold = 1, + MatchConditions = new List { + new MatchCondition { + MatchVariable = "RequestUri", + Selector = null, + OperatorProperty = "Contains", + NegateCondition = false, + MatchValue = new List { + "yes" + } + } + }, + Action = "Block" + } + }), + ManagedRules = new ManagedRuleSetList(new List + { + new ManagedRuleSet { + RuleSetType = "DefaultRuleSet", + RuleSetVersion = "1.0", + RuleGroupOverrides = new List { + new ManagedRuleGroupOverride { + RuleGroupName = "JAVA", + Rules = new List { + new ManagedRuleOverride { + RuleId = "944100", + EnabledState = "Disabled", + Action = "Redirect" + } + } + } + } + } + }), + Tags = new Dictionary + { + { "abc", "123" } + } + }; + var policy2 = cdnMgmtClient.Policies.CreateOrUpdate(resourceGroupName, policy2Name, expect2); + AssertPoliciesEqual(resourcesClient.SubscriptionId, resourceGroupName, policy2Name, new List(), expect2, policy2); + } + } + + [Fact(Skip = "CDN WAF features are not working for new API versions due to a known issue")] + public void WafPolicyDeleteTest() + { + var handler1 = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + var handler2 = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + + using (MockContext context = MockContext.Start(this.GetType())) + { + // Create clients + var cdnMgmtClient = CdnTestUtilities.GetCdnManagementClient(context, handler1); + var resourcesClient = CdnTestUtilities.GetResourceManagementClient(context, handler2); + + // Create resource group + var resourceGroupName = CdnTestUtilities.CreateResourceGroup(resourcesClient); + + // Create a minimal CDN WAF policy + var policyName = TestUtilities.GenerateName("policy"); + var policy = cdnMgmtClient.Policies.CreateOrUpdate(resourceGroupName, policyName, new CdnWebApplicationFirewallPolicy + { + Sku = new Sku(SkuName.StandardMicrosoft), + Location = "Global", + }); + + Assert.Equal(PolicyResourceState.Enabled, policy.ResourceState); + + // List WAF policies should return one + var policies = cdnMgmtClient.Policies.List(resourceGroupName.ToUpperInvariant()); + Assert.Single(policies); + + // Delete existing WAF policy should succeed + cdnMgmtClient.Policies.Delete(resourceGroupName, policyName); + + // List WAF policies should return none + policies = cdnMgmtClient.Policies.List(resourceGroupName.ToUpperInvariant()); + Assert.Empty(policies); + + // Delete resource group + CdnTestUtilities.DeleteResourceGroup(resourcesClient, resourceGroupName); + } + } + + [Fact(Skip = "CDN WAF features are not working for new API versions due to a known issue")] + public void WafPolicyGetListTest() + { + var handler1 = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + var handler2 = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + + using (MockContext context = MockContext.Start(this.GetType())) + { + // Create clients + var cdnMgmtClient = CdnTestUtilities.GetCdnManagementClient(context, handler1); + var resourcesClient = CdnTestUtilities.GetResourceManagementClient(context, handler2); + + // Create resource group + var resourceGroupName = CdnTestUtilities.CreateResourceGroup(resourcesClient); + + // List WAF policies should return none + var policies = cdnMgmtClient.Policies.List(resourceGroupName.ToUpperInvariant()); + Assert.Empty(policies); + + // Create a minimal CDN WAF policy + var policyName = TestUtilities.GenerateName("policy"); + var policy = cdnMgmtClient.Policies.CreateOrUpdate(resourceGroupName, policyName, new CdnWebApplicationFirewallPolicy + { + Sku = new Sku(SkuName.StandardMicrosoft), + Location = "Global", + }); + + // Get WAF policies returns the created policy + var existingPolicy = cdnMgmtClient.Policies.Get(resourceGroupName, policyName); + Assert.NotNull(existingPolicy); + Assert.Equal(existingPolicy.ResourceState, PolicyResourceState.Enabled); + + // List WAF policies should return one policy + policies = cdnMgmtClient.Policies.List(resourceGroupName.ToUpperInvariant()); + Assert.Single(policies); + + // Delete resource group + CdnTestUtilities.DeleteResourceGroup(resourcesClient, resourceGroupName); + } + } + + private static void AssertPoliciesEqual(string expectSubscriptionId, string expectResourceGroupName, string expectName, IList expectEndpointLinks, CdnWebApplicationFirewallPolicy expect, CdnWebApplicationFirewallPolicy actual) + { + Assert.Equal(expectName, actual.Name); + Assert.Equal($"/subscriptions/{expectSubscriptionId}/resourcegroups/{expectResourceGroupName}/providers/Microsoft.Cdn/cdnwebapplicationfirewallpolicies/{expectName}", actual.Id); + Assert.Equal(expect.Location, actual.Location); + Assert.Equal(expect.Sku.Name, actual.Sku.Name); + Assert.Equal(ProvisioningState.Succeeded, actual.ProvisioningState); + Assert.Equal(PolicyResourceState.Enabled, actual.ResourceState); + Assert.Equal(expect.Etag, actual.Etag); + if (expect.RateLimitRules == null) + { + Assert.Null(actual.RateLimitRules); + } + else + { + Assert.Equal(expect.RateLimitRules.Rules.Count(), actual.RateLimitRules.Rules.Count()); + foreach (var pair in expect.RateLimitRules.Rules.Zip(actual.RateLimitRules.Rules, (e, a) => new { Expect = e, Actual = a })) + { + Assert.Equal(pair.Expect.Action, pair.Actual.Action); + Assert.Equal(pair.Expect.EnabledState, pair.Actual.EnabledState); + Assert.Equal(pair.Expect.Name, pair.Actual.Name); + Assert.Equal(pair.Expect.Priority, pair.Actual.Priority); + Assert.Equal(pair.Expect.RateLimitDurationInMinutes, pair.Actual.RateLimitDurationInMinutes); + Assert.Equal(pair.Expect.RateLimitThreshold, pair.Actual.RateLimitThreshold); + if (pair.Expect.MatchConditions == null) + { + Assert.Null(pair.Actual.MatchConditions); + } + else + { + Assert.Equal(pair.Expect.MatchConditions.Count(), pair.Actual.MatchConditions.Count()); + foreach (var mc in pair.Expect.MatchConditions.Zip(pair.Actual.MatchConditions, (e, a) => new { Expect = e, Actual = a })) + { + Assert.Equal(mc.Expect.MatchValue, mc.Actual.MatchValue); + Assert.Equal(mc.Expect.MatchVariable, mc.Actual.MatchVariable); + Assert.Equal(mc.Expect.NegateCondition, mc.Actual.NegateCondition); + Assert.Equal(mc.Expect.OperatorProperty, mc.Actual.OperatorProperty); + Assert.Equal(mc.Expect.Selector, mc.Actual.Selector); + Assert.Equal(mc.Expect.Transforms, mc.Actual.Transforms); + } + } + } + } + + if (expect.CustomRules == null) + { + Assert.Null(actual.CustomRules); + } + else + { + Assert.Equal(expect.CustomRules.Rules.Count(), actual.CustomRules.Rules.Count()); + foreach (var pair in expect.CustomRules.Rules.Zip(actual.CustomRules.Rules, (e, a) => new { Expect = e, Actual = a })) + { + Assert.Equal(pair.Expect.Action, pair.Actual.Action); + Assert.Equal(pair.Expect.EnabledState, pair.Actual.EnabledState); + Assert.Equal(pair.Expect.Name, pair.Actual.Name); + Assert.Equal(pair.Expect.Priority, pair.Actual.Priority); + if (pair.Expect.MatchConditions == null) + { + Assert.Null(pair.Actual.MatchConditions); + } + else + { + Assert.Equal(pair.Expect.MatchConditions.Count(), pair.Actual.MatchConditions.Count()); + foreach (var mc in pair.Expect.MatchConditions.Zip(pair.Actual.MatchConditions, (e, a) => new { Expect = e, Actual = a })) + { + Assert.Equal(mc.Expect.MatchValue, mc.Actual.MatchValue); + Assert.Equal(mc.Expect.MatchVariable, mc.Actual.MatchVariable); + Assert.Equal(mc.Expect.NegateCondition, mc.Actual.NegateCondition); + Assert.Equal(mc.Expect.OperatorProperty, mc.Actual.OperatorProperty); + Assert.Equal(mc.Expect.Selector, mc.Actual.Selector); + Assert.Equal(mc.Expect.Transforms, mc.Actual.Transforms); + } + } + } + } + + if (expect.ManagedRules == null) + { + Assert.Null(actual.ManagedRules); + } + else + { + Assert.Equal(expect.ManagedRules.ManagedRuleSets.Count(), actual.ManagedRules.ManagedRuleSets.Count()); + foreach (var pair in expect.ManagedRules.ManagedRuleSets.Zip(actual.ManagedRules.ManagedRuleSets, (e, a) => new { Expect = e, Actual = a })) + { + Assert.Equal(pair.Expect.RuleSetType, pair.Actual.RuleSetType); + Assert.Equal(pair.Expect.RuleSetVersion, pair.Actual.RuleSetVersion); + if (pair.Expect.RuleGroupOverrides == null) + { + Assert.Null(pair.Actual.RuleGroupOverrides); + } + else + { + Assert.Equal(pair.Expect.RuleGroupOverrides.Count(), pair.Actual.RuleGroupOverrides.Count()); + foreach (var rg in pair.Expect.RuleGroupOverrides.Zip(pair.Actual.RuleGroupOverrides, (e, a) => new { Expect = e, Actual = a })) + { + Assert.Equal(rg.Expect.RuleGroupName, rg.Actual.RuleGroupName); + if (rg.Expect.Rules == null) + { + Assert.Null(rg.Actual.Rules); + } + else + { + Assert.Equal(rg.Expect.Rules.Count(), rg.Actual.Rules.Count()); + foreach (var r in rg.Expect.Rules.Zip(rg.Actual.Rules, (e, a) => new { Expect = e, Actual = a })) + { + Assert.Equal(r.Expect.Action, r.Actual.Action); + Assert.Equal(r.Expect.EnabledState, r.Actual.EnabledState); + Assert.Equal(r.Expect.RuleId, r.Actual.RuleId); + } + } + } + } + } + } + + Assert.Equal(expect.PolicySettings.DefaultCustomBlockResponseBody, actual.PolicySettings.DefaultCustomBlockResponseBody); + Assert.Equal(expect.PolicySettings.DefaultCustomBlockResponseStatusCode, actual.PolicySettings.DefaultCustomBlockResponseStatusCode); + Assert.Equal(expect.PolicySettings.DefaultRedirectUrl, actual.PolicySettings.DefaultRedirectUrl); + Assert.Equal(expect.PolicySettings.EnabledState, actual.PolicySettings.EnabledState); + Assert.Equal(expect.PolicySettings.Mode, actual.PolicySettings.Mode); + if (expectEndpointLinks == null) + { + Assert.Null(actual.EndpointLinks); + } + else + { + Assert.Equal(expectEndpointLinks.Count(), actual.EndpointLinks.Count()); + foreach (var pair in expectEndpointLinks.Zip(actual.EndpointLinks, (e, a) => new { Expect = e, Actual = a })) + { + Assert.Equal(pair.Expect.Id, pair.Actual.Id); + } + } + } + } +} \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointCheckUsageTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointCheckUsageTest.json index fd2ac3c1d745f..b2661938f8ecb 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointCheckUsageTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointCheckUsageTest.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5084?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MDg0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2519?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTE5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d876a237-0d70-440a-8d95-6305c47da151" + "05f39b6b-9905-41e1-9f73-fb9de5052d9e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -29,23 +29,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:12:39 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1199" ], "x-ms-request-id": [ - "aaf80526-77b0-4b8d-b6d2-638362c271aa" + "098986a9-7d99-42c7-8038-0abce1a302c5" ], "x-ms-correlation-request-id": [ - "aaf80526-77b0-4b8d-b6d2-638362c271aa" + "098986a9-7d99-42c7-8038-0abce1a302c5" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001239Z:aaf80526-77b0-4b8d-b6d2-638362c271aa" + "WESTUS:20200714T191111Z:098986a9-7d99-42c7-8038-0abce1a302c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +50,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:11:10 GMT" + ], "Content-Length": [ "193" ], @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup5084\",\r\n \"name\": \"cdnResourceGroup5084\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup2519\",\r\n \"name\": \"cdnResourceGroup2519\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup5084/providers/Microsoft.Cdn/profiles/profile984?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MDg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5ODQ/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup2519/providers/Microsoft.Cdn/profiles/profile7879?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU3ODc5P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f1b95ec4-2af8-431d-87f3-9b65cac5d332" + "f3dc1825-ddd0-4abd-93b4-652be18a6b07" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -95,26 +95,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:12:40 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "ab9f9616-a78f-41ec-a391-a8fa9ad1eba9" + "376f5045-5374-4ec5-8bb8-6cee7d1a1fa1" ], "x-ms-client-request-id": [ - "f1b95ec4-2af8-431d-87f3-9b65cac5d332" + "f3dc1825-ddd0-4abd-93b4-652be18a6b07" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5084/providers/Microsoft.Cdn/operationresults/8154a680-8c88-40fe-b6ef-3633baa5bc96?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2519/providers/Microsoft.Cdn/operationresults/cd7d055a-b427-4efe-835c-4f13eb61db91?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -122,26 +116,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "063bddee-7f54-4c87-9482-83faf7c585b5" + "2e679297-19b5-4daa-830e-09e596d331b4" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001240Z:063bddee-7f54-4c87-9482-83faf7c585b5" + "WESTUS:20200714T191116Z:2e679297-19b5-4daa-830e-09e596d331b4" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:11:16 GMT" + ], "Content-Length": [ - "395" + "397" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -150,40 +150,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile984\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5084/providers/Microsoft.Cdn/profiles/profile984\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile7879\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2519/providers/Microsoft.Cdn/profiles/profile7879\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5084/providers/Microsoft.Cdn/operationresults/8154a680-8c88-40fe-b6ef-3633baa5bc96?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MDg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODE1NGE2ODAtOGM4OC00MGZlLWI2ZWYtMzYzM2JhYTViYzk2P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2519/providers/Microsoft.Cdn/operationresults/cd7d055a-b427-4efe-835c-4f13eb61db91?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvY2Q3ZDA1NWEtYjQyNy00ZWZlLTgzNWMtNGYxM2ViNjFkYjkxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:12:51 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "f9764122-fad1-49ab-bc97-c6db40b05c7e" + "e1432b33-8b03-4082-bb4d-69c1a31814ee" ], "x-ms-client-request-id": [ - "0cf0453c-6442-431c-a63b-b029b0516c85" + "b34ca894-91f9-4ff7-b19e-a0125a846ede" ], "OData-Version": [ "4.0" @@ -191,6 +185,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -198,17 +195,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11999" ], "x-ms-correlation-request-id": [ - "64cf0c9a-0955-4d98-8efa-c3e6a236c246" + "c4079f97-114b-49d2-9043-7cbb0d58f074" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001251Z:64cf0c9a-0955-4d98-8efa-c3e6a236c246" + "WESTUS:20200714T191127Z:c4079f97-114b-49d2-9043-7cbb0d58f074" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:11:26 GMT" + ], "Content-Length": [ "77" ], @@ -223,36 +223,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup5084/providers/Microsoft.Cdn/profiles/profile984?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MDg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5ODQ/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup2519/providers/Microsoft.Cdn/profiles/profile7879?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU3ODc5P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:12:51 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "8f29d489-524a-4648-bf2c-af4ab7c00147" + "ecd815a9-c5f7-4425-843a-4e05f27ce387" ], "x-ms-client-request-id": [ - "74535bb1-028e-4111-914b-da6e89eca9e0" + "ceca4bd2-4ed6-44a7-98b7-fad7b1f7a658" ], "OData-Version": [ "4.0" @@ -260,26 +254,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "3a35f5bc-5542-47d6-919b-532e0157b676" + "e4973ab8-befa-4142-b626-a58b24f40c9b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001251Z:3a35f5bc-5542-47d6-919b-532e0157b676" + "WESTUS:20200714T191128Z:e4973ab8-befa-4142-b626-a58b24f40c9b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:11:27 GMT" + ], "Content-Length": [ - "394" + "396" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -288,26 +288,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile984\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5084/providers/Microsoft.Cdn/profiles/profile984\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile7879\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2519/providers/Microsoft.Cdn/profiles/profile7879\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup5084/providers/Microsoft.Cdn/profiles/profile984/endpoints/endpoint551?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MDg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5ODQvZW5kcG9pbnRzL2VuZHBvaW50NTUxP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup2519/providers/Microsoft.Cdn/profiles/profile7879/endpoints/endpoint9802?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU3ODc5L2VuZHBvaW50cy9lbmRwb2ludDk4MDI/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5f8e8a7d-8b80-4d2b-bea8-42ef86a793ed" + "d4228b88-3355-4810-9600-e0a9721be573" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -320,26 +320,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:12:54 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "ac4717c1-a25e-4250-be03-e53b6e46f670" + "5ad49908-dd58-40cd-9136-cb303dbf3536" ], "x-ms-client-request-id": [ - "5f8e8a7d-8b80-4d2b-bea8-42ef86a793ed" + "d4228b88-3355-4810-9600-e0a9721be573" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5084/providers/Microsoft.Cdn/operationresults/d3b1cbeb-b466-45c4-8e01-fb3e2a6c74c8?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2519/providers/Microsoft.Cdn/operationresults/16470059-13ea-4266-ab7a-982cdf15b25a?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -347,26 +341,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "99" ], "x-ms-correlation-request-id": [ - "25aa5a49-24f3-460f-b42f-79929a337d93" + "08d9ae66-9ad7-41a5-9086-8ba5a8e98748" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001254Z:25aa5a49-24f3-460f-b42f-79929a337d93" + "WESTUS:20200714T191132Z:08d9ae66-9ad7-41a5-9086-8ba5a8e98748" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:11:31 GMT" + ], "Content-Length": [ - "886" + "1194" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -375,40 +375,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint551\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5084/providers/Microsoft.Cdn/profiles/profile984/endpoints/endpoint551\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint551.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint9802\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2519/providers/Microsoft.Cdn/profiles/profile7879/endpoints/endpoint9802\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint9802.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5084/providers/Microsoft.Cdn/operationresults/d3b1cbeb-b466-45c4-8e01-fb3e2a6c74c8?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MDg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZDNiMWNiZWItYjQ2Ni00NWM0LThlMDEtZmIzZTJhNmM3NGM4P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2519/providers/Microsoft.Cdn/operationresults/16470059-13ea-4266-ab7a-982cdf15b25a?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMTY0NzAwNTktMTNlYS00MjY2LWFiN2EtOTgyY2RmMTViMjVhP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:13:04 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "7257f6d6-60f6-4b9d-a121-5dfa8afbe06f" + "5bcc6755-c934-4f8c-b676-46eae7b26a9b" ], "x-ms-client-request-id": [ - "e1e62eb8-d40c-47d8-9cf0-30d035d4941f" + "803eed90-fb63-45d7-99b3-f5a7dce59129" ], "OData-Version": [ "4.0" @@ -416,6 +410,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -423,17 +420,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11998" ], "x-ms-correlation-request-id": [ - "64e707dc-7d7c-457d-814d-d2692f112ae3" + "a02f72b3-e9ad-4ceb-bcd6-a141fa22717a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001304Z:64e707dc-7d7c-457d-814d-d2692f112ae3" + "WESTUS:20200714T191142Z:a02f72b3-e9ad-4ceb-bcd6-a141fa22717a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:11:42 GMT" + ], "Content-Length": [ "77" ], @@ -448,36 +448,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup5084/providers/Microsoft.Cdn/profiles/profile984/endpoints/endpoint551?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MDg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5ODQvZW5kcG9pbnRzL2VuZHBvaW50NTUxP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup2519/providers/Microsoft.Cdn/profiles/profile7879/endpoints/endpoint9802?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU3ODc5L2VuZHBvaW50cy9lbmRwb2ludDk4MDI/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:13:04 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "c22100cb-9c25-4306-aacf-ad8c6ee23dfe" + "afed6fd9-ba80-40cc-8542-1c0dea7fd55b" ], "x-ms-client-request-id": [ - "4a0c7af7-d6fe-42c4-b33b-1af0564adc28" + "daaaeb8b-265c-486b-9bc8-30c7a8259cf3" ], "OData-Version": [ "4.0" @@ -485,26 +479,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "e8a39b6a-a2b0-43dd-b23a-b4539222b756" + "2bf22f96-4c5b-48d8-8e03-a55147194934" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001305Z:e8a39b6a-a2b0-43dd-b23a-b4539222b756" + "WESTUS:20200714T191143Z:2bf22f96-4c5b-48d8-8e03-a55147194934" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:11:43 GMT" + ], "Content-Length": [ - "886" + "1194" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -513,40 +513,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint551\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5084/providers/Microsoft.Cdn/profiles/profile984/endpoints/endpoint551\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint551.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint9802\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2519/providers/Microsoft.Cdn/profiles/profile7879/endpoints/endpoint9802\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint9802.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup5084/providers/Microsoft.Cdn/profiles/profile984/endpoints/endpoint551?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MDg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5ODQvZW5kcG9pbnRzL2VuZHBvaW50NTUxP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup2519/providers/Microsoft.Cdn/profiles/profile7879/endpoints/endpoint9802?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU3ODc5L2VuZHBvaW50cy9lbmRwb2ludDk4MDI/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:13:26 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "ee307479-5d16-4419-aa9b-d0639fa654c3" + "9fc46d17-6c50-4aa4-85b0-b814f8348a66" ], "x-ms-client-request-id": [ - "4f367f1d-b3ae-4eff-8aa8-cf3a26613408" + "f194faaa-3e00-4d29-a9af-609671e90ad0" ], "OData-Version": [ "4.0" @@ -554,26 +548,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "48" ], "x-ms-correlation-request-id": [ - "457a59f1-e76b-47f6-a312-74e05870a8c8" + "f1c3a5d1-d075-4cb3-a82d-522f5f35b909" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001327Z:457a59f1-e76b-47f6-a312-74e05870a8c8" + "WESTUS:20200714T191159Z:f1c3a5d1-d075-4cb3-a82d-522f5f35b909" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:11:59 GMT" + ], "Content-Length": [ - "1096" + "1404" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -582,46 +582,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint551\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5084/providers/Microsoft.Cdn/profiles/profile984/endpoints/endpoint551\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint551.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [\r\n {\r\n \"relativePath\": \"/mycar\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": [\r\n \"AU\"\r\n ]\r\n },\r\n {\r\n \"relativePath\": \"/mycars\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": [\r\n \"AU\"\r\n ]\r\n }\r\n ],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint9802\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2519/providers/Microsoft.Cdn/profiles/profile7879/endpoints/endpoint9802\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint9802.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [\r\n {\r\n \"relativePath\": \"/mycar\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": [\r\n \"AU\"\r\n ]\r\n },\r\n {\r\n \"relativePath\": \"/mycars\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": [\r\n \"AU\"\r\n ]\r\n }\r\n ],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup5084/providers/Microsoft.Cdn/profiles/profile984/endpoints/endpoint551/checkResourceUsage?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MDg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5ODQvZW5kcG9pbnRzL2VuZHBvaW50NTUxL2NoZWNrUmVzb3VyY2VVc2FnZT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup2519/providers/Microsoft.Cdn/profiles/profile7879/endpoints/endpoint9802/checkResourceUsage?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU3ODc5L2VuZHBvaW50cy9lbmRwb2ludDk4MDIvY2hlY2tSZXNvdXJjZVVzYWdlP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1a5c5a8-2578-4145-809f-fa3021ba53b0" + "04930b63-33c4-4b14-ad7b-c290340f0ee1" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:13:04 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "98c1dfe9-eee8-4e68-a24a-b9ff5b9fae8d" + "3b762e0b-c456-432d-87a5-1e7992a283a6" ], "x-ms-client-request-id": [ - "a1a5c5a8-2578-4145-809f-fa3021ba53b0" + "04930b63-33c4-4b14-ad7b-c290340f0ee1" ], "OData-Version": [ "4.0" @@ -629,6 +623,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -636,19 +633,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-correlation-request-id": [ - "0b400d61-86db-4434-9004-fd738d96968c" + "1c1dd0af-e731-4ee9-b9d9-ceef0f1fea93" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001305Z:0b400d61-86db-4434-9004-fd738d96968c" + "WESTUS:20200714T191144Z:1c1dd0af-e731-4ee9-b9d9-ceef0f1fea93" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:11:44 GMT" + ], "Content-Length": [ - "202" + "291" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -657,46 +657,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"customdomain\",\r\n \"unit\": \"count\",\r\n \"currentValue\": 0,\r\n \"limit\": 25\r\n },\r\n {\r\n \"resourceType\": \"geofilter\",\r\n \"unit\": \"count\",\r\n \"currentValue\": 0,\r\n \"limit\": 25\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"customdomain\",\r\n \"unit\": \"count\",\r\n \"currentValue\": 0,\r\n \"limit\": 20\r\n },\r\n {\r\n \"resourceType\": \"geofilter\",\r\n \"unit\": \"count\",\r\n \"currentValue\": 0,\r\n \"limit\": 25\r\n },\r\n {\r\n \"resourceType\": \"deliveryrule\",\r\n \"unit\": \"count\",\r\n \"currentValue\": 0,\r\n \"limit\": 20\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup5084/providers/Microsoft.Cdn/profiles/profile984/endpoints/endpoint551/checkResourceUsage?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MDg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5ODQvZW5kcG9pbnRzL2VuZHBvaW50NTUxL2NoZWNrUmVzb3VyY2VVc2FnZT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup2519/providers/Microsoft.Cdn/profiles/profile7879/endpoints/endpoint9802/checkResourceUsage?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU3ODc5L2VuZHBvaW50cy9lbmRwb2ludDk4MDIvY2hlY2tSZXNvdXJjZVVzYWdlP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bf47ae2-7d98-4eb8-b69e-c246abbc6dfb" + "128cc112-52cc-4aa1-bd0c-fe43badb2d4e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:13:27 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "d00ce346-c006-4648-985d-5975c25f6705" + "36b18cf8-e5ea-42fe-9ce4-36f0da59f003" ], "x-ms-client-request-id": [ - "8bf47ae2-7d98-4eb8-b69e-c246abbc6dfb" + "128cc112-52cc-4aa1-bd0c-fe43badb2d4e" ], "OData-Version": [ "4.0" @@ -704,6 +698,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -711,19 +708,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-correlation-request-id": [ - "3a8d9448-364e-4939-89af-7402f05eeea4" + "1ed7fb99-fdf8-434a-9fc2-8cf8492ad5d8" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001327Z:3a8d9448-364e-4939-89af-7402f05eeea4" + "WESTUS:20200714T191200Z:1ed7fb99-fdf8-434a-9fc2-8cf8492ad5d8" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:12:00 GMT" + ], "Content-Length": [ - "202" + "291" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -732,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"customdomain\",\r\n \"unit\": \"count\",\r\n \"currentValue\": 0,\r\n \"limit\": 25\r\n },\r\n {\r\n \"resourceType\": \"geofilter\",\r\n \"unit\": \"count\",\r\n \"currentValue\": 2,\r\n \"limit\": 25\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"customdomain\",\r\n \"unit\": \"count\",\r\n \"currentValue\": 0,\r\n \"limit\": 20\r\n },\r\n {\r\n \"resourceType\": \"geofilter\",\r\n \"unit\": \"count\",\r\n \"currentValue\": 2,\r\n \"limit\": 25\r\n },\r\n {\r\n \"resourceType\": \"deliveryrule\",\r\n \"unit\": \"count\",\r\n \"currentValue\": 0,\r\n \"limit\": 20\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup5084/providers/Microsoft.Cdn/profiles/profile984/endpoints/endpoint551?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MDg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5ODQvZW5kcG9pbnRzL2VuZHBvaW50NTUxP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup2519/providers/Microsoft.Cdn/profiles/profile7879/endpoints/endpoint9802?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU3ODc5L2VuZHBvaW50cy9lbmRwb2ludDk4MDI/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"geoFilters\": [\r\n {\r\n \"relativePath\": \"/mycar\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": [\r\n \"AU\"\r\n ]\r\n },\r\n {\r\n \"relativePath\": \"/mycars\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": [\r\n \"AU\"\r\n ]\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "124b672a-af50-44d0-907d-ac4ca6ffbb33" + "ac5b94bf-7340-4353-92b9-62969884a3cd" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -764,29 +764,23 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:13:05 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5084/providers/Microsoft.Cdn/operationresults/7d9f1af2-e305-4e65-b140-477197d554a8/profileresults/profile984/endpointresults/endpoint551?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2519/providers/Microsoft.Cdn/operationresults/415d49bb-ee60-4d9f-8b81-0816a3720aff/profileresults/profile7879/endpointresults/endpoint9802?api-version=2020-04-15" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "21ce8797-cf63-4a12-ab3c-8a37f8794bb2" + "e43d274e-69e3-449f-94fc-4fe6e7a8bfe0" ], "x-ms-client-request-id": [ - "124b672a-af50-44d0-907d-ac4ca6ffbb33" + "ac5b94bf-7340-4353-92b9-62969884a3cd" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5084/providers/Microsoft.Cdn/operationresults/7d9f1af2-e305-4e65-b140-477197d554a8?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2519/providers/Microsoft.Cdn/operationresults/415d49bb-ee60-4d9f-8b81-0816a3720aff?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -794,26 +788,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "98" ], "x-ms-correlation-request-id": [ - "4c3f62a4-87e1-4c32-9000-1e5ec1debe47" + "be942bf6-4aa2-4dc8-9aa5-3c359bd1a130" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001306Z:4c3f62a4-87e1-4c32-9000-1e5ec1debe47" + "WESTUS:20200714T191148Z:be942bf6-4aa2-4dc8-9aa5-3c359bd1a130" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:11:47 GMT" + ], "Content-Length": [ - "1096" + "1404" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -822,40 +822,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint551\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5084/providers/Microsoft.Cdn/profiles/profile984/endpoints/endpoint551\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint551.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [\r\n {\r\n \"relativePath\": \"/mycar\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": [\r\n \"AU\"\r\n ]\r\n },\r\n {\r\n \"relativePath\": \"/mycars\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": [\r\n \"AU\"\r\n ]\r\n }\r\n ],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint9802\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2519/providers/Microsoft.Cdn/profiles/profile7879/endpoints/endpoint9802\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint9802.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [\r\n {\r\n \"relativePath\": \"/mycar\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": [\r\n \"AU\"\r\n ]\r\n },\r\n {\r\n \"relativePath\": \"/mycars\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": [\r\n \"AU\"\r\n ]\r\n }\r\n ],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5084/providers/Microsoft.Cdn/operationresults/7d9f1af2-e305-4e65-b140-477197d554a8?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MDg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvN2Q5ZjFhZjItZTMwNS00ZTY1LWIxNDAtNDc3MTk3ZDU1NGE4P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2519/providers/Microsoft.Cdn/operationresults/415d49bb-ee60-4d9f-8b81-0816a3720aff?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNDE1ZDQ5YmItZWU2MC00ZDlmLThiODEtMDgxNmEzNzIwYWZmP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:13:16 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "0646642c-51af-410d-a5b8-bdf0b5c90434" + "30a969ff-5f59-4d41-b07b-e612944b1b29" ], "x-ms-client-request-id": [ - "73e845e5-2f98-4974-99e0-0069fd5e4247" + "38aa58e4-66b8-4477-8d3b-b4845e240d21" ], "OData-Version": [ "4.0" @@ -863,75 +857,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-correlation-request-id": [ - "e48864d3-0ac8-47fe-abbd-6c2a9cb1b862" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20190508T001316Z:e48864d3-0ac8-47fe-abbd-6c2a9cb1b862" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Content-Length": [ - "78" - ], - "Content-Type": [ - "application/json; odata.metadata=minimal; odata.streaming=true" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5084/providers/Microsoft.Cdn/operationresults/7d9f1af2-e305-4e65-b140-477197d554a8?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MDg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvN2Q5ZjFhZjItZTMwNS00ZTY1LWIxNDAtNDc3MTk3ZDU1NGE4P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 08 May 2019 00:13:26 GMT" - ], - "Pragma": [ - "no-cache" - ], "Server": [ "Microsoft-IIS/8.5" ], - "x-ms-request-id": [ - "4bee4eb9-02c7-4c36-b84f-95053ebe9e54" - ], - "x-ms-client-request-id": [ - "ceb775c4-7005-4a9e-b5a5-9be95bffdf8a" - ], - "OData-Version": [ - "4.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "X-AspNet-Version": [ "4.0.30319" ], @@ -939,17 +867,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11997" ], "x-ms-correlation-request-id": [ - "dc5024c8-232f-49e7-8faa-f5c4815b4a8a" + "9012d949-714f-432b-b6d2-771f7943e511" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001326Z:dc5024c8-232f-49e7-8faa-f5c4815b4a8a" + "WESTUS:20200714T191158Z:9012d949-714f-432b-b6d2-771f7943e511" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:11:58 GMT" + ], "Content-Length": [ "77" ], @@ -964,21 +895,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5084?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MDg0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2519?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTE5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "108f9b25-d408-48c7-9a8f-3ef5f68e82c1" + "3e1f1823-8229-4e83-ac6c-58f1e44be215" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -986,29 +917,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:13:27 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-request-id": [ - "c908abb4-6b55-43cb-9ef6-f7a62c887359" + "350bb89d-d062-4c6d-8331-a39d8f29f1cb" ], "x-ms-correlation-request-id": [ - "c908abb4-6b55-43cb-9ef6-f7a62c887359" + "350bb89d-d062-4c6d-8331-a39d8f29f1cb" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001328Z:c908abb4-6b55-43cb-9ef6-f7a62c887359" + "WESTUS:20200714T191201Z:350bb89d-d062-4c6d-8331-a39d8f29f1cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1016,26 +944,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:12:00 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEE0TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalV4T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1043,29 +974,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:13:43 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11998" ], "x-ms-request-id": [ - "60d23798-580c-46b3-a00c-737fd0542fd2" + "99b1ab96-335b-4853-932c-a29e87047861" ], "x-ms-correlation-request-id": [ - "60d23798-580c-46b3-a00c-737fd0542fd2" + "99b1ab96-335b-4853-932c-a29e87047861" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001343Z:60d23798-580c-46b3-a00c-737fd0542fd2" + "WESTUS:20200714T191216Z:99b1ab96-335b-4853-932c-a29e87047861" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1073,26 +1001,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:12:15 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEE0TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalV4T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1100,29 +1031,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:13:57 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11997" ], "x-ms-request-id": [ - "b988a227-b666-4a69-a721-3e942cf0dd13" + "8b45618f-83af-4fcd-9a8d-0ed26eb29535" ], "x-ms-correlation-request-id": [ - "b988a227-b666-4a69-a721-3e942cf0dd13" + "8b45618f-83af-4fcd-9a8d-0ed26eb29535" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001358Z:b988a227-b666-4a69-a721-3e942cf0dd13" + "WESTUS:20200714T191231Z:8b45618f-83af-4fcd-9a8d-0ed26eb29535" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1130,26 +1058,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:12:30 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEE0TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalV4T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1157,29 +1088,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:14:12 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11996" ], "x-ms-request-id": [ - "67d6646f-65d1-44ae-b8bc-94ba0d650ce7" + "88a7376b-ca96-45c2-9cdd-1a731a32d6bc" ], "x-ms-correlation-request-id": [ - "67d6646f-65d1-44ae-b8bc-94ba0d650ce7" + "88a7376b-ca96-45c2-9cdd-1a731a32d6bc" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001413Z:67d6646f-65d1-44ae-b8bc-94ba0d650ce7" + "WESTUS:20200714T191246Z:88a7376b-ca96-45c2-9cdd-1a731a32d6bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1187,26 +1115,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:12:46 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEE0TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalV4T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1214,29 +1145,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:14:28 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11995" ], "x-ms-request-id": [ - "2687ed67-2ab3-4028-a865-c5925b1ccbeb" + "4e5ac273-9619-4017-90b5-33770e80ac6b" ], "x-ms-correlation-request-id": [ - "2687ed67-2ab3-4028-a865-c5925b1ccbeb" + "4e5ac273-9619-4017-90b5-33770e80ac6b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001428Z:2687ed67-2ab3-4028-a865-c5925b1ccbeb" + "WESTUS:20200714T191301Z:4e5ac273-9619-4017-90b5-33770e80ac6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1244,26 +1172,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:13:01 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEE0TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalV4T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1271,29 +1202,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:14:43 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11994" ], "x-ms-request-id": [ - "3b018dc5-43ad-4b12-a1f9-0dee83286ad5" + "03502c35-ffb2-42d3-8de6-7b1bf568724c" ], "x-ms-correlation-request-id": [ - "3b018dc5-43ad-4b12-a1f9-0dee83286ad5" + "03502c35-ffb2-42d3-8de6-7b1bf568724c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001443Z:3b018dc5-43ad-4b12-a1f9-0dee83286ad5" + "WESTUS:20200714T191316Z:03502c35-ffb2-42d3-8de6-7b1bf568724c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1301,26 +1229,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:13:16 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEE0TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalV4T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1328,29 +1259,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:14:57 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11993" ], "x-ms-request-id": [ - "3696e135-c912-4cd2-ab13-da1264710112" + "4ed12ea3-decb-43b8-acc9-bf18290a3ab8" ], "x-ms-correlation-request-id": [ - "3696e135-c912-4cd2-ab13-da1264710112" + "4ed12ea3-decb-43b8-acc9-bf18290a3ab8" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001458Z:3696e135-c912-4cd2-ab13-da1264710112" + "WESTUS:20200714T191331Z:4ed12ea3-decb-43b8-acc9-bf18290a3ab8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1358,26 +1286,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:13:31 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEE0TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalV4T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1385,29 +1316,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:15:13 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11992" ], "x-ms-request-id": [ - "bce357b8-84cf-45f6-817e-015dcf51e86d" + "feb429ac-7238-41aa-944e-163a902c0afa" ], "x-ms-correlation-request-id": [ - "bce357b8-84cf-45f6-817e-015dcf51e86d" + "feb429ac-7238-41aa-944e-163a902c0afa" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001513Z:bce357b8-84cf-45f6-817e-015dcf51e86d" + "WESTUS:20200714T191346Z:feb429ac-7238-41aa-944e-163a902c0afa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1415,26 +1343,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:13:46 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEE0TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalV4T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1442,29 +1373,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:15:28 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11991" ], "x-ms-request-id": [ - "e1c27ab2-2afe-4e08-97f2-534d90454b1e" + "54a8d7e5-f7be-4bd9-b5b8-1798e300694b" ], "x-ms-correlation-request-id": [ - "e1c27ab2-2afe-4e08-97f2-534d90454b1e" + "54a8d7e5-f7be-4bd9-b5b8-1798e300694b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001528Z:e1c27ab2-2afe-4e08-97f2-534d90454b1e" + "WESTUS:20200714T191401Z:54a8d7e5-f7be-4bd9-b5b8-1798e300694b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1472,26 +1400,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:14:01 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEE0TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalV4T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1499,29 +1430,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:15:43 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11990" ], "x-ms-request-id": [ - "cd56abe5-8165-4b26-afb3-fd8193d11c3b" + "1785a4d0-e6ae-48a1-b497-9f52a6ca672c" ], "x-ms-correlation-request-id": [ - "cd56abe5-8165-4b26-afb3-fd8193d11c3b" + "1785a4d0-e6ae-48a1-b497-9f52a6ca672c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001543Z:cd56abe5-8165-4b26-afb3-fd8193d11c3b" + "WESTUS:20200714T191416Z:1785a4d0-e6ae-48a1-b497-9f52a6ca672c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1529,26 +1457,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:14:16 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEE0TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalV4T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1556,29 +1487,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:15:58 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11989" ], "x-ms-request-id": [ - "b22fe719-8ee9-4726-aed9-35bac82fa7f0" + "bfc76938-fbc9-4626-86d6-0da4266fb309" ], "x-ms-correlation-request-id": [ - "b22fe719-8ee9-4726-aed9-35bac82fa7f0" + "bfc76938-fbc9-4626-86d6-0da4266fb309" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001558Z:b22fe719-8ee9-4726-aed9-35bac82fa7f0" + "WESTUS:20200714T191431Z:bfc76938-fbc9-4626-86d6-0da4266fb309" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1586,26 +1514,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:14:31 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEE0TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalV4T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1613,23 +1544,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:16:13 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11988" ], "x-ms-request-id": [ - "3c1203cd-4846-42f3-8eaa-db63af5037e7" + "da2f4cb3-5754-43dc-8886-b28f22934ea0" ], "x-ms-correlation-request-id": [ - "3c1203cd-4846-42f3-8eaa-db63af5037e7" + "da2f4cb3-5754-43dc-8886-b28f22934ea0" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001614Z:3c1203cd-4846-42f3-8eaa-db63af5037e7" + "WESTUS:20200714T191446Z:da2f4cb3-5754-43dc-8886-b28f22934ea0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1637,26 +1565,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:14:46 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTA4NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEE0TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjUxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalV4T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1664,23 +1595,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:16:13 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11987" ], "x-ms-request-id": [ - "d832a1c2-ab3f-436f-97a1-923cef05de3b" + "a48bb4f0-cfc7-432a-bc71-6fc327b9122b" ], "x-ms-correlation-request-id": [ - "d832a1c2-ab3f-436f-97a1-923cef05de3b" + "a48bb4f0-cfc7-432a-bc71-6fc327b9122b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001614Z:d832a1c2-ab3f-436f-97a1-923cef05de3b" + "WESTUS:20200714T191447Z:a48bb4f0-cfc7-432a-bc71-6fc327b9122b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1688,11 +1616,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:14:46 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -1701,14 +1632,14 @@ ], "Names": { "CreateResourceGroup": [ - "cdnResourceGroup5084" + "cdnResourceGroup2519" ], "EndpointCheckUsageTest": [ - "profile984", - "endpoint551" + "profile7879", + "endpoint9802" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointCreateTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointCreateTest.json index faed1bb6f5943..7a137f03a6751 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointCreateTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointCreateTest.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c775291a-e366-43ce-ab57-82aea6ba7725" + "10ed2e8e-871e-4869-97b2-dae9a3b24274" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -29,9 +29,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:16:58 GMT" - ], "Pragma": [ "no-cache" ], @@ -39,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "8f9e7d2a-ff43-448d-a7a2-1414ad894df5" + "81ccb1ac-fc76-4de6-9172-8ceef14fa07a" ], "x-ms-correlation-request-id": [ - "8f9e7d2a-ff43-448d-a7a2-1414ad894df5" + "81ccb1ac-fc76-4de6-9172-8ceef14fa07a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231659Z:8f9e7d2a-ff43-448d-a7a2-1414ad894df5" + "WESTUS:20200714T013133Z:81ccb1ac-fc76-4de6-9172-8ceef14fa07a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +50,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:31:33 GMT" + ], "Content-Length": [ "193" ], @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1057\",\r\n \"name\": \"cdnResourceGroup1057\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7586\",\r\n \"name\": \"cdnResourceGroup7586\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2MTk1P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMjkwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "da5c4554-5f8f-4f39-bdb7-6394a97fb1b0" + "bef028f5-150b-401a-b343-c5034362a66c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -95,26 +95,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:17:01 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "cfda90bf-46f1-4143-9051-39f6f2c75349" + "4792242b-a116-4ad1-9047-24a4f041acb6" ], "x-ms-client-request-id": [ - "da5c4554-5f8f-4f39-bdb7-6394a97fb1b0" + "bef028f5-150b-401a-b343-c5034362a66c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/operationresults/21692618-b37b-4eff-ad51-68e86d63fea5?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/fc4e0a77-295c-4605-a135-f778c291a8bf?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -122,24 +116,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "c747dce9-24f8-4ce5-b31d-af5b4d411379" + "984d556f-4f71-4698-b5b5-e4f94ff65ef7" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231702Z:c747dce9-24f8-4ce5-b31d-af5b4d411379" + "WESTUS:20200714T013138Z:984d556f-4f71-4698-b5b5-e4f94ff65ef7" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:31:38 GMT" + ], "Content-Length": [ "400" ], @@ -150,40 +150,103 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile6195\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile1290\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/operationresults/21692618-b37b-4eff-ad51-68e86d63fea5?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMjE2OTI2MTgtYjM3Yi00ZWZmLWFkNTEtNjhlODZkNjNmZWE1P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/fc4e0a77-295c-4605-a135-f778c291a8bf?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZmM0ZTBhNzctMjk1Yy00NjA1LWExMzUtZjc3OGMyOTFhOGJmP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:17:12 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "c94bafb7-5bfc-4a0d-ac12-2ea6afd51249" + ], + "x-ms-client-request-id": [ + "99a13398-f1a2-4b6f-9e2d-dc675c27f498" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-IIS/8.5" ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "569c3de2-f5c1-484b-b76b-a10dffcddb62" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T013149Z:569c3de2-f5c1-484b-b76b-a10dffcddb62" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:31:48 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/fc4e0a77-295c-4605-a135-f778c291a8bf?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZmM0ZTBhNzctMjk1Yy00NjA1LWExMzUtZjc3OGMyOTFhOGJmP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-request-id": [ - "b48a8a4f-ee30-43cc-95ab-8d18230099f6" + "a4e10977-0dd4-48b6-8e58-4ae350da99ec" ], "x-ms-client-request-id": [ - "c3c82d51-d241-45ed-bb21-97e13e8aeaa9" + "12627b8b-12a6-4acd-99aa-f6caf428333b" ], "OData-Version": [ "4.0" @@ -191,6 +254,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -198,17 +264,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "8104052c-8702-4d9d-934d-196794a8157b" + "a2bff345-1e09-429a-800e-85d7aff037b3" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231712Z:8104052c-8702-4d9d-934d-196794a8157b" + "WESTUS:20200714T013159Z:a2bff345-1e09-429a-800e-85d7aff037b3" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:31:59 GMT" + ], "Content-Length": [ "77" ], @@ -223,36 +292,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2MTk1P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMjkwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:17:12 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "5d02c500-e8a8-4c74-b756-cfc5521d6c69" + "d7d6c9f7-1a68-4e80-a5e2-1ec5a7dc1504" ], "x-ms-client-request-id": [ - "e893a656-60c8-4be1-acbe-60314cfc5d3a" + "0d75db8e-1013-436d-a101-8817bf717252" ], "OData-Version": [ "4.0" @@ -260,24 +323,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "906bb1ad-dcd5-408b-a9d3-cce95f00a1e1" + "070da8b4-23ec-46c7-86a8-a0c04d7a4d46" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231713Z:906bb1ad-dcd5-408b-a9d3-cce95f00a1e1" + "WESTUS:20200714T013200Z:070da8b4-23ec-46c7-86a8-a0c04d7a4d46" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:31:59 GMT" + ], "Content-Length": [ "399" ], @@ -288,58 +357,52 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile6195\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile1290\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint7403?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2MTk1L2VuZHBvaW50cy9lbmRwb2ludDc0MDM/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint5229?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMjkwL2VuZHBvaW50cy9lbmRwb2ludDUyMjk/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"priority\": 3,\r\n \"weight\": 100,\r\n \"privateLinkResourceId\": \"/subscriptions/da61bba1-cbd5-438c-a738-c717a6b2d59f/resourceGroups/moeidrg/providers/Microsoft.Network/privateLinkServices/pls-east-3\",\r\n \"privateLinkLocation\": \"EastUS\",\r\n \"privateLinkApprovalMessage\": \"This is a test request\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aae33423-8a96-4d6c-ba36-74d39276ec8e" + "6fed5810-4674-4cc3-8ee0-017ae29a93f9" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "258" + "594" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:17:15 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "3b1d918b-9f41-4f52-b2f4-f9e6608ce39a" + "9217720e-fda6-4e02-9194-1021ae88c73c" ], "x-ms-client-request-id": [ - "aae33423-8a96-4d6c-ba36-74d39276ec8e" + "6fed5810-4674-4cc3-8ee0-017ae29a93f9" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/operationresults/abe761b6-024f-404b-8513-1fd4399fff54?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/a33651d6-577e-4b30-913e-7b7aaf45fe84?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -347,26 +410,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "99" ], "x-ms-correlation-request-id": [ - "54689805-ed89-4276-b4bf-7f87b4ad1b0f" + "863b120b-b97a-4b31-b60a-c4faade908d2" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231715Z:54689805-ed89-4276-b4bf-7f87b4ad1b0f" + "WESTUS:20200714T013204Z:863b120b-b97a-4b31-b60a-c4faade908d2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:32:04 GMT" + ], "Content-Length": [ - "890" + "1345" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -375,26 +444,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint7403\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint7403\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint7403.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint5229\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint5229\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint5229.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": 3,\r\n \"weight\": 100,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": \"/subscriptions/da61bba1-cbd5-438c-a738-c717a6b2d59f/resourceGroups/moeidrg/providers/Microsoft.Network/privateLinkServices/pls-east-3\",\r\n \"privateLinkLocation\": \"EastUS\",\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": \"This is a test request\"\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint7403?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2MTk1L2VuZHBvaW50cy9lbmRwb2ludDc0MDM/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint5229?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMjkwL2VuZHBvaW50cy9lbmRwb2ludDUyMjk/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": false,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin2\",\r\n \"properties\": {\r\n \"hostName\": \"host2.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"EastUs\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2c80b85c-9cf7-4272-bc38-743a4d805c15" + "ad5dd464-8315-41c1-ab60-a27ae28c6385" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -407,9 +476,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:17:26 GMT" - ], "Pragma": [ "no-cache" ], @@ -417,13 +483,13 @@ "gateway" ], "x-ms-request-id": [ - "b2614dda-b471-4107-b612-93c1501ba14b" + "54349120-18e6-4a83-a132-820b95ec04ab" ], "x-ms-correlation-request-id": [ - "b2614dda-b471-4107-b612-93c1501ba14b" + "54349120-18e6-4a83-a132-820b95ec04ab" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231726Z:b2614dda-b471-4107-b612-93c1501ba14b" + "WESTUS:20200714T013247Z:54349120-18e6-4a83-a132-820b95ec04ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -431,6 +497,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:32:47 GMT" + ], "Content-Length": [ "279" ], @@ -441,40 +510,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"InvalidResourceLocation\",\r\n \"message\": \"The resource 'profile6195/endpoint7403' already exists in location 'westus' in resource group 'cdnResourceGroup1057'. A resource with the same name cannot be created in location 'EastUs'. Please select a new resource name.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"InvalidResourceLocation\",\r\n \"message\": \"The resource 'profile1290/endpoint5229' already exists in location 'westus' in resource group 'cdnResourceGroup7586'. A resource with the same name cannot be created in location 'EastUs'. Please select a new resource name.\"\r\n }\r\n}", "StatusCode": 409 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/operationresults/abe761b6-024f-404b-8513-1fd4399fff54?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYWJlNzYxYjYtMDI0Zi00MDRiLTg1MTMtMWZkNDM5OWZmZjU0P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/a33651d6-577e-4b30-913e-7b7aaf45fe84?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYTMzNjUxZDYtNTc3ZS00YjMwLTkxM2UtN2I3YWFmNDVmZTg0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:17:25 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "f98e00a4-3f39-413c-a70b-407ace71c2e2" + "67e12801-87b1-4b61-8fbd-28690712d384" ], "x-ms-client-request-id": [ - "ea88a1e8-6f45-4452-8135-649fd23da1ec" + "1584b41f-1f7a-4c7f-8f52-a3cc14323854" ], "OData-Version": [ "4.0" @@ -482,6 +545,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -489,19 +555,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "bb0c21ea-767c-4fbe-9a11-08a7a22cfaab" + "d57d2947-b215-4d61-ac3a-0be395d0f0c1" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231725Z:bb0c21ea-767c-4fbe-9a11-08a7a22cfaab" + "WESTUS:20200714T013214Z:d57d2947-b215-4d61-ac3a-0be395d0f0c1" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:32:14 GMT" + ], "Content-Length": [ - "77" + "78" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -510,40 +579,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint7403?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2MTk1L2VuZHBvaW50cy9lbmRwb2ludDc0MDM/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/a33651d6-577e-4b30-913e-7b7aaf45fe84?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYTMzNjUxZDYtNTc3ZS00YjMwLTkxM2UtN2I3YWFmNDVmZTg0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:17:26 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "b93050db-a893-4438-a40f-6c7f54f328ab" + "82f29ec3-21a1-4748-baa3-5f2aee22389a" ], "x-ms-client-request-id": [ - "0ef5b8fb-82dc-4697-96cf-7cb53f59cfc4" + "9fb13048-e055-4a38-a640-c831ece794cd" ], "OData-Version": [ "4.0" @@ -551,6 +614,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -558,19 +624,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "e85ab697-f80b-46c6-917b-9516706180d3" + "5caef693-9c6f-43f1-8cc9-56c1a3b862d7" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231726Z:e85ab697-f80b-46c6-917b-9516706180d3" + "WESTUS:20200714T013224Z:5caef693-9c6f-43f1-8cc9-56c1a3b862d7" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:32:24 GMT" + ], "Content-Length": [ - "890" + "78" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -579,46 +648,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint7403\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint7403\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint7403.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint7403?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2MTk1L2VuZHBvaW50cy9lbmRwb2ludDc0MDM/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/a33651d6-577e-4b30-913e-7b7aaf45fe84?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYTMzNjUxZDYtNTc3ZS00YjMwLTkxM2UtN2I3YWFmNDVmZTg0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "5837ce61-baf9-485d-a68c-2167c5b9bd40" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:17:26 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "9f8908f5-3830-4205-a96b-f73a40e6db00" + "08388b41-27c7-4240-a297-b15b673a8306" ], "x-ms-client-request-id": [ - "5837ce61-baf9-485d-a68c-2167c5b9bd40" + "02da6a02-0ea8-4b7f-8cd5-e121a9bbc7e1" ], "OData-Version": [ "4.0" @@ -626,6 +683,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -633,19 +693,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "75760c3c-ee27-45c1-88dc-18429a5adbdf" + "e2c00fff-64b4-4061-9d5e-05253a21a7c5" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231726Z:75760c3c-ee27-45c1-88dc-18429a5adbdf" + "WESTUS:20200714T013235Z:e2c00fff-64b4-4061-9d5e-05253a21a7c5" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:32:34 GMT" + ], "Content-Length": [ - "890" + "78" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -654,58 +717,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint7403\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint7403\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint7403.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint2484?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2MTk1L2VuZHBvaW50cy9lbmRwb2ludDI0ODQ/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"originPath\": \"/photos\",\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"application/octet-stream\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"BypassCaching\",\r\n \"deliveryPolicy\": {\r\n \"description\": \"Test description for a policy.\",\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"order\": 1,\r\n \"conditions\": [\r\n {\r\n \"name\": \"UrlPath\",\r\n \"parameters\": {\r\n \"operator\": \"Equal\",\r\n \"matchValues\": [\r\n \"abc\"\r\n ],\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlPathMatchConditionParameters\"\r\n }\r\n }\r\n ],\r\n \"actions\": [\r\n {\r\n \"name\": \"CacheExpiration\",\r\n \"parameters\": {\r\n \"cacheBehavior\": \"Override\",\r\n \"cacheDuration\": \"10:10:09\",\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleCacheExpirationActionParameters\",\r\n \"cacheType\": \"All\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n }\r\n}", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/a33651d6-577e-4b30-913e-7b7aaf45fe84?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYTMzNjUxZDYtNTc3ZS00YjMwLTkxM2UtN2I3YWFmNDVmZTg0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "02208bf2-b82b-4224-8fd7-2a2050a2d274" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1509" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:17:27 GMT" - ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "a43e075f-e15f-4b5b-acd4-2f20f25c65d2" + "1dc70da1-d081-49fd-8f2e-38e3b74e5161" ], "x-ms-client-request-id": [ - "02208bf2-b82b-4224-8fd7-2a2050a2d274" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/operationresults/70b4dc66-4dd4-4ab6-a8bf-33ff54dd253e?api-version=2019-04-15" + "1403bbed-8082-4741-bcb2-1d2d6dfc6df5" ], "OData-Version": [ "4.0" @@ -713,68 +752,68 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "x-ms-correlation-request-id": [ - "c7af0797-3cfe-49c5-8db8-613bfcff1055" + "65e2c7a7-3bf0-4ebe-b19d-4ee92620f59e" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231728Z:c7af0797-3cfe-49c5-8db8-613bfcff1055" + "WESTUS:20200714T013245Z:65e2c7a7-3bf0-4ebe-b19d-4ee92620f59e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:32:45 GMT" + ], "Content-Length": [ - "1776" + "77" ], "Content-Type": [ - "application/json; odata.metadata=minimal" + "application/json; odata.metadata=minimal; odata.streaming=true" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint2484\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint2484\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint2484.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"BypassCaching\",\r\n \"originPath\": \"/photos\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"application/octet-stream\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": {\r\n \"description\": \"Test description for a policy.\",\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"order\": 1,\r\n \"conditions\": [\r\n {\r\n \"name\": \"UrlPath\",\r\n \"parameters\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlPathMatchConditionParameters\",\r\n \"operator\": \"Equal\",\r\n \"negateCondition\": false,\r\n \"matchValues\": [\r\n \"abc\"\r\n ],\r\n \"transforms\": []\r\n }\r\n }\r\n ],\r\n \"actions\": [\r\n {\r\n \"name\": \"CacheExpiration\",\r\n \"parameters\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleCacheExpirationActionParameters\",\r\n \"cacheBehavior\": \"Override\",\r\n \"cacheDuration\": \"10:10:09\",\r\n \"cacheType\": \"All\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/operationresults/70b4dc66-4dd4-4ab6-a8bf-33ff54dd253e?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNzBiNGRjNjYtNGRkNC00YWI2LWE4YmYtMzNmZjU0ZGQyNTNlP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint5229?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMjkwL2VuZHBvaW50cy9lbmRwb2ludDUyMjk/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:17:37 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "269e3250-6277-4905-9730-58eac94aa268" + "943dd605-a5dd-4cf6-bdee-d0d9698fd2e4" ], "x-ms-client-request-id": [ - "00c87de7-fb19-4fd8-ac4e-a439dbfc16f8" + "9b543d91-e3a4-4b79-be66-e64a894c10da" ], "OData-Version": [ "4.0" @@ -782,26 +821,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "a677d3b2-702d-4816-bfd2-a8ca4c72e226" + "00f27b95-d760-4508-85c0-67f2370593d7" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231738Z:a677d3b2-702d-4816-bfd2-a8ca4c72e226" + "WESTUS:20200714T013246Z:00f27b95-d760-4508-85c0-67f2370593d7" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:32:45 GMT" + ], "Content-Length": [ - "77" + "1345" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -810,40 +855,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint5229\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint5229\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint5229.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": 3,\r\n \"weight\": 100,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": \"/subscriptions/da61bba1-cbd5-438c-a738-c717a6b2d59f/resourceGroups/moeidrg/providers/Microsoft.Network/privateLinkServices/pls-east-3\",\r\n \"privateLinkLocation\": \"EastUS\",\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": \"This is a test request\"\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint2484?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2MTk1L2VuZHBvaW50cy9lbmRwb2ludDI0ODQ/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint5229?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMjkwL2VuZHBvaW50cy9lbmRwb2ludDUyMjk/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "51c9f6ff-171e-43ac-b230-37a97655c447" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:17:38 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "9b556413-d6c6-4421-98c9-0c4120b8f20a" + "193f5d77-5d31-403f-be76-9b7d8b08cd22" ], "x-ms-client-request-id": [ - "8c27ee5b-2d69-421c-b909-536a5a6c095e" + "51c9f6ff-171e-43ac-b230-37a97655c447" ], "OData-Version": [ "4.0" @@ -851,26 +896,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "48" ], "x-ms-correlation-request-id": [ - "ae125542-e9ec-43d8-8f46-42c75025d4a4" + "a0827ba5-8618-4c49-a864-13cc74a0ca46" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231738Z:ae125542-e9ec-43d8-8f46-42c75025d4a4" + "WESTUS:20200714T013247Z:a0827ba5-8618-4c49-a864-13cc74a0ca46" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:32:46 GMT" + ], "Content-Length": [ - "1776" + "1345" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -879,58 +930,52 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint2484\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint2484\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint2484.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"BypassCaching\",\r\n \"originPath\": \"/photos\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"application/octet-stream\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": {\r\n \"description\": \"Test description for a policy.\",\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"order\": 1,\r\n \"conditions\": [\r\n {\r\n \"name\": \"UrlPath\",\r\n \"parameters\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlPathMatchConditionParameters\",\r\n \"operator\": \"Equal\",\r\n \"negateCondition\": false,\r\n \"matchValues\": [\r\n \"abc\"\r\n ],\r\n \"transforms\": []\r\n }\r\n }\r\n ],\r\n \"actions\": [\r\n {\r\n \"name\": \"CacheExpiration\",\r\n \"parameters\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleCacheExpirationActionParameters\",\r\n \"cacheBehavior\": \"Override\",\r\n \"cacheDuration\": \"10:10:09\",\r\n \"cacheType\": \"All\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint5229\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint5229\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint5229.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": 3,\r\n \"weight\": 100,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": \"/subscriptions/da61bba1-cbd5-438c-a738-c717a6b2d59f/resourceGroups/moeidrg/providers/Microsoft.Network/privateLinkServices/pls-east-3\",\r\n \"privateLinkLocation\": \"EastUS\",\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": \"This is a test request\"\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint3170?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2MTk1L2VuZHBvaW50cy9lbmRwb2ludDMxNzA/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint7795?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMjkwL2VuZHBvaW50cy9lbmRwb2ludDc3OTU/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"originHostHeader\": \"azurecdn-files.azureedge.net\",\r\n \"originPath\": \"/dsa-test\",\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"NotSet\",\r\n \"probePath\": \"/probe-v.txt\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"originPath\": \"/photos\",\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"application/octet-stream\"\r\n ],\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"isCompressionEnabled\": true,\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"BypassCaching\",\r\n \"deliveryPolicy\": {\r\n \"description\": \"Test description for a policy.\",\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"order\": 1,\r\n \"conditions\": [\r\n {\r\n \"name\": \"UrlPath\",\r\n \"parameters\": {\r\n \"operator\": \"Equal\",\r\n \"matchValues\": [\r\n \"abc\"\r\n ],\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlPathMatchConditionParameters\"\r\n }\r\n }\r\n ],\r\n \"actions\": [\r\n {\r\n \"name\": \"CacheExpiration\",\r\n \"parameters\": {\r\n \"cacheBehavior\": \"Override\",\r\n \"cacheDuration\": \"10:10:09\",\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleCacheExpirationActionParameters\",\r\n \"cacheType\": \"All\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ff56db59-8e85-445a-bcea-2185a91a7fe0" + "040aa7fa-80ac-4500-a735-d9938cf97924" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "538" + "1509" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:17:39 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "5ae43ec8-bd26-4b6c-9e04-90310cfe19bf" + "11e7642b-d6bf-4290-b43f-333c007e5a29" ], "x-ms-client-request-id": [ - "ff56db59-8e85-445a-bcea-2185a91a7fe0" + "040aa7fa-80ac-4500-a735-d9938cf97924" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/operationresults/b23c0ba0-d018-45ce-91cf-490cf7a3fa0a?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/784b92cb-9070-4be0-902b-8730b3bcad8c?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -938,26 +983,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "97" ], "x-ms-correlation-request-id": [ - "1bbebd3b-b182-49db-b26f-bd4381ba810f" + "66efe51f-b3bf-4568-ae1e-c08721a21892" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231739Z:1bbebd3b-b182-49db-b26f-bd4381ba810f" + "WESTUS:20200714T013251Z:66efe51f-b3bf-4568-ae1e-c08721a21892" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:32:50 GMT" + ], "Content-Length": [ - "948" + "2087" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -966,40 +1017,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint3170\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint3170\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint3170.azureedge.net\",\r\n \"originHostHeader\": \"azurecdn-files.azureedge.net\",\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/dsa-test\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": \"/probe-v.txt\",\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint7795\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint7795\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint7795.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"BypassCaching\",\r\n \"originPath\": \"/photos\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"priority\": 1,\r\n \"weight\": 1000,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"application/octet-stream\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": {\r\n \"description\": \"Test description for a policy.\",\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"order\": 1,\r\n \"conditions\": [\r\n {\r\n \"name\": \"UrlPath\",\r\n \"parameters\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlPathMatchConditionParameters\",\r\n \"operator\": \"Equal\",\r\n \"negateCondition\": false,\r\n \"matchValues\": [\r\n \"abc\"\r\n ],\r\n \"transforms\": []\r\n }\r\n }\r\n ],\r\n \"actions\": [\r\n {\r\n \"name\": \"CacheExpiration\",\r\n \"parameters\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleCacheExpirationActionParameters\",\r\n \"cacheBehavior\": \"Override\",\r\n \"cacheDuration\": \"10:10:09\",\r\n \"cacheType\": \"All\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/operationresults/b23c0ba0-d018-45ce-91cf-490cf7a3fa0a?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYjIzYzBiYTAtZDAxOC00NWNlLTkxY2YtNDkwY2Y3YTNmYTBhP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/784b92cb-9070-4be0-902b-8730b3bcad8c?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNzg0YjkyY2ItOTA3MC00YmUwLTkwMmItODczMGIzYmNhZDhjP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:17:50 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "f6b02e2c-e599-468f-bd64-84a80b1209c5" + "443d84a1-2c46-433f-884a-2400e5d0eb81" ], "x-ms-client-request-id": [ - "f5c0772e-dc09-4971-9789-b532682ff140" + "d4cb5e53-d15e-45bc-9bb2-918d11c30961" ], "OData-Version": [ "4.0" @@ -1007,6 +1052,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1014,17 +1062,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11993" ], "x-ms-correlation-request-id": [ - "0590a80b-7881-41ab-9f84-9592d8458eb5" + "d32873ed-b50b-436c-b97e-3c2bf93e972c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231750Z:0590a80b-7881-41ab-9f84-9592d8458eb5" + "WESTUS:20200714T013301Z:d32873ed-b50b-436c-b97e-3c2bf93e972c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:33:01 GMT" + ], "Content-Length": [ "78" ], @@ -1039,36 +1090,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/operationresults/b23c0ba0-d018-45ce-91cf-490cf7a3fa0a?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYjIzYzBiYTAtZDAxOC00NWNlLTkxY2YtNDkwY2Y3YTNmYTBhP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/784b92cb-9070-4be0-902b-8730b3bcad8c?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNzg0YjkyY2ItOTA3MC00YmUwLTkwMmItODczMGIzYmNhZDhjP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:18:00 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "83509806-d240-4090-9ba1-85b28b8bdff2" + "84a1696f-6e0b-4fa8-b6ca-04d291196d8d" ], "x-ms-client-request-id": [ - "4e9da14f-d38b-4b28-aa5b-98442290f9e7" + "c5e91bbc-3a79-4bb7-93dc-ab9c70859567" ], "OData-Version": [ "4.0" @@ -1076,6 +1121,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1083,17 +1131,89 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11992" + ], + "x-ms-correlation-request-id": [ + "1a90e085-15b3-47e0-83a9-5ff2143ef675" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T013311Z:1a90e085-15b3-47e0-83a9-5ff2143ef675" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:33:11 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/784b92cb-9070-4be0-902b-8730b3bcad8c?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNzg0YjkyY2ItOTA3MC00YmUwLTkwMmItODczMGIzYmNhZDhjP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "a25beac7-ff3c-46ad-b5b0-5b2658733779" + ], + "x-ms-client-request-id": [ + "9fda600f-c3d0-48fb-b7ae-b08eca70063f" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "x-ms-correlation-request-id": [ - "0cf190d4-c75c-4586-9277-262adfef1aaf" + "b19cedab-2dff-4ed6-ae22-f5a8a6857510" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231800Z:0cf190d4-c75c-4586-9277-262adfef1aaf" + "WESTUS:20200714T013322Z:b19cedab-2dff-4ed6-ae22-f5a8a6857510" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:33:21 GMT" + ], "Content-Length": [ "77" ], @@ -1108,36 +1228,186 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint3170?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2MTk1L2VuZHBvaW50cy9lbmRwb2ludDMxNzA/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint7795?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMjkwL2VuZHBvaW50cy9lbmRwb2ludDc3OTU/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d3841163-4a6b-435c-a7d6-1b49930f1e8b" + ], + "x-ms-client-request-id": [ + "22946755-af66-48af-b872-0aeb63d25e6a" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "47" + ], + "x-ms-correlation-request-id": [ + "fcc24bdd-25e4-41df-a1cf-90dac31b3abb" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T013323Z:fcc24bdd-25e4-41df-a1cf-90dac31b3abb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], "Date": [ - "Tue, 07 May 2019 23:18:00 GMT" + "Tue, 14 Jul 2020 01:33:22 GMT" + ], + "Content-Length": [ + "2087" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"endpoint7795\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint7795\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint7795.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"BypassCaching\",\r\n \"originPath\": \"/photos\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"priority\": 1,\r\n \"weight\": 1000,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"application/octet-stream\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": {\r\n \"description\": \"Test description for a policy.\",\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"order\": 1,\r\n \"conditions\": [\r\n {\r\n \"name\": \"UrlPath\",\r\n \"parameters\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlPathMatchConditionParameters\",\r\n \"operator\": \"Equal\",\r\n \"negateCondition\": false,\r\n \"matchValues\": [\r\n \"abc\"\r\n ],\r\n \"transforms\": []\r\n }\r\n }\r\n ],\r\n \"actions\": [\r\n {\r\n \"name\": \"CacheExpiration\",\r\n \"parameters\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleCacheExpirationActionParameters\",\r\n \"cacheBehavior\": \"Override\",\r\n \"cacheDuration\": \"10:10:09\",\r\n \"cacheType\": \"All\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"urlSigningKeys\": []\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint7482?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMjkwL2VuZHBvaW50cy9lbmRwb2ludDc0ODI/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"originPath\": \"/dsa-test\",\r\n \"contentTypesToCompress\": [],\r\n \"originHostHeader\": \"azurecdn-files.azureedge.net\",\r\n \"isCompressionEnabled\": false,\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"NotSet\",\r\n \"probePath\": \"/probe-v.txt\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c7f3296c-3ec1-4972-ba70-061ddcba3bdc" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "538" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "a7264e89-0884-4508-ad55-0810b2ec5893" + ], + "x-ms-client-request-id": [ + "c7f3296c-3ec1-4972-ba70-061ddcba3bdc" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/e39d724c-de53-4343-95e2-9757e009d39d?api-version=2020-04-15" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-IIS/8.5" ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "96" + ], + "x-ms-correlation-request-id": [ + "72ba02f2-2629-4889-acec-469b9d98df1a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T013326Z:72ba02f2-2629-4889-acec-469b9d98df1a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:33:25 GMT" + ], + "Content-Length": [ + "1275" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"endpoint7482\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint7482\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint7482.azureedge.net\",\r\n \"originHostHeader\": \"azurecdn-files.azureedge.net\",\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/dsa-test\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": \"azurecdn-files.azureedge.net\",\r\n \"priority\": 1,\r\n \"weight\": 1000,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": \"/probe-v.txt\",\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/e39d724c-de53-4343-95e2-9757e009d39d?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZTM5ZDcyNGMtZGU1My00MzQzLTk1ZTItOTc1N2UwMDlkMzlkP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-request-id": [ - "0f5505e3-09e3-415a-b58d-88e23b1be56d" + "4fec1f29-e801-443e-b2c6-55269a282d7f" ], "x-ms-client-request-id": [ - "670b2914-89b1-43b8-86b9-9a796564871c" + "0c777a57-7680-4fec-89e4-3a0bab477aed" ], "OData-Version": [ "4.0" @@ -1145,6 +1415,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1152,19 +1425,160 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11990" + ], + "x-ms-correlation-request-id": [ + "960b8487-42cc-4525-bb00-eba62da5525f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T013336Z:960b8487-42cc-4525-bb00-eba62da5525f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:33:36 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/e39d724c-de53-4343-95e2-9757e009d39d?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZTM5ZDcyNGMtZGU1My00MzQzLTk1ZTItOTc1N2UwMDlkMzlkP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "7fd4521b-946a-4c05-8db3-cb9a600f0507" + ], + "x-ms-client-request-id": [ + "5c57e4d1-2c12-470f-b001-72d9698a53d0" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "87fe3f4d-7316-434a-b107-6de4f244a39b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T013347Z:87fe3f4d-7316-434a-b107-6de4f244a39b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:33:46 GMT" + ], + "Content-Length": [ + "77" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint7482?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMjkwL2VuZHBvaW50cy9lbmRwb2ludDc0ODI/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "48c060f6-4b37-474a-a550-dca1a89fc925" + ], + "x-ms-client-request-id": [ + "fd0120ed-f3f9-4cf4-80ef-1d41d5500b30" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "46" ], "x-ms-correlation-request-id": [ - "a8d8862a-e0bb-4d4c-8ebf-b53821722767" + "8eadd0bf-b58e-4eda-bfd3-1e608ae04b5e" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231801Z:a8d8862a-e0bb-4d4c-8ebf-b53821722767" + "WESTUS:20200714T013348Z:8eadd0bf-b58e-4eda-bfd3-1e608ae04b5e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:33:47 GMT" + ], "Content-Length": [ - "948" + "1275" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1173,58 +1587,190 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint3170\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint3170\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint3170.azureedge.net\",\r\n \"originHostHeader\": \"azurecdn-files.azureedge.net\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/dsa-test\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": \"/probe-v.txt\",\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint7482\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint7482\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint7482.azureedge.net\",\r\n \"originHostHeader\": \"azurecdn-files.azureedge.net\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/dsa-test\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": \"azurecdn-files.azureedge.net\",\r\n \"priority\": 1,\r\n \"weight\": 1000,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": \"/probe-v.txt\",\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint6834?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2MTk1L2VuZHBvaW50cy9lbmRwb2ludDY4MzQ/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint4680?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMjkwL2VuZHBvaW50cy9lbmRwb2ludDQ2ODA/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n }\r\n}", "RequestHeaders": { - "x-ms-client-request-id": [ - "171ab2b5-9dbf-41a6-9787-34b297a972f4" - ], - "accept-language": [ - "en-US" - ], + "x-ms-client-request-id": [ + "74d7613c-11fb-4637-a584-e4c6b71aaece" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "299" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "a4e8e1a2-aa09-410a-899e-5b2eb584ba32" + ], + "x-ms-client-request-id": [ + "74d7613c-11fb-4637-a584-e4c6b71aaece" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/dca74df6-8ec0-44a5-bdb4-36aab36e317b?api-version=2020-04-15" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "95" + ], + "x-ms-correlation-request-id": [ + "29643187-52e2-4db3-a562-67fcc09d815c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T013352Z:29643187-52e2-4db3-a562-67fcc09d815c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:33:51 GMT" + ], + "Content-Length": [ + "1206" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"endpoint4680\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint4680\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint4680.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": 1,\r\n \"weight\": 1000,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/dca74df6-8ec0-44a5-bdb4-36aab36e317b?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGNhNzRkZjYtOGVjMC00NGE1LWJkYjQtMzZhYWIzNmUzMTdiP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "372a8824-8913-418e-805c-ae6155f19316" + ], + "x-ms-client-request-id": [ + "3baecef4-d7d6-4cb6-b609-a11e3330796f" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "5349d428-7e49-47c0-bbe1-319b89331e3b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T013403Z:5349d428-7e49-47c0-bbe1-319b89331e3b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:34:02 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/dca74df6-8ec0-44a5-bdb4-36aab36e317b?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGNhNzRkZjYtOGVjMC00NGE1LWJkYjQtMzZhYWIzNmUzMTdiP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "299" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:18:02 GMT" - ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "f2d007d7-e4a2-4f09-8dd6-4b08a5df2e72" + "6b43d3b5-0b52-483b-9914-cb692ad5a98f" ], "x-ms-client-request-id": [ - "171ab2b5-9dbf-41a6-9787-34b297a972f4" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/operationresults/41d03de1-30fc-44ba-8ded-93c33f54450e?api-version=2019-04-15" + "7f816198-6a03-4e27-b773-dc34f3126b9c" ], "OData-Version": [ "4.0" @@ -1232,68 +1778,68 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" ], "x-ms-correlation-request-id": [ - "d9ee93c4-e417-403b-a642-2b9385a54407" + "25fb97da-e6a0-4cf8-a58f-0f80592cadd6" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231803Z:d9ee93c4-e417-403b-a642-2b9385a54407" + "WESTUS:20200714T013413Z:25fb97da-e6a0-4cf8-a58f-0f80592cadd6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:34:12 GMT" + ], "Content-Length": [ - "905" + "78" ], "Content-Type": [ - "application/json; odata.metadata=minimal" + "application/json; odata.metadata=minimal; odata.streaming=true" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint6834\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint6834\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint6834.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/operationresults/41d03de1-30fc-44ba-8ded-93c33f54450e?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNDFkMDNkZTEtMzBmYy00NGJhLThkZWQtOTNjMzNmNTQ0NTBlP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/dca74df6-8ec0-44a5-bdb4-36aab36e317b?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGNhNzRkZjYtOGVjMC00NGE1LWJkYjQtMzZhYWIzNmUzMTdiP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:18:12 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "034e0924-c67b-46ff-85c5-20efc9d53c9d" + "bfff66ed-c96c-4fdb-8456-eafa1ad2323e" ], "x-ms-client-request-id": [ - "9f9cebae-fab6-4b50-80f9-237941c5bfd7" + "544fdedb-aaf7-4d2c-b99a-7201053a0aee" ], "OData-Version": [ "4.0" @@ -1301,6 +1847,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1308,17 +1857,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11986" ], "x-ms-correlation-request-id": [ - "699cd53e-e309-427f-9944-c78fbcc2993f" + "07d6c612-a156-4725-9e23-823d7fcd90ec" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231813Z:699cd53e-e309-427f-9944-c78fbcc2993f" + "WESTUS:20200714T013423Z:07d6c612-a156-4725-9e23-823d7fcd90ec" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:34:23 GMT" + ], "Content-Length": [ "77" ], @@ -1333,36 +1885,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint6834?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2MTk1L2VuZHBvaW50cy9lbmRwb2ludDY4MzQ/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint4680?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMjkwL2VuZHBvaW50cy9lbmRwb2ludDQ2ODA/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:18:13 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "93dca998-0e76-4c1e-a620-726f14d831f0" + "b959c0b3-f938-4a73-8b5b-ef22a84d3b54" ], "x-ms-client-request-id": [ - "b68d3742-8441-4830-bbb6-4912b0e69597" + "30f72aaa-3cfd-446e-84ec-f912e1f9795e" ], "OData-Version": [ "4.0" @@ -1370,26 +1916,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "45" ], "x-ms-correlation-request-id": [ - "f527143a-582d-4eb9-a778-90f1a8798b74" + "9884b1a1-3bb7-4ef7-98ed-4a2ea2b9deb6" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231814Z:f527143a-582d-4eb9-a778-90f1a8798b74" + "WESTUS:20200714T013424Z:9884b1a1-3bb7-4ef7-98ed-4a2ea2b9deb6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:34:24 GMT" + ], "Content-Length": [ - "905" + "1206" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1398,26 +1950,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint6834\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint6834\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint6834.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint4680\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint4680\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint4680.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": 1,\r\n \"weight\": 1000,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint3946?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2MTk1L2VuZHBvaW50cy9lbmRwb2ludDM5NDY/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint3069?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMjkwL2VuZHBvaW50cy9lbmRwb2ludDMwNjk/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"deliveryPolicy\": {\r\n \"description\": \"Test description for a policy.\",\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"order\": 1,\r\n \"conditions\": [\r\n {\r\n \"name\": \"UrlPath\",\r\n \"parameters\": {\r\n \"operator\": \"Equal\",\r\n \"matchValues\": [\r\n \"abc\"\r\n ],\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlPathMatchConditionParameters\"\r\n }\r\n }\r\n ],\r\n \"actions\": [\r\n {\r\n \"name\": \"CacheExpiration\",\r\n \"parameters\": {\r\n \"cacheBehavior\": \"BypassCache\",\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleCacheExpirationActionParameters\",\r\n \"cacheType\": \"All\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cdadadb8-299e-4938-805c-d63241b4c844" + "f6d94391-0cd2-4c3d-8f10-0f55f174e108" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1430,26 +1982,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:18:15 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "74ef9b35-4f07-470b-881b-5fd8acd6c278" + "098fa61f-cddb-4818-88cd-f9fbfa49cbdb" ], "x-ms-client-request-id": [ - "cdadadb8-299e-4938-805c-d63241b4c844" + "f6d94391-0cd2-4c3d-8f10-0f55f174e108" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/operationresults/8868d8bd-930b-45be-b000-e087c1527f18?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/a01254e4-3e4c-45f6-9449-e23d3f287713?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -1457,26 +2003,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "94" ], "x-ms-correlation-request-id": [ - "935772c7-4a98-4c64-85eb-46077494e5c9" + "01c1cbb9-3e8a-4bde-89c4-64f3eb40743f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231816Z:935772c7-4a98-4c64-85eb-46077494e5c9" + "WESTUS:20200714T013428Z:01c1cbb9-3e8a-4bde-89c4-64f3eb40743f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:34:28 GMT" + ], "Content-Length": [ - "1710" + "2011" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1485,40 +2037,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint3946\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint3946\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint3946.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": {\r\n \"description\": \"Test description for a policy.\",\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"order\": 1,\r\n \"conditions\": [\r\n {\r\n \"name\": \"UrlPath\",\r\n \"parameters\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlPathMatchConditionParameters\",\r\n \"operator\": \"Equal\",\r\n \"negateCondition\": false,\r\n \"matchValues\": [\r\n \"abc\"\r\n ],\r\n \"transforms\": []\r\n }\r\n }\r\n ],\r\n \"actions\": [\r\n {\r\n \"name\": \"CacheExpiration\",\r\n \"parameters\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleCacheExpirationActionParameters\",\r\n \"cacheBehavior\": \"BypassCache\",\r\n \"cacheDuration\": null,\r\n \"cacheType\": \"All\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint3069\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint3069\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint3069.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": 1,\r\n \"weight\": 1000,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": {\r\n \"description\": \"Test description for a policy.\",\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"order\": 1,\r\n \"conditions\": [\r\n {\r\n \"name\": \"UrlPath\",\r\n \"parameters\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlPathMatchConditionParameters\",\r\n \"operator\": \"Equal\",\r\n \"negateCondition\": false,\r\n \"matchValues\": [\r\n \"abc\"\r\n ],\r\n \"transforms\": []\r\n }\r\n }\r\n ],\r\n \"actions\": [\r\n {\r\n \"name\": \"CacheExpiration\",\r\n \"parameters\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleCacheExpirationActionParameters\",\r\n \"cacheBehavior\": \"BypassCache\",\r\n \"cacheDuration\": null,\r\n \"cacheType\": \"All\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/operationresults/8868d8bd-930b-45be-b000-e087c1527f18?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODg2OGQ4YmQtOTMwYi00NWJlLWIwMDAtZTA4N2MxNTI3ZjE4P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/a01254e4-3e4c-45f6-9449-e23d3f287713?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYTAxMjU0ZTQtM2U0Yy00NWY2LTk0NDktZTIzZDNmMjg3NzEzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:18:26 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "32c9ed13-4a3b-475d-8ae9-a31e047509be" + "9dd3ff13-9a62-442b-bf9d-fd4f2d6edd9c" ], "x-ms-client-request-id": [ - "bc2a0d8c-8f58-4890-a710-9eed71be6755" + "03ca4102-652a-4bd6-91f5-ebd798940d6b" ], "OData-Version": [ "4.0" @@ -1526,6 +2072,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1533,17 +2082,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11985" ], "x-ms-correlation-request-id": [ - "3686f985-164f-46b6-b2fe-a15e11d6344f" + "297f5b34-177e-4e4b-854a-a223512a6cea" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231826Z:3686f985-164f-46b6-b2fe-a15e11d6344f" + "WESTUS:20200714T013438Z:297f5b34-177e-4e4b-854a-a223512a6cea" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:34:38 GMT" + ], "Content-Length": [ "78" ], @@ -1558,36 +2110,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/operationresults/8868d8bd-930b-45be-b000-e087c1527f18?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODg2OGQ4YmQtOTMwYi00NWJlLWIwMDAtZTA4N2MxNTI3ZjE4P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/operationresults/a01254e4-3e4c-45f6-9449-e23d3f287713?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYTAxMjU0ZTQtM2U0Yy00NWY2LTk0NDktZTIzZDNmMjg3NzEzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:18:36 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "70b47a30-6ae2-4dee-9f76-7f485d7daa1c" + "ad127fb3-dcd6-4b16-a5b7-37300a6c845a" ], "x-ms-client-request-id": [ - "d777b73d-a53f-43b8-9a08-a06a40db2ee9" + "5aefb85a-b9e3-434c-a6af-6825a1181c01" ], "OData-Version": [ "4.0" @@ -1595,6 +2141,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1602,17 +2151,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11984" ], "x-ms-correlation-request-id": [ - "730724cc-ab5f-45f9-a217-ee70569a2fe7" + "26a710d4-b4ca-448b-b627-3d6494079425" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231836Z:730724cc-ab5f-45f9-a217-ee70569a2fe7" + "WESTUS:20200714T013448Z:26a710d4-b4ca-448b-b627-3d6494079425" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:34:48 GMT" + ], "Content-Length": [ "77" ], @@ -1627,36 +2179,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint3946?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2MTk1L2VuZHBvaW50cy9lbmRwb2ludDM5NDY/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint3069?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMjkwL2VuZHBvaW50cy9lbmRwb2ludDMwNjk/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:18:36 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "150c3fb0-e40b-4bb7-887e-f3269df37705" + "c6051b6d-92bc-4a06-8cc4-eba7a8c33d52" ], "x-ms-client-request-id": [ - "2cd0a480-41a2-41bb-9b09-c3b38e7af8ee" + "7280cf1c-c172-4910-ada0-b0c44406adc4" ], "OData-Version": [ "4.0" @@ -1664,26 +2210,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "44" ], "x-ms-correlation-request-id": [ - "21d6c3b4-79ec-45ae-ba9a-8f5f391ae517" + "59bdbd4d-0b8c-4a04-a494-b781ab97047f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231836Z:21d6c3b4-79ec-45ae-ba9a-8f5f391ae517" + "WESTUS:20200714T013449Z:59bdbd4d-0b8c-4a04-a494-b781ab97047f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:34:49 GMT" + ], "Content-Length": [ - "1710" + "2011" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1692,26 +2244,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint3946\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint3946\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint3946.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": {\r\n \"description\": \"Test description for a policy.\",\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"order\": 1,\r\n \"conditions\": [\r\n {\r\n \"name\": \"UrlPath\",\r\n \"parameters\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlPathMatchConditionParameters\",\r\n \"operator\": \"Equal\",\r\n \"negateCondition\": false,\r\n \"matchValues\": [\r\n \"abc\"\r\n ],\r\n \"transforms\": []\r\n }\r\n }\r\n ],\r\n \"actions\": [\r\n {\r\n \"name\": \"CacheExpiration\",\r\n \"parameters\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleCacheExpirationActionParameters\",\r\n \"cacheBehavior\": \"BypassCache\",\r\n \"cacheDuration\": null,\r\n \"cacheType\": \"All\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint3069\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint3069\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint3069.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": 1,\r\n \"weight\": 1000,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": {\r\n \"description\": \"Test description for a policy.\",\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"order\": 1,\r\n \"conditions\": [\r\n {\r\n \"name\": \"UrlPath\",\r\n \"parameters\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlPathMatchConditionParameters\",\r\n \"operator\": \"Equal\",\r\n \"negateCondition\": false,\r\n \"matchValues\": [\r\n \"abc\"\r\n ],\r\n \"transforms\": []\r\n }\r\n }\r\n ],\r\n \"actions\": [\r\n {\r\n \"name\": \"CacheExpiration\",\r\n \"parameters\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleCacheExpirationActionParameters\",\r\n \"cacheBehavior\": \"BypassCache\",\r\n \"cacheDuration\": null,\r\n \"cacheType\": \"All\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1057/providers/Microsoft.Cdn/profiles/profile6195/endpoints/endpoint8954?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2MTk1L2VuZHBvaW50cy9lbmRwb2ludDg5NTQ/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7586/providers/Microsoft.Cdn/profiles/profile1290/endpoints/endpoint557?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMjkwL2VuZHBvaW50cy9lbmRwb2ludDU1Nz9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"deliveryPolicy\": {\r\n \"description\": \"Test description for a policy.\",\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"order\": 1,\r\n \"conditions\": [\r\n {\r\n \"name\": \"UrlPath\",\r\n \"parameters\": {\r\n \"operator\": \"Equal\",\r\n \"matchValues\": [\r\n \"abc\"\r\n ],\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlPathMatchConditionParameters\"\r\n }\r\n }\r\n ],\r\n \"actions\": [\r\n {\r\n \"name\": \"CacheExpiration\",\r\n \"parameters\": {\r\n \"cacheBehavior\": \"BypassCache\",\r\n \"cacheDuration\": \"10:10:09\",\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleCacheExpirationActionParameters\",\r\n \"cacheType\": \"All\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0c3a768f-b55d-4738-80ec-686056f5c9db" + "668d9478-f1b8-4500-bba8-407eb0ca35ab" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1724,42 +2276,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:18:37 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "e7ac1e9b-6d1b-43b7-a707-da5ac0d180d9" + "9db41e4a-5def-4266-8bed-e55a99439773" ], "x-ms-client-request-id": [ - "0c3a768f-b55d-4738-80ec-686056f5c9db" + "668d9478-f1b8-4500-bba8-407eb0ca35ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "93" ], "x-ms-correlation-request-id": [ - "ec3af5cd-b4c1-49fc-9273-66d03b62789d" + "3e929167-9aad-4d9e-a941-8cc8685d9489" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231837Z:ec3af5cd-b4c1-49fc-9273-66d03b62789d" + "WESTUS:20200714T013451Z:3e929167-9aad-4d9e-a941-8cc8685d9489" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:34:50 GMT" + ], "Content-Length": [ "125" ], @@ -1777,21 +2329,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1057?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMDU3P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7586?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3NTg2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3cceda0-2ec5-48d4-a131-8c5071becf9a" + "fc0deb0f-4ec7-4a0d-bf13-3cf5f9dfe205" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1799,14 +2351,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:18:37 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1815,13 +2364,13 @@ "14999" ], "x-ms-request-id": [ - "9565d27f-4a47-4b19-9ab4-a32e5c8c5cac" + "d12e181e-015d-4154-a268-97143e4e22be" ], "x-ms-correlation-request-id": [ - "9565d27f-4a47-4b19-9ab4-a32e5c8c5cac" + "d12e181e-015d-4154-a268-97143e4e22be" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231838Z:9565d27f-4a47-4b19-9ab4-a32e5c8c5cac" + "WESTUS:20200714T013451Z:d12e181e-015d-4154-a268-97143e4e22be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1829,26 +2378,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:34:50 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEExTnkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOelU0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1856,14 +2408,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:18:52 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1872,13 +2421,13 @@ "11999" ], "x-ms-request-id": [ - "8af53918-b030-4efd-bc22-96936f702ba1" + "3b66652f-b2f0-470f-ae24-d7c38db06bf1" ], "x-ms-correlation-request-id": [ - "8af53918-b030-4efd-bc22-96936f702ba1" + "3b66652f-b2f0-470f-ae24-d7c38db06bf1" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231853Z:8af53918-b030-4efd-bc22-96936f702ba1" + "WESTUS:20200714T013506Z:3b66652f-b2f0-470f-ae24-d7c38db06bf1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1886,26 +2435,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:35:05 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEExTnkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOelU0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1913,14 +2465,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:19:07 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1929,13 +2478,13 @@ "11998" ], "x-ms-request-id": [ - "4ec9edbb-4420-4efc-a32c-9ec8cf2a85d0" + "0ed77945-b075-4b20-8eb5-28d5967c3d88" ], "x-ms-correlation-request-id": [ - "4ec9edbb-4420-4efc-a32c-9ec8cf2a85d0" + "0ed77945-b075-4b20-8eb5-28d5967c3d88" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231908Z:4ec9edbb-4420-4efc-a32c-9ec8cf2a85d0" + "WESTUS:20200714T013521Z:0ed77945-b075-4b20-8eb5-28d5967c3d88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1943,26 +2492,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:35:20 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEExTnkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOelU0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1970,14 +2522,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:19:22 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1986,13 +2535,13 @@ "11997" ], "x-ms-request-id": [ - "4d75e504-1657-4d73-bb56-4f9ebb82c3e9" + "5b6163ab-539b-4f73-88da-a3c0c70a2a5b" ], "x-ms-correlation-request-id": [ - "4d75e504-1657-4d73-bb56-4f9ebb82c3e9" + "5b6163ab-539b-4f73-88da-a3c0c70a2a5b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231923Z:4d75e504-1657-4d73-bb56-4f9ebb82c3e9" + "WESTUS:20200714T013536Z:5b6163ab-539b-4f73-88da-a3c0c70a2a5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2000,26 +2549,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:35:35 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEExTnkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOelU0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2027,14 +2579,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:19:38 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -2043,13 +2592,13 @@ "11996" ], "x-ms-request-id": [ - "3415902e-7ffe-49c0-8f0b-1d85b03dc52a" + "5c707d66-6463-4e21-b9d8-3e551ff66ae0" ], "x-ms-correlation-request-id": [ - "3415902e-7ffe-49c0-8f0b-1d85b03dc52a" + "5c707d66-6463-4e21-b9d8-3e551ff66ae0" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231938Z:3415902e-7ffe-49c0-8f0b-1d85b03dc52a" + "WESTUS:20200714T013551Z:5c707d66-6463-4e21-b9d8-3e551ff66ae0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2057,26 +2606,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:35:50 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEExTnkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOelU0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2084,14 +2636,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:19:53 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -2100,13 +2649,13 @@ "11995" ], "x-ms-request-id": [ - "7efb953a-0321-4690-b00c-8247953517f8" + "6543079a-7bd2-459f-b8dd-adb945e9053c" ], "x-ms-correlation-request-id": [ - "7efb953a-0321-4690-b00c-8247953517f8" + "6543079a-7bd2-459f-b8dd-adb945e9053c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T231953Z:7efb953a-0321-4690-b00c-8247953517f8" + "WESTUS:20200714T013606Z:6543079a-7bd2-459f-b8dd-adb945e9053c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2114,26 +2663,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:36:05 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEExTnkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOelU0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2141,14 +2693,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:20:08 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -2157,13 +2706,13 @@ "11994" ], "x-ms-request-id": [ - "6ed75edb-95ef-4932-95f0-2b54e37a66a5" + "6cf5cebb-9644-441b-8bc4-b11c771ef9c8" ], "x-ms-correlation-request-id": [ - "6ed75edb-95ef-4932-95f0-2b54e37a66a5" + "6cf5cebb-9644-441b-8bc4-b11c771ef9c8" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232008Z:6ed75edb-95ef-4932-95f0-2b54e37a66a5" + "WESTUS:20200714T013621Z:6cf5cebb-9644-441b-8bc4-b11c771ef9c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2171,26 +2720,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:36:20 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEExTnkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOelU0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2198,14 +2750,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:20:23 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -2214,13 +2763,13 @@ "11993" ], "x-ms-request-id": [ - "28fcb75e-d4a7-4a98-8659-9dddf1a82041" + "e2f8dff1-01b2-49fd-9ea0-b96bdb628d56" ], "x-ms-correlation-request-id": [ - "28fcb75e-d4a7-4a98-8659-9dddf1a82041" + "e2f8dff1-01b2-49fd-9ea0-b96bdb628d56" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232024Z:28fcb75e-d4a7-4a98-8659-9dddf1a82041" + "WESTUS:20200714T013636Z:e2f8dff1-01b2-49fd-9ea0-b96bdb628d56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2228,26 +2777,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:36:36 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEExTnkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOelU0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2255,14 +2807,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:20:38 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -2271,13 +2820,13 @@ "11992" ], "x-ms-request-id": [ - "42ed4582-5b5f-4841-bb3c-3f4aa4ab1039" + "30aa5ca8-3cf1-4efa-8248-3a5d01eab117" ], "x-ms-correlation-request-id": [ - "42ed4582-5b5f-4841-bb3c-3f4aa4ab1039" + "30aa5ca8-3cf1-4efa-8248-3a5d01eab117" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232039Z:42ed4582-5b5f-4841-bb3c-3f4aa4ab1039" + "WESTUS:20200714T013651Z:30aa5ca8-3cf1-4efa-8248-3a5d01eab117" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2285,26 +2834,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:36:51 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEExTnkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOelU0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2312,14 +2864,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:20:54 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -2328,13 +2877,13 @@ "11991" ], "x-ms-request-id": [ - "f99b5ac1-c0b6-46bf-9671-2d25a8e3f123" + "1cc34558-4b33-4afb-9724-67a4efd7852e" ], "x-ms-correlation-request-id": [ - "f99b5ac1-c0b6-46bf-9671-2d25a8e3f123" + "1cc34558-4b33-4afb-9724-67a4efd7852e" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232054Z:f99b5ac1-c0b6-46bf-9671-2d25a8e3f123" + "WESTUS:20200714T013706Z:1cc34558-4b33-4afb-9724-67a4efd7852e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2342,26 +2891,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:37:06 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEExTnkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOelU0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2369,29 +2921,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:21:08 GMT" - ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-request-id": [ - "fd2a5a77-91de-49ce-bf0f-47dc3dda15ff" + "35267dcf-aab3-4490-a262-344c486ce52c" ], "x-ms-correlation-request-id": [ - "fd2a5a77-91de-49ce-bf0f-47dc3dda15ff" + "35267dcf-aab3-4490-a262-344c486ce52c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232109Z:fd2a5a77-91de-49ce-bf0f-47dc3dda15ff" + "WESTUS:20200714T013721Z:35267dcf-aab3-4490-a262-344c486ce52c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2399,77 +2942,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:37:21 GMT" ], "Expires": [ "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEExTnkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 07 May 2019 23:21:23 GMT" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-request-id": [ - "171574b1-26d1-47c1-b4fb-be8095c0b94e" - ], - "x-ms-correlation-request-id": [ - "171574b1-26d1-47c1-b4fb-be8095c0b94e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20190507T232124Z:171574b1-26d1-47c1-b4fb-be8095c0b94e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" ], "Content-Length": [ "0" - ], - "Expires": [ - "-1" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTA1Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEExTnkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzU4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOelU0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2477,23 +2972,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:21:23 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11989" ], "x-ms-request-id": [ - "b2355a84-354b-478d-a2a6-1ea4b40a925f" + "c7732dfe-cc9a-4c00-8499-d787dc73cd95" ], "x-ms-correlation-request-id": [ - "b2355a84-354b-478d-a2a6-1ea4b40a925f" + "c7732dfe-cc9a-4c00-8499-d787dc73cd95" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232124Z:b2355a84-354b-478d-a2a6-1ea4b40a925f" + "WESTUS:20200714T013721Z:c7732dfe-cc9a-4c00-8499-d787dc73cd95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2501,11 +2993,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:37:21 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -2514,21 +3009,21 @@ ], "Names": { "CreateResourceGroup": [ - "cdnResourceGroup1057" + "cdnResourceGroup7586" ], "EndpointCreateTest": [ - "profile6195", - "endpoint7403", - "endpoint2484", - "endpoint3170", - "endpoint6834", - "endpoint3946", - "endpoint8954", - "endpoint6760", - "endpoint8388" + "profile1290", + "endpoint5229", + "endpoint7795", + "endpoint7482", + "endpoint4680", + "endpoint3069", + "endpoint557", + "endpoint2390", + "endpoint4067" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointDeleteTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointDeleteTest.json index 136ef4c225fe4..327c90be422ee 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointDeleteTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointDeleteTest.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0Mjc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a6a8bf04-87ac-4ac6-87c3-be8944885c24" + "eedcd384-756e-4046-b677-37e167865984" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -29,23 +29,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:00:16 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1199" ], "x-ms-request-id": [ - "1fd20ff2-21b3-4a14-975e-0a21d3a93b74" + "34a5e282-9ad1-499f-ad20-076382ceea77" ], "x-ms-correlation-request-id": [ - "1fd20ff2-21b3-4a14-975e-0a21d3a93b74" + "34a5e282-9ad1-499f-ad20-076382ceea77" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000016Z:1fd20ff2-21b3-4a14-975e-0a21d3a93b74" + "WESTUS:20200714T011609Z:34a5e282-9ad1-499f-ad20-076382ceea77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +50,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:16:09 GMT" + ], "Content-Length": [ "191" ], @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup322\",\r\n \"name\": \"cdnResourceGroup322\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup427\",\r\n \"name\": \"cdnResourceGroup427\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup322/providers/Microsoft.Cdn/profiles/profile1794?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTE3OTQ/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup427/providers/Microsoft.Cdn/profiles/profile2102?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTIxMDI/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6cde74cf-a087-4e9e-9552-8eda42302b22" + "3b1df38b-f64b-4d1f-8cb9-81c3450bc1c4" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -95,26 +95,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:00:18 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "4cb8d50f-e7ba-4120-8c04-62aec38a4de8" + "7caff8de-c9ba-4cdb-9071-3e2d7988ea67" ], "x-ms-client-request-id": [ - "6cde74cf-a087-4e9e-9552-8eda42302b22" + "3b1df38b-f64b-4d1f-8cb9-81c3450bc1c4" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/operationresults/6c191b71-1e98-4062-9ced-50d1773e63d3?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/operationresults/96cf837a-1dda-4949-8372-c892c43beed1?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -122,24 +116,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "1893f6fb-8824-4d8b-ba02-0ac6b75eb76a" + "c64fb94a-c6a7-4674-aaed-ee2feef572e8" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000018Z:1893f6fb-8824-4d8b-ba02-0ac6b75eb76a" + "WESTUS:20200714T011616Z:c64fb94a-c6a7-4674-aaed-ee2feef572e8" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:16:15 GMT" + ], "Content-Length": [ "397" ], @@ -150,40 +150,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile1794\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/profiles/profile1794\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile2102\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/profiles/profile2102\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/operationresults/6c191b71-1e98-4062-9ced-50d1773e63d3?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy82YzE5MWI3MS0xZTk4LTQwNjItOWNlZC01MGQxNzczZTYzZDM/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/operationresults/96cf837a-1dda-4949-8372-c892c43beed1?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy85NmNmODM3YS0xZGRhLTQ5NDktODM3Mi1jODkyYzQzYmVlZDE/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:00:28 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "c3ec7e62-8d7f-40ab-b9c6-56697852143b" + "09351dad-d7e8-49c9-8a0a-38199cec5d61" ], "x-ms-client-request-id": [ - "6ceb1f92-2443-4a5f-8f75-f96cab275021" + "06da0a9f-5b8a-44b0-997e-6fe05005d715" ], "OData-Version": [ "4.0" @@ -191,6 +185,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -198,17 +195,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-correlation-request-id": [ - "34b07dea-cdd7-4b6c-9bd0-9abea2e69f47" + "a68f15fb-ed7b-4d1e-9484-b53886bb09a0" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000029Z:34b07dea-cdd7-4b6c-9bd0-9abea2e69f47" + "WESTUS:20200714T011626Z:a68f15fb-ed7b-4d1e-9484-b53886bb09a0" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:16:26 GMT" + ], "Content-Length": [ "78" ], @@ -223,36 +223,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/operationresults/6c191b71-1e98-4062-9ced-50d1773e63d3?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy82YzE5MWI3MS0xZTk4LTQwNjItOWNlZC01MGQxNzczZTYzZDM/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/operationresults/96cf837a-1dda-4949-8372-c892c43beed1?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy85NmNmODM3YS0xZGRhLTQ5NDktODM3Mi1jODkyYzQzYmVlZDE/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:00:38 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "e6053196-7739-4ba3-9b24-5853ead61c5d" + "510c72c8-a77c-456d-a34d-0ec53f0cac72" ], "x-ms-client-request-id": [ - "03887b49-4493-4649-8a23-111079d43e89" + "b79f4f27-3bbd-4f25-b2a6-ef4be28ba8d2" ], "OData-Version": [ "4.0" @@ -260,6 +254,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -267,19 +264,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-correlation-request-id": [ - "fc4237c8-abc3-472d-9664-c15757c94d94" + "4546b4ff-d1a1-44b7-b5c8-23a4d7668a86" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000039Z:fc4237c8-abc3-472d-9664-c15757c94d94" + "WESTUS:20200714T011636Z:4546b4ff-d1a1-44b7-b5c8-23a4d7668a86" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:16:36 GMT" + ], "Content-Length": [ - "78" + "77" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -288,40 +288,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/operationresults/6c191b71-1e98-4062-9ced-50d1773e63d3?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy82YzE5MWI3MS0xZTk4LTQwNjItOWNlZC01MGQxNzczZTYzZDM/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup427/providers/Microsoft.Cdn/profiles/profile2102?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTIxMDI/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:00:48 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "fcea3b32-3313-45fb-9976-5e94a5c6ce40" + "b16cd2b8-e833-48b8-afb7-652778910ff9" ], "x-ms-client-request-id": [ - "5f5446aa-035b-4d4e-ad22-00b82a217a73" + "9c144dbd-eda3-4639-84d2-da3ede140d6a" ], "OData-Version": [ "4.0" @@ -329,26 +323,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "7bc4a4c8-6918-4b98-9db3-97fabf81af09" + "91640ee0-4259-4cbe-b8bf-92f61302fc78" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000049Z:7bc4a4c8-6918-4b98-9db3-97fabf81af09" + "WESTUS:20200714T011637Z:91640ee0-4259-4cbe-b8bf-92f61302fc78" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:16:37 GMT" + ], "Content-Length": [ - "77" + "396" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -357,40 +357,52 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile2102\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/profiles/profile2102\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup322/providers/Microsoft.Cdn/profiles/profile1794?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTE3OTQ/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup427/providers/Microsoft.Cdn/profiles/profile2102/endpoints/endpoint6361?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTIxMDIvZW5kcG9pbnRzL2VuZHBvaW50NjM2MT9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "88a11c21-e3d9-4a61-af47-ee77e776a28f" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "258" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:00:49 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "1a5bb4ae-4bee-4aa1-9a80-62152bfe4c84" + "573f4a25-febb-4eb5-ba25-3eb1a38f3eca" ], "x-ms-client-request-id": [ - "8bce09d8-59d6-4cab-a460-d15d1b5e6cae" + "88a11c21-e3d9-4a61-af47-ee77e776a28f" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/operationresults/bec492f1-8160-4206-9420-c411a949234e?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -398,86 +410,68 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "99" ], "x-ms-correlation-request-id": [ - "92c795d5-75ac-4d4e-9dfb-fd84235204b0" + "2cec6d22-b027-4717-bba1-a134717213e5" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000050Z:92c795d5-75ac-4d4e-9dfb-fd84235204b0" + "WESTUS:20200714T011641Z:2cec6d22-b027-4717-bba1-a134717213e5" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:16:40 GMT" + ], "Content-Length": [ - "396" + "1193" ], "Content-Type": [ - "application/json; odata.metadata=minimal; odata.streaming=true" + "application/json; odata.metadata=minimal" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile1794\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/profiles/profile1794\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"endpoint6361\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/profiles/profile2102/endpoints/endpoint6361\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint6361.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup322/providers/Microsoft.Cdn/profiles/profile1794/endpoints/endpoint9691?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTE3OTQvZW5kcG9pbnRzL2VuZHBvaW50OTY5MT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/operationresults/bec492f1-8160-4206-9420-c411a949234e?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9iZWM0OTJmMS04MTYwLTQyMDYtOTQyMC1jNDExYTk0OTIzNGU/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "7f2e5bb7-0b33-4190-83fa-9fa35f477862" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "258" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:00:51 GMT" - ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "94b2d6a8-44ec-4a7f-8d61-d6f9c4485e15" + "a174c613-2779-48c4-b9e4-c5856ca7c80e" ], "x-ms-client-request-id": [ - "7f2e5bb7-0b33-4190-83fa-9fa35f477862" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/operationresults/b58832dc-f3fc-4da2-9d80-d59b0329a8cf?api-version=2019-04-15" + "e84fe6d7-b61d-4c72-95bd-d5277ec76f8e" ], "OData-Version": [ "4.0" @@ -485,68 +479,68 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "x-ms-correlation-request-id": [ - "6e9df2ce-fb38-4c0d-b42b-59c8a245fb5d" + "f78c9248-f5d4-4c9f-939a-79b182087a62" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000052Z:6e9df2ce-fb38-4c0d-b42b-59c8a245fb5d" + "WESTUS:20200714T011651Z:f78c9248-f5d4-4c9f-939a-79b182087a62" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:16:50 GMT" + ], "Content-Length": [ - "889" + "78" ], "Content-Type": [ - "application/json; odata.metadata=minimal" + "application/json; odata.metadata=minimal; odata.streaming=true" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint9691\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/profiles/profile1794/endpoints/endpoint9691\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint9691.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/operationresults/b58832dc-f3fc-4da2-9d80-d59b0329a8cf?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9iNTg4MzJkYy1mM2ZjLTRkYTItOWQ4MC1kNTliMDMyOWE4Y2Y/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/operationresults/bec492f1-8160-4206-9420-c411a949234e?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9iZWM0OTJmMS04MTYwLTQyMDYtOTQyMC1jNDExYTk0OTIzNGU/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:01:02 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "23aea586-499f-4176-9205-e31628f248a9" + "17a27b45-b93f-4c43-9b0e-1212cdf16578" ], "x-ms-client-request-id": [ - "ccb9fbf6-8279-4bd4-bccf-57719521a801" + "0db8db04-7959-4198-b1d8-ef52f858993f" ], "OData-Version": [ "4.0" @@ -554,6 +548,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -561,17 +558,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11994" ], "x-ms-correlation-request-id": [ - "0fa5332b-bb47-4148-821b-7ad27ef2916b" + "069b6428-9fcc-4e1f-8a64-b416b75b48a2" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000102Z:0fa5332b-bb47-4148-821b-7ad27ef2916b" + "WESTUS:20200714T011702Z:069b6428-9fcc-4e1f-8a64-b416b75b48a2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:17:01 GMT" + ], "Content-Length": [ "77" ], @@ -586,36 +586,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup322/providers/Microsoft.Cdn/profiles/profile1794/endpoints/endpoint9691?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTE3OTQvZW5kcG9pbnRzL2VuZHBvaW50OTY5MT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup427/providers/Microsoft.Cdn/profiles/profile2102/endpoints/endpoint6361?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTIxMDIvZW5kcG9pbnRzL2VuZHBvaW50NjM2MT9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:01:02 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "07eb0539-03dc-4b0f-b563-a0666466de46" + "f8cc062c-2b65-4dab-8aa4-d0b4042c003e" ], "x-ms-client-request-id": [ - "10e170f6-3ee7-4a3f-8b6f-7d35f28d04e9" + "605c3aed-cc63-4b49-b5a5-084821617652" ], "OData-Version": [ "4.0" @@ -623,26 +617,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "1eca5556-9bf7-49e1-9dd9-05dc1b3370f5" + "c3fb3cd4-4286-4fca-928b-f0367d0fefad" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000102Z:1eca5556-9bf7-49e1-9dd9-05dc1b3370f5" + "WESTUS:20200714T011703Z:c3fb3cd4-4286-4fca-928b-f0367d0fefad" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:17:03 GMT" + ], "Content-Length": [ - "889" + "1193" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -651,46 +651,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint9691\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/profiles/profile1794/endpoints/endpoint9691\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint9691.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint6361\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/profiles/profile2102/endpoints/endpoint6361\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint6361.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup322/providers/Microsoft.Cdn/profiles/profile1794/endpoints?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTE3OTQvZW5kcG9pbnRzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup427/providers/Microsoft.Cdn/profiles/profile2102/endpoints?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTIxMDIvZW5kcG9pbnRzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f02bf35-e5d4-45b6-b543-f6ad1bcd5444" + "cd4e3b68-cc7c-4e78-a044-b738fbf31795" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:01:03 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "1319b016-a270-45f8-acf0-2aae1221f601" + "cd4d2c0f-e7f5-4b07-9990-b295947ec7a3" ], "x-ms-client-request-id": [ - "0f02bf35-e5d4-45b6-b543-f6ad1bcd5444" + "cd4e3b68-cc7c-4e78-a044-b738fbf31795" ], "OData-Version": [ "4.0" @@ -698,26 +692,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "48" ], "x-ms-correlation-request-id": [ - "797348b5-6854-46f4-9b49-3e3f1e3840ec" + "ec67b9e8-3fad-4576-b40c-d109b13f3790" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000103Z:797348b5-6854-46f4-9b49-3e3f1e3840ec" + "WESTUS:20200714T011704Z:ec67b9e8-3fad-4576-b40c-d109b13f3790" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:17:04 GMT" + ], "Content-Length": [ - "989" + "1309" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -726,46 +726,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"endpoint9691\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/profiles/profile1794/endpoints/endpoint9691\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint9691.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"endpoint6361\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/profiles/profile2102/endpoints/endpoint6361\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint6361.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup322/providers/Microsoft.Cdn/profiles/profile1794/endpoints?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTE3OTQvZW5kcG9pbnRzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup427/providers/Microsoft.Cdn/profiles/profile2102/endpoints?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTIxMDIvZW5kcG9pbnRzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81ab50b0-ad46-47ec-a2ed-99cce6740152" + "fd139d84-6d8c-4343-aa41-43b974423a42" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:01:15 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "843ba677-4aa0-45db-866d-d192d94c8ba6" + "f7991f5a-fd46-4ad1-b0dc-315a783b6959" ], "x-ms-client-request-id": [ - "81ab50b0-ad46-47ec-a2ed-99cce6740152" + "fd139d84-6d8c-4343-aa41-43b974423a42" ], "OData-Version": [ "4.0" @@ -773,24 +767,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "47" ], "x-ms-correlation-request-id": [ - "ba1a0977-3ec0-441d-92f1-db98a2a757b4" + "dcdecaf5-bd44-46f5-9c19-6ab9a469f661" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000115Z:ba1a0977-3ec0-441d-92f1-db98a2a757b4" + "WESTUS:20200714T011729Z:dcdecaf5-bd44-46f5-9c19-6ab9a469f661" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:17:29 GMT" + ], "Content-Length": [ "28" ], @@ -805,42 +805,36 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup322/providers/Microsoft.Cdn/profiles/profile1794/endpoints?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTE3OTQvZW5kcG9pbnRzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup427/providers/Microsoft.Cdn/profiles/profile2102/endpoints?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTIxMDIvZW5kcG9pbnRzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1f23b15-ec57-4f07-94f8-8abfd5040811" + "ccf4e7c2-f5ad-4d38-96cb-0efa1a1ec7ee" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:02:29 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "be781506-e091-4d44-851d-536917aa718d" + "8c28d0b7-5816-4d0f-aa78-2a2c78881af9" ], "x-ms-client-request-id": [ - "d1f23b15-ec57-4f07-94f8-8abfd5040811" + "ccf4e7c2-f5ad-4d38-96cb-0efa1a1ec7ee" ], "OData-Version": [ "4.0" @@ -848,24 +842,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "46" ], "x-ms-correlation-request-id": [ - "34ed78fd-c0f9-4b0b-bac1-84e196d5e9e6" + "52ff883a-7b89-4209-97d1-561fd4259b68" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000229Z:34ed78fd-c0f9-4b0b-bac1-84e196d5e9e6" + "WESTUS:20200714T011900Z:52ff883a-7b89-4209-97d1-561fd4259b68" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:18:59 GMT" + ], "Content-Length": [ "28" ], @@ -880,55 +880,52 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup322/providers/Microsoft.Cdn/profiles/profile1794/endpoints/endpoint9691?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTE3OTQvZW5kcG9pbnRzL2VuZHBvaW50OTY5MT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup427/providers/Microsoft.Cdn/profiles/profile2102/endpoints/endpoint6361?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTIxMDIvZW5kcG9pbnRzL2VuZHBvaW50NjM2MT9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc90c0fd-2d4c-4fd9-b59a-a21d83192009" + "31e0cd22-72c9-4b75-9335-4fe2d884c8c2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:01:04 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/operationresults/0d13efe7-d4f7-42d4-84f7-c6eef37a8a85/profileresults/profile1794/endpointresults/endpoint9691?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/operationresults/1d00ee90-9d4a-436c-893c-14165ed721a2/profileresults/profile2102/endpointresults/endpoint6361?api-version=2020-04-15" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "a948932f-fc8f-4cee-ae15-d1082b2bffbb" + "aa42b0e2-9a77-4988-9e5f-5d64878c13e1" ], "x-ms-client-request-id": [ - "cc90c0fd-2d4c-4fd9-b59a-a21d83192009" + "31e0cd22-72c9-4b75-9335-4fe2d884c8c2" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/operationresults/0d13efe7-d4f7-42d4-84f7-c6eef37a8a85?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/operationresults/1d00ee90-9d4a-436c-893c-14165ed721a2?api-version=2020-04-15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -936,68 +933,68 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "a0ebf0c2-d585-4b25-802f-10066a65bd32" + "a48fac33-a10e-4397-8de5-d209aed76891" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000104Z:a0ebf0c2-d585-4b25-802f-10066a65bd32" + "WESTUS:20200714T011705Z:a48fac33-a10e-4397-8de5-d209aed76891" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:17:05 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup322/providers/Microsoft.Cdn/profiles/profile1794/endpoints/endpoint9691?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTE3OTQvZW5kcG9pbnRzL2VuZHBvaW50OTY5MT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup427/providers/Microsoft.Cdn/profiles/profile2102/endpoints/endpoint6361?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTIxMDIvZW5kcG9pbnRzL2VuZHBvaW50NjM2MT9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ffd6186-63d6-48c9-a51e-e4f8774c5a4b" + "f8b48040-1438-429d-b94e-8d44b1d08a92" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:01:15 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "eb6ea7da-75de-42ba-a305-41424d134f3a" + "8e901a18-5c27-4b29-8277-4badc553f270" ], "x-ms-client-request-id": [ - "2ffd6186-63d6-48c9-a51e-e4f8774c5a4b" + "f8b48040-1438-429d-b94e-8d44b1d08a92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1005,17 +1002,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14998" ], "x-ms-correlation-request-id": [ - "9ac5b2f6-5ac4-4ba7-bcea-d93e98c67679" + "7f6afa09-5bdf-4b66-8773-c589a6d6e6f1" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000115Z:9ac5b2f6-5ac4-4ba7-bcea-d93e98c67679" + "WESTUS:20200714T011728Z:7f6afa09-5bdf-4b66-8773-c589a6d6e6f1" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:17:28 GMT" + ], "Expires": [ "-1" ] @@ -1024,36 +1024,30 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/operationresults/0d13efe7-d4f7-42d4-84f7-c6eef37a8a85?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy8wZDEzZWZlNy1kNGY3LTQyZDQtODRmNy1jNmVlZjM3YThhODU/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/operationresults/1d00ee90-9d4a-436c-893c-14165ed721a2?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy8xZDAwZWU5MC05ZDRhLTQzNmMtODkzYy0xNDE2NWVkNzIxYTI/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:01:14 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "a4ba9a22-72c1-4bd1-b31e-d70ea34b7ad9" + "b178731b-e965-4026-be3b-2570f2148d00" ], "x-ms-client-request-id": [ - "880f688b-d786-44ba-a899-796bd01839a0" + "d2a195e9-715a-4365-9a59-637bc1b1f6f4" ], "OData-Version": [ "4.0" @@ -1061,6 +1055,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1068,19 +1065,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11993" ], "x-ms-correlation-request-id": [ - "d921a4df-c4ef-40b1-be93-0f74c6df9312" + "f8e5c2dd-7b30-49a1-ac40-04e003e41a26" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000114Z:d921a4df-c4ef-40b1-be93-0f74c6df9312" + "WESTUS:20200714T011716Z:f8e5c2dd-7b30-49a1-ac40-04e003e41a26" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:17:15 GMT" + ], "Content-Length": [ - "77" + "78" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1089,44 +1089,44 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/operationresults/0d13efe7-d4f7-42d4-84f7-c6eef37a8a85/profileresults/profile1794/endpointresults/endpoint9691?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy8wZDEzZWZlNy1kNGY3LTQyZDQtODRmNy1jNmVlZjM3YThhODUvcHJvZmlsZXJlc3VsdHMvcHJvZmlsZTE3OTQvZW5kcG9pbnRyZXN1bHRzL2VuZHBvaW50OTY5MT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/operationresults/1d00ee90-9d4a-436c-893c-14165ed721a2?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy8xZDAwZWU5MC05ZDRhLTQzNmMtODkzYy0xNDE2NWVkNzIxYTI/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:01:14 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "dafb4915-f0ef-4c69-96f4-769daab0ca80" + "fa8a13bf-9a2d-495d-bda8-7034131a0822" ], "x-ms-client-request-id": [ - "52b58f6f-628e-4ac6-a2f0-95218b974aa8" + "9bd48803-a631-489a-9e1e-90fef3ed3649" + ], + "OData-Version": [ + "4.0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1134,50 +1134,119 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11991" ], "x-ms-correlation-request-id": [ - "ba4d82ee-f696-4c4f-9f42-673e78dcda2e" + "433f4c44-2f84-4393-8ea1-f8a2a4e61625" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000114Z:ba4d82ee-f696-4c4f-9f42-673e78dcda2e" + "WESTUS:20200714T011726Z:433f4c44-2f84-4393-8ea1-f8a2a4e61625" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:17:26 GMT" + ], "Content-Length": [ - "104" + "77" ], "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Language": [ - "en-US" + "application/json; odata.metadata=minimal; odata.streaming=true" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"NotFound\",\r\n \"message\": \"The requested resource was not found.\"\r\n }\r\n}", - "StatusCode": 404 + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup322/providers/Microsoft.Cdn/profiles/profile1794/endpoints/endpoint6427?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTE3OTQvZW5kcG9pbnRzL2VuZHBvaW50NjQyNz9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/operationresults/1d00ee90-9d4a-436c-893c-14165ed721a2/profileresults/profile2102/endpointresults/endpoint6361?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy8xZDAwZWU5MC05ZDRhLTQzNmMtODkzYy0xNDE2NWVkNzIxYTIvcHJvZmlsZXJlc3VsdHMvcHJvZmlsZTIxMDIvZW5kcG9pbnRyZXN1bHRzL2VuZHBvaW50NjM2MT9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "a0c32cd9-aad6-46ce-a09e-ad2d87a6e4d8" + ], "x-ms-client-request-id": [ - "193324d1-3497-4fe1-bc5e-c9a2708159da" + "71c150be-82cd-4df9-ae24-ce15dd40a6ce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "39fb920b-bd54-4662-b005-60c71f17fe57" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T011727Z:39fb920b-bd54-4662-b005-60c71f17fe57" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:17:27 GMT" + ], + "Content-Length": [ + "104" ], - "accept-language": [ + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Language": [ + "en-US" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"NotFound\",\r\n \"message\": \"The requested resource was not found.\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup427/providers/Microsoft.Cdn/profiles/profile2102/endpoints/endpoint6158?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTIxMDIvZW5kcG9pbnRzL2VuZHBvaW50NjE1OD9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "db328112-4fd8-4ebe-856f-4e8716d5dafe" + ], + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1190,26 +1259,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:01:16 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "2e696465-23a3-40d4-92c9-58ec73ce7eec" + "d3937d1f-1f96-4616-866b-ab9cc01fb47e" ], "x-ms-client-request-id": [ - "193324d1-3497-4fe1-bc5e-c9a2708159da" + "db328112-4fd8-4ebe-856f-4e8716d5dafe" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/operationresults/5858b989-a452-4faf-992e-739c66638f8a?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/operationresults/f5d8c814-0176-49b9-a23b-b2b27e5a935e?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -1217,26 +1280,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "98" ], "x-ms-correlation-request-id": [ - "4e74d016-33d6-4dfa-bd2c-8aa11493719e" + "18eb9351-efbd-48bf-96cc-2db658276cd9" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000117Z:4e74d016-33d6-4dfa-bd2c-8aa11493719e" + "WESTUS:20200714T011733Z:18eb9351-efbd-48bf-96cc-2db658276cd9" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:17:33 GMT" + ], "Content-Length": [ - "889" + "1193" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1245,50 +1314,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint6427\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/profiles/profile1794/endpoints/endpoint6427\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint6427.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint6158\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/profiles/profile2102/endpoints/endpoint6158\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint6158.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup322/providers/Microsoft.Cdn/profiles/profile1794/endpoints/endpoint6427?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTE3OTQvZW5kcG9pbnRzL2VuZHBvaW50NjQyNz9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup427/providers/Microsoft.Cdn/profiles/profile2102/endpoints/endpoint6158?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTIxMDIvZW5kcG9pbnRzL2VuZHBvaW50NjE1OD9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2260116a-d5fe-43a5-85eb-02c73657c3c6" + "a0764f6c-8901-41ff-b963-afaa92de3e04" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:01:17 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/operationresults/df350f40-9e9e-4285-b59d-e7ef09563e24/profileresults/profile2102/endpointresults/endpoint6158?api-version=2020-04-15" + ], + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "f8a50e08-88c1-4bd2-b2b3-63b81cf274c7" + "dc665538-c2cb-4cef-83e3-4991b79df1f3" ], "x-ms-client-request-id": [ - "2260116a-d5fe-43a5-85eb-02c73657c3c6" + "a0764f6c-8901-41ff-b963-afaa92de3e04" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/operationresults/df350f40-9e9e-4285-b59d-e7ef09563e24?api-version=2020-04-15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1296,142 +1371,124 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14997" ], "x-ms-correlation-request-id": [ - "1e59315b-0273-445d-915b-31664d8cbf73" + "212d4e74-9de5-402a-9606-ff497b8f2fbd" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000117Z:1e59315b-0273-445d-915b-31664d8cbf73" + "WESTUS:20200714T011837Z:212d4e74-9de5-402a-9606-ff497b8f2fbd" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "147" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Language": [ - "en-US" + "Date": [ + "Tue, 14 Jul 2020 01:18:37 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"BadRequest\",\r\n \"message\": \"The requested operation cannot be executed on the entity in the current state.\"\r\n }\r\n}", - "StatusCode": 400 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup322/providers/Microsoft.Cdn/profiles/profile1794/endpoints/endpoint6427?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTE3OTQvZW5kcG9pbnRzL2VuZHBvaW50NjQyNz9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/operationresults/df350f40-9e9e-4285-b59d-e7ef09563e24?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9kZjM1MGY0MC05ZTllLTQyODUtYjU5ZC1lN2VmMDk1NjNlMjQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "5b98cfc6-9d48-4e85-a5ee-f5d1506dfea7" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:02:17 GMT" - ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/operationresults/df33cea5-7ac3-4981-81b8-2469bedf1eda/profileresults/profile1794/endpointresults/endpoint6427?api-version=2019-04-15" - ], - "Retry-After": [ - "10" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "573575cf-712e-4aff-bb5e-b9f1e038c01e" + "bf9687d5-ff52-4155-80b1-960c75ba44cd" ], "x-ms-client-request-id": [ - "5b98cfc6-9d48-4e85-a5ee-f5d1506dfea7" + "a5f2548f-e741-4ab6-b914-8c88ce04d796" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/operationresults/df33cea5-7ac3-4981-81b8-2469bedf1eda?api-version=2019-04-15" + "OData-Version": [ + "4.0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" ], "x-ms-correlation-request-id": [ - "9c7667f0-e61b-4798-9727-19986c905e3d" + "ccd1981f-5f69-45d4-8d17-7efda6da46e3" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000218Z:9c7667f0-e61b-4798-9727-19986c905e3d" + "WESTUS:20200714T011848Z:ccd1981f-5f69-45d4-8d17-7efda6da46e3" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:18:47 GMT" + ], "Content-Length": [ - "0" + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/operationresults/df33cea5-7ac3-4981-81b8-2469bedf1eda?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9kZjMzY2VhNS03YWMzLTQ5ODEtODFiOC0yNDY5YmVkZjFlZGE/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/operationresults/df350f40-9e9e-4285-b59d-e7ef09563e24?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9kZjM1MGY0MC05ZTllLTQyODUtYjU5ZC1lN2VmMDk1NjNlMjQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:02:29 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "19dd1105-78ef-44fa-ab8f-25ca6f6de4e9" + "4a91a7b3-9ae9-4aaf-bc4f-f89a5add8191" ], "x-ms-client-request-id": [ - "b53b1dc4-1916-4704-927e-1cf12dc8e0aa" + "1b3f4096-a027-4339-8b21-8eea7b564b78" ], "OData-Version": [ "4.0" @@ -1439,6 +1496,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1446,17 +1506,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11988" ], "x-ms-correlation-request-id": [ - "e34b6f51-ad79-4842-997d-5b570dff60e1" + "38b8ec48-2190-4dee-807a-df2e850b6956" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000229Z:e34b6f51-ad79-4842-997d-5b570dff60e1" + "WESTUS:20200714T011858Z:38b8ec48-2190-4dee-807a-df2e850b6956" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:18:57 GMT" + ], "Content-Length": [ "77" ], @@ -1471,40 +1534,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322/providers/Microsoft.Cdn/operationresults/df33cea5-7ac3-4981-81b8-2469bedf1eda/profileresults/profile1794/endpointresults/endpoint6427?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9kZjMzY2VhNS03YWMzLTQ5ODEtODFiOC0yNDY5YmVkZjFlZGEvcHJvZmlsZXJlc3VsdHMvcHJvZmlsZTE3OTQvZW5kcG9pbnRyZXN1bHRzL2VuZHBvaW50NjQyNz9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427/providers/Microsoft.Cdn/operationresults/df350f40-9e9e-4285-b59d-e7ef09563e24/profileresults/profile2102/endpointresults/endpoint6158?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9kZjM1MGY0MC05ZTllLTQyODUtYjU5ZC1lN2VmMDk1NjNlMjQvcHJvZmlsZXJlc3VsdHMvcHJvZmlsZTIxMDIvZW5kcG9pbnRyZXN1bHRzL2VuZHBvaW50NjE1OD9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:02:29 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "30dde657-073d-4b39-b285-0a100116d681" + "52e1127a-5fda-4391-bbd4-75c4f1ad065c" ], "x-ms-client-request-id": [ - "46ae988b-9082-44b9-a2d7-fb56d17f2f9c" + "82051fbd-6dc3-462a-8404-f1946b1c7ae8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1512,17 +1572,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11987" ], "x-ms-correlation-request-id": [ - "566249e5-1177-4082-aef2-77f034a982c8" + "5cdf9bd8-5fe0-41f5-97b0-ae936e4ed498" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000229Z:566249e5-1177-4082-aef2-77f034a982c8" + "WESTUS:20200714T011859Z:5cdf9bd8-5fe0-41f5-97b0-ae936e4ed498" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:18:58 GMT" + ], "Content-Length": [ "104" ], @@ -1540,21 +1603,21 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup322?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzMjI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup427?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0Mjc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f8ec48ab-52a4-4adf-a4a0-c5b22c47be93" + "30632500-2826-4fc9-a788-8b34c2f331ff" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1562,14 +1625,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:02:30 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzIyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1578,13 +1638,13 @@ "14999" ], "x-ms-request-id": [ - "73626498-5946-4cc3-8314-13e8a87c86c9" + "77a2e1c5-7c8a-4049-a293-2caa01e31c7d" ], "x-ms-correlation-request-id": [ - "73626498-5946-4cc3-8314-13e8a87c86c9" + "77a2e1c5-7c8a-4049-a293-2caa01e31c7d" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000230Z:73626498-5946-4cc3-8314-13e8a87c86c9" + "WESTUS:20200714T011900Z:77a2e1c5-7c8a-4049-a293-2caa01e31c7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1592,26 +1652,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:18:59 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzIyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNekl5TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1619,29 +1682,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:02:45 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzIyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-request-id": [ - "f3bb4194-1a3c-4b93-82be-fb3599f6f4ba" + "29d9cf07-372f-4c05-901a-556781d9e999" ], "x-ms-correlation-request-id": [ - "f3bb4194-1a3c-4b93-82be-fb3599f6f4ba" + "29d9cf07-372f-4c05-901a-556781d9e999" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000245Z:f3bb4194-1a3c-4b93-82be-fb3599f6f4ba" + "WESTUS:20200714T011915Z:29d9cf07-372f-4c05-901a-556781d9e999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1649,26 +1709,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:19:15 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzIyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNekl5TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1676,29 +1739,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:03:00 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzIyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-request-id": [ - "311186a5-664a-4e0a-b256-6c1aadcfa546" + "d5b97b8b-5846-4d5e-9d53-6370210d6be6" ], "x-ms-correlation-request-id": [ - "311186a5-664a-4e0a-b256-6c1aadcfa546" + "d5b97b8b-5846-4d5e-9d53-6370210d6be6" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000300Z:311186a5-664a-4e0a-b256-6c1aadcfa546" + "WESTUS:20200714T011930Z:d5b97b8b-5846-4d5e-9d53-6370210d6be6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1706,26 +1766,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:19:30 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzIyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNekl5TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1733,29 +1796,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:03:14 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzIyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-request-id": [ - "935dbb83-93f6-464c-ac34-a2020896766e" + "965962ac-1ed1-4c14-a091-b8c97e230df8" ], "x-ms-correlation-request-id": [ - "935dbb83-93f6-464c-ac34-a2020896766e" + "965962ac-1ed1-4c14-a091-b8c97e230df8" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000315Z:935dbb83-93f6-464c-ac34-a2020896766e" + "WESTUS:20200714T011945Z:965962ac-1ed1-4c14-a091-b8c97e230df8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1763,26 +1823,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:19:45 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzIyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNekl5TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1790,29 +1853,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:03:30 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzIyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "79a7547f-e56e-417e-b801-7a862bef1494" + "e5457049-ad89-4c7b-84a1-00244433980e" ], "x-ms-correlation-request-id": [ - "79a7547f-e56e-417e-b801-7a862bef1494" + "e5457049-ad89-4c7b-84a1-00244433980e" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000330Z:79a7547f-e56e-417e-b801-7a862bef1494" + "WESTUS:20200714T012000Z:e5457049-ad89-4c7b-84a1-00244433980e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1820,26 +1880,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:20:00 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzIyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNekl5TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1847,29 +1910,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:03:45 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzIyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "9f3b089b-bdd0-4172-af10-b06b4ee27a86" + "967d54c4-2021-491f-9437-f620978f26e9" ], "x-ms-correlation-request-id": [ - "9f3b089b-bdd0-4172-af10-b06b4ee27a86" + "967d54c4-2021-491f-9437-f620978f26e9" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000345Z:9f3b089b-bdd0-4172-af10-b06b4ee27a86" + "WESTUS:20200714T012015Z:967d54c4-2021-491f-9437-f620978f26e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1877,26 +1937,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:20:15 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzIyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNekl5TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1904,29 +1967,83 @@ "Cache-Control": [ "no-cache" ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "063e26f5-63b6-4aa4-8c5f-55eb16836490" + ], + "x-ms-correlation-request-id": [ + "063e26f5-63b6-4aa4-8c5f-55eb16836490" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T012030Z:063e26f5-63b6-4aa4-8c5f-55eb16836490" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], "Date": [ - "Wed, 08 May 2019 00:04:00 GMT" + "Tue, 14 Jul 2020 01:20:30 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzIyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11989" ], "x-ms-request-id": [ - "78ce219f-261f-4b44-a458-68d8b7091cfc" + "f1bbb5f3-f88c-40f9-9d93-7ef06a3ce7bb" ], "x-ms-correlation-request-id": [ - "78ce219f-261f-4b44-a458-68d8b7091cfc" + "f1bbb5f3-f88c-40f9-9d93-7ef06a3ce7bb" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000400Z:78ce219f-261f-4b44-a458-68d8b7091cfc" + "WESTUS:20200714T012045Z:f1bbb5f3-f88c-40f9-9d93-7ef06a3ce7bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1934,26 +2051,86 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:20:44 GMT" + ], + "Expires": [ + "-1" + ], "Content-Length": [ "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "44b100a6-7fdb-4641-b576-f285ced211cd" + ], + "x-ms-correlation-request-id": [ + "44b100a6-7fdb-4641-b576-f285ced211cd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T012100Z:44b100a6-7fdb-4641-b576-f285ced211cd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:20:59 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzIyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNekl5TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1961,23 +2138,83 @@ "Cache-Control": [ "no-cache" ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "e25841f6-3838-45aa-a87f-9365986aca11" + ], + "x-ms-correlation-request-id": [ + "e25841f6-3838-45aa-a87f-9365986aca11" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T012115Z:e25841f6-3838-45aa-a87f-9365986aca11" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], "Date": [ - "Wed, 08 May 2019 00:04:15 GMT" + "Tue, 14 Jul 2020 01:21:15 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11986" ], "x-ms-request-id": [ - "f06cf207-1a2a-4d4f-b2f2-1faf10eb387e" + "5d312edd-f044-41b6-a8bf-490af424195d" ], "x-ms-correlation-request-id": [ - "f06cf207-1a2a-4d4f-b2f2-1faf10eb387e" + "5d312edd-f044-41b6-a8bf-490af424195d" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000415Z:f06cf207-1a2a-4d4f-b2f2-1faf10eb387e" + "WESTUS:20200714T012130Z:5d312edd-f044-41b6-a8bf-490af424195d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1985,26 +2222,80 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:21:30 GMT" + ], + "Expires": [ + "-1" + ], "Content-Length": [ "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-request-id": [ + "f6fdf25d-0bff-473f-babe-e5a6a33925cf" + ], + "x-ms-correlation-request-id": [ + "f6fdf25d-0bff-473f-babe-e5a6a33925cf" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T012146Z:f6fdf25d-0bff-473f-babe-e5a6a33925cf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:21:45 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzIyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNekl5TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2012,23 +2303,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:04:15 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11984" ], "x-ms-request-id": [ - "16eeea47-3494-40b3-b4de-f794b2812f66" + "fa8937fa-01ca-425e-9fb0-cbb0f57eaccd" ], "x-ms-correlation-request-id": [ - "16eeea47-3494-40b3-b4de-f794b2812f66" + "fa8937fa-01ca-425e-9fb0-cbb0f57eaccd" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000416Z:16eeea47-3494-40b3-b4de-f794b2812f66" + "WESTUS:20200714T012146Z:fa8937fa-01ca-425e-9fb0-cbb0f57eaccd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2036,11 +2324,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:21:45 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -2049,15 +2340,15 @@ ], "Names": { "CreateResourceGroup": [ - "cdnResourceGroup322" + "cdnResourceGroup427" ], "EndpointDeleteTest": [ - "profile1794", - "endpoint9691", - "endpoint6427" + "profile2102", + "endpoint6361", + "endpoint6158" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointGetListTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointGetListTest.json index 57348eaee0877..dcc9e50096a8c 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointGetListTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointGetListTest.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7f0b6fdf-db01-4375-b505-87a83e3e585e" + "c0310f52-9a91-4f34-b40e-917a2566708f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -29,9 +29,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:07:47 GMT" - ], "Pragma": [ "no-cache" ], @@ -39,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "5ac57a84-b4d6-42eb-905f-95aa80c6fc5a" + "c010c060-271e-4325-9b78-a391f0e7d43a" ], "x-ms-correlation-request-id": [ - "5ac57a84-b4d6-42eb-905f-95aa80c6fc5a" + "c010c060-271e-4325-9b78-a391f0e7d43a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000747Z:5ac57a84-b4d6-42eb-905f-95aa80c6fc5a" + "WESTUS:20200714T012516Z:c010c060-271e-4325-9b78-a391f0e7d43a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,8 +50,11 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:25:15 GMT" + ], "Content-Length": [ - "191" + "193" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup202\",\r\n \"name\": \"cdnResourceGroup202\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1244\",\r\n \"name\": \"cdnResourceGroup1244\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTI0NzA/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNTA0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3cef668b-fc90-46c2-8da2-61d4489f7855" + "e7d3fd5c-614b-4817-855e-019ea5bef910" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -95,26 +95,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:07:49 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "7b1861ef-3dc0-4783-8fcb-bb4abdbc50c2" + "4ee16249-9316-4906-9d70-3b838fbd6f57" ], "x-ms-client-request-id": [ - "3cef668b-fc90-46c2-8da2-61d4489f7855" + "e7d3fd5c-614b-4817-855e-019ea5bef910" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/operationresults/d5443cb6-a83e-4b36-9431-07d2918167f3?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/operationresults/771c1bdc-3e89-4cae-a046-32d05710e06d?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -122,26 +116,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "5fa16c3b-2351-4642-9fa8-c72a0a43d4b2" + "8a14684a-4893-41a2-a690-55521a9b558f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000749Z:5fa16c3b-2351-4642-9fa8-c72a0a43d4b2" + "WESTUS:20200714T012521Z:8a14684a-4893-41a2-a690-55521a9b558f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:25:21 GMT" + ], "Content-Length": [ - "397" + "398" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -150,40 +150,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile2470\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile3504\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/operationresults/d5443cb6-a83e-4b36-9431-07d2918167f3?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9kNTQ0M2NiNi1hODNlLTRiMzYtOTQzMS0wN2QyOTE4MTY3ZjM/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/operationresults/771c1bdc-3e89-4cae-a046-32d05710e06d?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNzcxYzFiZGMtM2U4OS00Y2FlLWEwNDYtMzJkMDU3MTBlMDZkP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:07:59 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "d3189360-2cdb-491b-9c39-b896a7f6a22b" + "7dc60adb-459c-4c09-8b31-e1ae08b3050e" ], "x-ms-client-request-id": [ - "012026ec-8c92-471d-b993-37370b888920" + "677d2997-ef3a-400e-8e9f-eb7a754fc6df" ], "OData-Version": [ "4.0" @@ -191,6 +185,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -198,17 +195,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "71346858-2599-4936-8a46-89181e793bd6" + "8219d1cc-5c56-49ed-9164-4b6df95b9664" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000800Z:71346858-2599-4936-8a46-89181e793bd6" + "WESTUS:20200714T012532Z:8219d1cc-5c56-49ed-9164-4b6df95b9664" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:25:31 GMT" + ], "Content-Length": [ "78" ], @@ -223,36 +223,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/operationresults/d5443cb6-a83e-4b36-9431-07d2918167f3?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9kNTQ0M2NiNi1hODNlLTRiMzYtOTQzMS0wN2QyOTE4MTY3ZjM/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/operationresults/771c1bdc-3e89-4cae-a046-32d05710e06d?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNzcxYzFiZGMtM2U4OS00Y2FlLWEwNDYtMzJkMDU3MTBlMDZkP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:08:09 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "fd1d7731-6ec4-4b94-a3ed-c55e77b1408b" + "647008d0-909c-4d90-83f5-f2d5a49765b2" ], "x-ms-client-request-id": [ - "e0fd6a98-83fb-4236-a77d-064e7cd91035" + "58be3bfb-15f9-4ee2-af38-0415d69c9b89" ], "OData-Version": [ "4.0" @@ -260,6 +254,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -267,17 +264,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11998" ], "x-ms-correlation-request-id": [ - "fbb4738c-4ffc-4782-b87a-f358ad9b6dd9" + "5197fc88-ef33-4e40-98ab-b277b45d7480" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000810Z:fbb4738c-4ffc-4782-b87a-f358ad9b6dd9" + "WESTUS:20200714T012542Z:5197fc88-ef33-4e40-98ab-b277b45d7480" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:25:41 GMT" + ], "Content-Length": [ "78" ], @@ -292,36 +292,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/operationresults/d5443cb6-a83e-4b36-9431-07d2918167f3?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9kNTQ0M2NiNi1hODNlLTRiMzYtOTQzMS0wN2QyOTE4MTY3ZjM/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/operationresults/771c1bdc-3e89-4cae-a046-32d05710e06d?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNzcxYzFiZGMtM2U4OS00Y2FlLWEwNDYtMzJkMDU3MTBlMDZkP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:08:20 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "517edf6c-bbd9-4d30-887b-df213958b92b" + "9c1a133a-514e-47f7-9cdd-ed6057a1491c" ], "x-ms-client-request-id": [ - "199c93c2-5271-45cd-9892-8daa32925190" + "e9cc6fc5-2816-4d15-a30b-8734657b1dbf" ], "OData-Version": [ "4.0" @@ -329,6 +323,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -336,17 +333,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11997" ], "x-ms-correlation-request-id": [ - "0bdafc82-f556-49f5-865f-f0c6827f1c55" + "3a5d643a-df64-4c75-a5d2-e09a97c4dfce" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000820Z:0bdafc82-f556-49f5-865f-f0c6827f1c55" + "WESTUS:20200714T012552Z:3a5d643a-df64-4c75-a5d2-e09a97c4dfce" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:25:51 GMT" + ], "Content-Length": [ "77" ], @@ -361,36 +361,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTI0NzA/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNTA0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:08:20 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "38e8b2ea-9f7c-4b35-9577-4df32bafe2a9" + "2757a627-44f7-4709-9d1a-23f7b951999d" ], "x-ms-client-request-id": [ - "92899194-fff5-46f7-af3b-94373c481abf" + "b2431d28-0d85-4cdc-b0ce-326924b09898" ], "OData-Version": [ "4.0" @@ -398,26 +392,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "f81cb14b-ccbf-4755-b44a-9fdbfb29e142" + "dfd327b7-ae24-4e08-ad58-ec96c8ec98b6" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000820Z:f81cb14b-ccbf-4755-b44a-9fdbfb29e142" + "WESTUS:20200714T012553Z:dfd327b7-ae24-4e08-ad58-ec96c8ec98b6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:25:52 GMT" + ], "Content-Length": [ - "396" + "397" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -426,46 +426,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile2470\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile3504\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTI0NzAvZW5kcG9pbnRzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNTA0L2VuZHBvaW50cz9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a76505f-2d13-4045-93ac-f73570262be9" + "0780527b-82c7-4223-801c-5faea8b7c77f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:08:21 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "58bd80dc-a44c-4b1d-810d-9b13e4ad8de0" + "78c1b41a-8289-4497-a797-7df593d62701" ], "x-ms-client-request-id": [ - "8a76505f-2d13-4045-93ac-f73570262be9" + "0780527b-82c7-4223-801c-5faea8b7c77f" ], "OData-Version": [ "4.0" @@ -473,24 +467,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "f284a3f8-1564-405b-b3bc-fc31793d639d" + "e0509a78-bb52-48de-81e4-36957765da9b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000821Z:f284a3f8-1564-405b-b3bc-fc31793d639d" + "WESTUS:20200714T012554Z:e0509a78-bb52-48de-81e4-36957765da9b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:25:53 GMT" + ], "Content-Length": [ "28" ], @@ -505,42 +505,36 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTI0NzAvZW5kcG9pbnRzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNTA0L2VuZHBvaW50cz9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a86e4e4-4ef0-4950-96bc-31e6432377a2" + "f5cf7065-1af4-4fe4-9eaa-ebd89999104c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:08:33 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "861cdfbd-421b-4e4e-96ae-da71c18589d8" + "3b55972a-d39e-4f33-930b-4836576369b8" ], "x-ms-client-request-id": [ - "7a86e4e4-4ef0-4950-96bc-31e6432377a2" + "f5cf7065-1af4-4fe4-9eaa-ebd89999104c" ], "OData-Version": [ "4.0" @@ -548,26 +542,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "46" ], "x-ms-correlation-request-id": [ - "06199fa7-0e4a-4ca7-a4c4-5fae0b632544" + "ea149ed4-459b-44b6-87d7-b2a4da138018" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000834Z:06199fa7-0e4a-4ca7-a4c4-5fae0b632544" + "WESTUS:20200714T012611Z:ea149ed4-459b-44b6-87d7-b2a4da138018" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:26:10 GMT" + ], "Content-Length": [ - "989" + "1310" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -576,46 +576,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"endpoint1213\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints/endpoint1213\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint1213.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"endpoint7580\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints/endpoint7580\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint7580.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTI0NzAvZW5kcG9pbnRzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNTA0L2VuZHBvaW50cz9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e367ac7-60ec-4c84-8a3c-7675d493b044" + "43c6686b-0c21-4d13-8564-a3bb1835676e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:08:35 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "f4afee7d-556e-49d1-a9ba-4d87c4cbf48a" + "bb83e4b4-18f2-43d8-91af-98e49fa26558" ], "x-ms-client-request-id": [ - "3e367ac7-60ec-4c84-8a3c-7675d493b044" + "43c6686b-0c21-4d13-8564-a3bb1835676e" ], "OData-Version": [ "4.0" @@ -623,26 +617,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "45" ], "x-ms-correlation-request-id": [ - "7a7b3bb9-f264-4f59-8188-1a033ef8ceac" + "c46bb1cd-9d5e-4602-b794-810aa1a3b815" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000835Z:7a7b3bb9-f264-4f59-8188-1a033ef8ceac" + "WESTUS:20200714T012615Z:c46bb1cd-9d5e-4602-b794-810aa1a3b815" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:26:15 GMT" + ], "Content-Length": [ - "1951" + "2593" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -651,46 +651,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"endpoint1119\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints/endpoint1119\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint1119.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n },\r\n {\r\n \"name\": \"endpoint1213\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints/endpoint1213\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint1213.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"endpoint7580\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints/endpoint7580\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint7580.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n },\r\n {\r\n \"name\": \"endpoint4258\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints/endpoint4258\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint4258.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTI0NzAvZW5kcG9pbnRzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNTA0L2VuZHBvaW50cz9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "daacfd18-b6c3-4f6c-b055-f3ed46cb3ec5" + "883fa051-5273-4b1a-b6a4-d445e64dcd57" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:08:48 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "ececa7ad-6ccc-416a-9f16-ab0f25eb6990" + "d233d1c0-108d-401f-9e86-5cb900e12cf1" ], "x-ms-client-request-id": [ - "daacfd18-b6c3-4f6c-b055-f3ed46cb3ec5" + "883fa051-5273-4b1a-b6a4-d445e64dcd57" ], "OData-Version": [ "4.0" @@ -698,26 +692,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "43" ], "x-ms-correlation-request-id": [ - "36d4defd-38bf-41d3-b5b8-a444f31860d0" + "288566c1-beed-4bbf-92eb-1d6fe5907406" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000848Z:36d4defd-38bf-41d3-b5b8-a444f31860d0" + "WESTUS:20200714T012640Z:288566c1-beed-4bbf-92eb-1d6fe5907406" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:26:40 GMT" + ], "Content-Length": [ - "989" + "1310" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -726,46 +726,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"endpoint1119\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints/endpoint1119\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint1119.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"endpoint4258\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints/endpoint4258\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint4258.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTI0NzAvZW5kcG9pbnRzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNTA0L2VuZHBvaW50cz9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c2e29f8-42b0-4e23-a49c-634849515dd8" + "1cd992a1-7b3a-491e-aa3f-19cfd43dc382" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:10:50 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "06c99fc8-e791-427b-8f52-6b594ccb9d71" + "70bc9393-5792-4c20-839f-026040d83b85" ], "x-ms-client-request-id": [ - "8c2e29f8-42b0-4e23-a49c-634849515dd8" + "1cd992a1-7b3a-491e-aa3f-19cfd43dc382" ], "OData-Version": [ "4.0" @@ -773,24 +767,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "41" ], "x-ms-correlation-request-id": [ - "8865c84f-6a18-451a-aeb6-e66cfbe239e2" + "6772bc84-4dcd-4de4-ac83-65400cb2e229" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001050Z:8865c84f-6a18-451a-aeb6-e66cfbe239e2" + "WESTUS:20200714T012846Z:6772bc84-4dcd-4de4-ac83-65400cb2e229" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:28:45 GMT" + ], "Content-Length": [ "28" ], @@ -805,22 +805,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints/endpoint1213?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTI0NzAvZW5kcG9pbnRzL2VuZHBvaW50MTIxMz9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints/endpoint7580?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNTA0L2VuZHBvaW50cy9lbmRwb2ludDc1ODA/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f1a12098-957c-417e-a2ca-464c6a4b3d0f" + "1287c958-2ae3-449f-bb94-e817c3fc0bf4" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -833,26 +833,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:08:22 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "d1f0dd6f-2177-4f1f-9d2e-477c59bafbeb" + "e1d11188-d8ed-4fb7-b452-2c84b6166563" ], "x-ms-client-request-id": [ - "f1a12098-957c-417e-a2ca-464c6a4b3d0f" + "1287c958-2ae3-449f-bb94-e817c3fc0bf4" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/operationresults/7252b3dc-957b-427d-b372-193475dfab69?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/operationresults/4a9eda16-07d1-4411-b79d-7e30e18143f1?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -860,26 +854,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "99" ], "x-ms-correlation-request-id": [ - "e30e23e9-9a8c-4ae5-82c6-3c6236a2f5e8" + "d39c0830-5417-4b9a-88d9-87834c741133" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000822Z:e30e23e9-9a8c-4ae5-82c6-3c6236a2f5e8" + "WESTUS:20200714T012557Z:d39c0830-5417-4b9a-88d9-87834c741133" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:25:56 GMT" + ], "Content-Length": [ - "889" + "1194" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -888,40 +888,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint1213\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints/endpoint1213\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint1213.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint7580\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints/endpoint7580\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint7580.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/operationresults/7252b3dc-957b-427d-b372-193475dfab69?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy83MjUyYjNkYy05NTdiLTQyN2QtYjM3Mi0xOTM0NzVkZmFiNjk/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/operationresults/4a9eda16-07d1-4411-b79d-7e30e18143f1?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNGE5ZWRhMTYtMDdkMS00NDExLWI3OWQtN2UzMGUxODE0M2YxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:08:32 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "bbd44ffa-8dce-4af6-a695-dc1264c6e85c" + "0873e344-dd2a-4db0-9c7b-37f4b88ed206" ], "x-ms-client-request-id": [ - "b1847f34-8d7b-4f31-85c6-672bb5ddfc78" + "8fde0513-180c-4095-bd2f-0e19b95ea3e2" ], "OData-Version": [ "4.0" @@ -929,6 +923,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -936,17 +933,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "38d5e783-79b7-402d-a612-b36d67593bd0" + "cdb8c051-087e-4d42-af6d-bb6fc93c6bf9" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000833Z:38d5e783-79b7-402d-a612-b36d67593bd0" + "WESTUS:20200714T012608Z:cdb8c051-087e-4d42-af6d-bb6fc93c6bf9" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:26:08 GMT" + ], "Content-Length": [ "77" ], @@ -961,36 +961,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints/endpoint1213?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTI0NzAvZW5kcG9pbnRzL2VuZHBvaW50MTIxMz9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints/endpoint7580?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNTA0L2VuZHBvaW50cy9lbmRwb2ludDc1ODA/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:08:33 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "2a1fc517-dfd2-46f4-93b4-3b3b48ff668e" + "cf47ee0e-59a1-4c02-b202-b02c7fb9ed6b" ], "x-ms-client-request-id": [ - "1e6ccbe9-a65f-40f1-9ec2-02bfd409fb2b" + "7bb5b712-2156-4455-afdd-1ceda62e4410" ], "OData-Version": [ "4.0" @@ -998,26 +992,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "48" ], "x-ms-correlation-request-id": [ - "3f838cd8-1cc9-4599-83fd-d1f9cfb2adfb" + "3980e644-e98c-4216-9178-5d7876daa772" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000833Z:3f838cd8-1cc9-4599-83fd-d1f9cfb2adfb" + "WESTUS:20200714T012609Z:3980e644-e98c-4216-9178-5d7876daa772" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:26:08 GMT" + ], "Content-Length": [ - "889" + "1194" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1026,46 +1026,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint1213\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints/endpoint1213\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint1213.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint7580\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints/endpoint7580\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint7580.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints/endpoint1213?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTI0NzAvZW5kcG9pbnRzL2VuZHBvaW50MTIxMz9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints/endpoint7580?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNTA0L2VuZHBvaW50cy9lbmRwb2ludDc1ODA/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99b26594-7f93-43d4-84cc-4a0b043f8d14" + "d3f5def3-58f4-4523-a80e-5eabd06e6556" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:08:33 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "d9090ed1-05e5-4fc6-9eb9-b52bbbc59e78" + "89be7169-a587-4f9f-b1a7-9575e9907fad" ], "x-ms-client-request-id": [ - "99b26594-7f93-43d4-84cc-4a0b043f8d14" + "d3f5def3-58f4-4523-a80e-5eabd06e6556" ], "OData-Version": [ "4.0" @@ -1073,26 +1067,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "47" ], "x-ms-correlation-request-id": [ - "fdf498b2-dca5-46e7-bdd1-9cab9a2ba774" + "d9dcaea7-24f4-42df-9625-777bbb122752" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000833Z:fdf498b2-dca5-46e7-bdd1-9cab9a2ba774" + "WESTUS:20200714T012610Z:d9dcaea7-24f4-42df-9625-777bbb122752" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:26:09 GMT" + ], "Content-Length": [ - "889" + "1194" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1101,68 +1101,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint1213\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints/endpoint1213\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint1213.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint7580\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints/endpoint7580\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint7580.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints/endpoint1213?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTI0NzAvZW5kcG9pbnRzL2VuZHBvaW50MTIxMz9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints/endpoint7580?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNTA0L2VuZHBvaW50cy9lbmRwb2ludDc1ODA/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95953195-ea13-48eb-b96e-183348f9accd" + "a3cf1e10-c2a5-438a-b216-5f8b5af5c62f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:08:47 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "84f8ecb3-7333-496a-8fdc-6dd4480b7cd4" + "b2f64800-37af-4d6c-a89c-cef4eb2a27a4" ], "x-ms-client-request-id": [ - "95953195-ea13-48eb-b96e-183348f9accd" + "a3cf1e10-c2a5-438a-b216-5f8b5af5c62f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "44" ], "x-ms-correlation-request-id": [ - "f62f2e24-7bb7-43a7-a399-3c757a18c39e" + "ffff770f-1a5b-4da0-b9f7-13a68917ae4b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000847Z:f62f2e24-7bb7-43a7-a399-3c757a18c39e" + "WESTUS:20200714T012639Z:ffff770f-1a5b-4da0-b9f7-13a68917ae4b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:26:39 GMT" + ], "Content-Length": [ "104" ], @@ -1180,22 +1180,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints/endpoint1119?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTI0NzAvZW5kcG9pbnRzL2VuZHBvaW50MTExOT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints/endpoint4258?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNTA0L2VuZHBvaW50cy9lbmRwb2ludDQyNTg/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8a27af35-6dd1-4ae8-b379-9f6d3dfc05dd" + "777a7ec1-b75c-4373-b972-032614d587fc" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,26 +1208,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:08:35 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "612baad5-bccc-415f-9987-d0d05030d6bf" + "3a108261-05af-4575-9f78-d2e357393366" ], "x-ms-client-request-id": [ - "8a27af35-6dd1-4ae8-b379-9f6d3dfc05dd" + "777a7ec1-b75c-4373-b972-032614d587fc" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/operationresults/a241a10d-8c8a-446c-89b8-7ab29a514525?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/operationresults/a9be065b-4241-47a5-b8c4-71a2f9debbf9?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -1235,26 +1229,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "98" ], "x-ms-correlation-request-id": [ - "d4ae4a3f-7152-47fd-835a-f8079626ad2a" + "f70386a0-34f5-4edf-87ac-798c3d131d88" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000835Z:d4ae4a3f-7152-47fd-835a-f8079626ad2a" + "WESTUS:20200714T012614Z:f70386a0-34f5-4edf-87ac-798c3d131d88" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:26:14 GMT" + ], "Content-Length": [ - "889" + "1194" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1263,59 +1263,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint1119\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints/endpoint1119\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint1119.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint4258\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints/endpoint4258\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint4258.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints/endpoint1213?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTI0NzAvZW5kcG9pbnRzL2VuZHBvaW50MTIxMz9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints/endpoint7580?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNTA0L2VuZHBvaW50cy9lbmRwb2ludDc1ODA/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b379c091-65fb-4fef-a446-67c4fdd4b645" + "f9793c18-1802-4815-ab7d-3d219a55bf39" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:08:36 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/operationresults/a543a66c-c558-432f-97d2-2cbce940e854/profileresults/profile2470/endpointresults/endpoint1213?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/operationresults/a01267e0-98af-4b51-a2c1-789e1c24d952/profileresults/profile3504/endpointresults/endpoint7580?api-version=2020-04-15" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "87de9307-cc3c-4e16-b801-b0056e00ccca" + "8995a7e1-1c3a-4a67-8273-9f0ad7b83e67" ], "x-ms-client-request-id": [ - "b379c091-65fb-4fef-a446-67c4fdd4b645" + "f9793c18-1802-4815-ab7d-3d219a55bf39" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/operationresults/a543a66c-c558-432f-97d2-2cbce940e854?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/operationresults/a01267e0-98af-4b51-a2c1-789e1c24d952?api-version=2020-04-15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1323,58 +1320,55 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "5263913f-fa65-4b57-a3fe-4378e5cc7538" + "b6604446-0019-42f8-927b-3fc3fd2b67a6" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000836Z:5263913f-fa65-4b57-a3fe-4378e5cc7538" + "WESTUS:20200714T012617Z:b6604446-0019-42f8-927b-3fc3fd2b67a6" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:26:16 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/operationresults/a543a66c-c558-432f-97d2-2cbce940e854?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9hNTQzYTY2Yy1jNTU4LTQzMmYtOTdkMi0yY2JjZTk0MGU4NTQ/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/operationresults/a01267e0-98af-4b51-a2c1-789e1c24d952?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYTAxMjY3ZTAtOThhZi00YjUxLWEyYzEtNzg5ZTFjMjRkOTUyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:08:46 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "8aee1611-0358-49fb-8a56-775851e3f3fb" + "9699ebac-80ed-440c-b788-a950fb364683" ], "x-ms-client-request-id": [ - "cd6f0431-7a23-4afe-b721-16a0f0081770" + "823f670b-d0aa-4863-bab1-99e03c177ad2" ], "OData-Version": [ "4.0" @@ -1382,6 +1376,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1389,19 +1386,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-correlation-request-id": [ - "ef46fe4c-ccb4-4960-b309-d981379ba3cb" + "ec2b2f5f-0cad-4c16-a0f4-bf4bcd032efb" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000847Z:ef46fe4c-ccb4-4960-b309-d981379ba3cb" + "WESTUS:20200714T012627Z:ec2b2f5f-0cad-4c16-a0f4-bf4bcd032efb" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:26:27 GMT" + ], "Content-Length": [ - "77" + "78" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1410,44 +1410,44 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/operationresults/a543a66c-c558-432f-97d2-2cbce940e854/profileresults/profile2470/endpointresults/endpoint1213?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9hNTQzYTY2Yy1jNTU4LTQzMmYtOTdkMi0yY2JjZTk0MGU4NTQvcHJvZmlsZXJlc3VsdHMvcHJvZmlsZTI0NzAvZW5kcG9pbnRyZXN1bHRzL2VuZHBvaW50MTIxMz9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/operationresults/a01267e0-98af-4b51-a2c1-789e1c24d952?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYTAxMjY3ZTAtOThhZi00YjUxLWEyYzEtNzg5ZTFjMjRkOTUyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:08:47 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "3862481c-64d4-4ebb-b179-7dbd83aa06e5" + "9be719c4-5a8b-4dfe-ad6a-4285c8dc5888" ], "x-ms-client-request-id": [ - "b862ac7e-3d63-4273-8614-45445e6bf507" + "9020b774-d7df-450e-a984-7c9af79c394c" + ], + "OData-Version": [ + "4.0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1455,83 +1455,149 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-correlation-request-id": [ - "09001154-5ae2-4658-9ec4-5461f82618a5" + "b1f86a7e-1c09-4bf8-ad80-9535bad5b80d" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000847Z:09001154-5ae2-4658-9ec4-5461f82618a5" + "WESTUS:20200714T012637Z:b1f86a7e-1c09-4bf8-ad80-9535bad5b80d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:26:37 GMT" + ], "Content-Length": [ - "104" + "77" ], "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Language": [ - "en-US" + "application/json; odata.metadata=minimal; odata.streaming=true" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"NotFound\",\r\n \"message\": \"The requested resource was not found.\"\r\n }\r\n}", - "StatusCode": 404 + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints/endpoint1119?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTI0NzAvZW5kcG9pbnRzL2VuZHBvaW50MTExOT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/operationresults/a01267e0-98af-4b51-a2c1-789e1c24d952/profileresults/profile3504/endpointresults/endpoint7580?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYTAxMjY3ZTAtOThhZi00YjUxLWEyYzEtNzg5ZTFjMjRkOTUyL3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGUzNTA0L2VuZHBvaW50cmVzdWx0cy9lbmRwb2ludDc1ODA/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "37d97a2b-9929-425e-84c0-812bb8e1a256" + ], + "x-ms-client-request-id": [ + "e308829e-984e-4b58-9de8-361f3ee36b1e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "d2000a8b-048f-49a5-a1d0-c022adb799af" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T012638Z:d2000a8b-048f-49a5-a1d0-c022adb799af" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:26:38 GMT" + ], + "Content-Length": [ + "104" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Language": [ + "en-US" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"NotFound\",\r\n \"message\": \"The requested resource was not found.\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints/endpoint4258?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNTA0L2VuZHBvaW50cy9lbmRwb2ludDQyNTg/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1fc02434-7067-4856-bddd-bffd1fa4a58b" + "23563062-fe45-47e4-8e46-9cd1b8661b48" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:09:48 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/operationresults/79e5fc49-1ede-4e6e-b345-3771ecffe2a9/profileresults/profile2470/endpointresults/endpoint1119?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/operationresults/85200667-3572-4f21-930b-cb80661f39b3/profileresults/profile3504/endpointresults/endpoint4258?api-version=2020-04-15" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "48ee5f3c-fdd7-4540-87c9-cc8f13722bcf" + "aec221ea-69d6-441f-87da-0845d4e1ad86" ], "x-ms-client-request-id": [ - "1fc02434-7067-4856-bddd-bffd1fa4a58b" + "23563062-fe45-47e4-8e46-9cd1b8661b48" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/operationresults/79e5fc49-1ede-4e6e-b345-3771ecffe2a9?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/operationresults/85200667-3572-4f21-930b-cb80661f39b3?api-version=2020-04-15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1539,64 +1605,61 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-correlation-request-id": [ - "1a984cdc-332e-40c6-ba3d-dfc6a62d173d" + "c8a54634-6261-43b4-9bb9-ec998f77900f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000949Z:1a984cdc-332e-40c6-ba3d-dfc6a62d173d" + "WESTUS:20200714T012744Z:c8a54634-6261-43b4-9bb9-ec998f77900f" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:27:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints/endpoint1119?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDIvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTI0NzAvZW5kcG9pbnRzL2VuZHBvaW50MTExOT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints/endpoint4258?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNTA0L2VuZHBvaW50cy9lbmRwb2ludDQyNTg/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84975750-019d-48d8-b346-0f37c08ad8b7" + "787df151-3ff8-451f-9d14-d6352b5a9bc9" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:09:49 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "48a5347d-beab-4ad3-bb74-9408e1edf414" + "85a9bf95-225a-4bbb-99a2-32ef665e0a50" ], "x-ms-client-request-id": [ - "84975750-019d-48d8-b346-0f37c08ad8b7" + "787df151-3ff8-451f-9d14-d6352b5a9bc9" ], "OData-Version": [ "4.0" @@ -1604,26 +1667,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "42" ], "x-ms-correlation-request-id": [ - "8539b7b3-4d4b-482c-818a-04303bc2bb17" + "ee948bb6-fa4b-4967-b231-4c22bf2fe567" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000950Z:8539b7b3-4d4b-482c-818a-04303bc2bb17" + "WESTUS:20200714T012745Z:ee948bb6-fa4b-4967-b231-4c22bf2fe567" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:27:45 GMT" + ], "Content-Length": [ - "890" + "1195" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1632,25 +1701,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint1119\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202/providers/Microsoft.Cdn/profiles/profile2470/endpoints/endpoint1119\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint1119.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Deleting\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint4258\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244/providers/Microsoft.Cdn/profiles/profile3504/endpoints/endpoint4258\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint4258.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Deleting\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup202?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyMDI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1244?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjQ0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "520fdcdc-d590-4fde-a9f9-9a3da57f40d4" + "2f699644-6268-4e4c-b6a8-a2845cbb349c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1658,29 +1727,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:10:50 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjAyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-request-id": [ - "326c01fd-0f28-4888-b833-f189fa81faae" + "826b3de2-a7fd-426d-b478-df671674646d" ], "x-ms-correlation-request-id": [ - "326c01fd-0f28-4888-b833-f189fa81faae" + "826b3de2-a7fd-426d-b478-df671674646d" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001051Z:326c01fd-0f28-4888-b833-f189fa81faae" + "WESTUS:20200714T012846Z:826b3de2-a7fd-426d-b478-df671674646d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1688,26 +1754,86 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:28:46 GMT" + ], + "Expires": [ + "-1" + ], "Content-Length": [ "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkwTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "4133b7fe-efb4-42e5-bcaf-d7ce9ed437aa" + ], + "x-ms-correlation-request-id": [ + "4133b7fe-efb4-42e5-bcaf-d7ce9ed437aa" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T012901Z:4133b7fe-efb4-42e5-bcaf-d7ce9ed437aa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:29:01 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjAyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNakF5TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkwTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1715,14 +1841,68 @@ "Cache-Control": [ "no-cache" ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "68781767-b696-442d-bc9d-cb65046792f3" + ], + "x-ms-correlation-request-id": [ + "68781767-b696-442d-bc9d-cb65046792f3" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T012916Z:68781767-b696-442d-bc9d-cb65046792f3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], "Date": [ - "Wed, 08 May 2019 00:11:06 GMT" + "Tue, 14 Jul 2020 01:29:16 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkwTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjAyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1731,13 +1911,13 @@ "11997" ], "x-ms-request-id": [ - "185b69c7-a0cf-4a54-896c-bdb5c2c8375d" + "03b43a90-7403-4148-9ad2-eeeba51fed71" ], "x-ms-correlation-request-id": [ - "185b69c7-a0cf-4a54-896c-bdb5c2c8375d" + "03b43a90-7403-4148-9ad2-eeeba51fed71" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001106Z:185b69c7-a0cf-4a54-896c-bdb5c2c8375d" + "WESTUS:20200714T012932Z:03b43a90-7403-4148-9ad2-eeeba51fed71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1745,26 +1925,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:29:31 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjAyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNakF5TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkwTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1772,29 +1955,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:11:21 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjAyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-request-id": [ - "4bf866a1-a295-4655-a756-a834785c73d4" + "b3e73968-187a-409c-bae1-e41803fb1e70" ], "x-ms-correlation-request-id": [ - "4bf866a1-a295-4655-a756-a834785c73d4" + "b3e73968-187a-409c-bae1-e41803fb1e70" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001121Z:4bf866a1-a295-4655-a756-a834785c73d4" + "WESTUS:20200714T012947Z:b3e73968-187a-409c-bae1-e41803fb1e70" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1802,26 +1982,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:29:47 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjAyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNakF5TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkwTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1829,29 +2012,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:11:36 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjAyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-request-id": [ - "83bf2552-d83f-41dd-8f41-fda5ccee4ed6" + "396da48d-9024-4df5-a7c4-db6719a5ff17" ], "x-ms-correlation-request-id": [ - "83bf2552-d83f-41dd-8f41-fda5ccee4ed6" + "396da48d-9024-4df5-a7c4-db6719a5ff17" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001136Z:83bf2552-d83f-41dd-8f41-fda5ccee4ed6" + "WESTUS:20200714T013002Z:396da48d-9024-4df5-a7c4-db6719a5ff17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1859,26 +2039,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:30:01 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjAyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNakF5TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkwTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1886,29 +2069,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:11:51 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjAyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-request-id": [ - "3f89bf3f-8302-4686-9a6d-43264b4d84c5" + "5533b341-7239-4b83-b286-b60f426b59bb" ], "x-ms-correlation-request-id": [ - "3f89bf3f-8302-4686-9a6d-43264b4d84c5" + "5533b341-7239-4b83-b286-b60f426b59bb" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001151Z:3f89bf3f-8302-4686-9a6d-43264b4d84c5" + "WESTUS:20200714T013017Z:5533b341-7239-4b83-b286-b60f426b59bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1916,26 +2096,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:30:16 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjAyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNakF5TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkwTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1943,29 +2126,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:12:06 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjAyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-request-id": [ - "0f2f102a-5068-4a3f-9e09-642dfeb314e3" + "a95157d1-d894-4222-8178-f8cfb92684f4" ], "x-ms-correlation-request-id": [ - "0f2f102a-5068-4a3f-9e09-642dfeb314e3" + "a95157d1-d894-4222-8178-f8cfb92684f4" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001207Z:0f2f102a-5068-4a3f-9e09-642dfeb314e3" + "WESTUS:20200714T013032Z:a95157d1-d894-4222-8178-f8cfb92684f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1973,26 +2153,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:30:31 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjAyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNakF5TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkwTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2000,29 +2183,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:12:21 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjAyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "340031e4-644c-4c09-8104-84491a2fbd63" + "34287df6-3e39-4ce3-99d9-a29d98e90363" ], "x-ms-correlation-request-id": [ - "340031e4-644c-4c09-8104-84491a2fbd63" + "34287df6-3e39-4ce3-99d9-a29d98e90363" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001222Z:340031e4-644c-4c09-8104-84491a2fbd63" + "WESTUS:20200714T013047Z:34287df6-3e39-4ce3-99d9-a29d98e90363" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2030,26 +2210,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:30:46 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjAyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNakF5TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkwTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2057,23 +2240,83 @@ "Cache-Control": [ "no-cache" ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "af473cae-7a7b-4d5e-803a-e5ee207de2d1" + ], + "x-ms-correlation-request-id": [ + "af473cae-7a7b-4d5e-803a-e5ee207de2d1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T013102Z:af473cae-7a7b-4d5e-803a-e5ee207de2d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], "Date": [ - "Wed, 08 May 2019 00:12:36 GMT" + "Tue, 14 Jul 2020 01:31:01 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkwTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11990" ], "x-ms-request-id": [ - "2e269305-4a35-4767-b6a4-4cfb59f769d8" + "86e68681-75f0-463b-a384-faf95fee5de5" ], "x-ms-correlation-request-id": [ - "2e269305-4a35-4767-b6a4-4cfb59f769d8" + "86e68681-75f0-463b-a384-faf95fee5de5" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001237Z:2e269305-4a35-4767-b6a4-4cfb59f769d8" + "WESTUS:20200714T013117Z:86e68681-75f0-463b-a384-faf95fee5de5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2081,26 +2324,80 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:31:16 GMT" + ], + "Expires": [ + "-1" + ], "Content-Length": [ "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkwTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "5c4ce547-99ad-4820-a4c2-81c32783a003" + ], + "x-ms-correlation-request-id": [ + "5c4ce547-99ad-4820-a4c2-81c32783a003" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T013132Z:5c4ce547-99ad-4820-a4c2-81c32783a003" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:31:31 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjAyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNakF5TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI0NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkwTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2108,23 +2405,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:12:36 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11988" ], "x-ms-request-id": [ - "017eecca-ee37-4333-87d1-27acd2dc614b" + "fdc61d19-455a-4c6f-9cc1-e2305a654d20" ], "x-ms-correlation-request-id": [ - "017eecca-ee37-4333-87d1-27acd2dc614b" + "fdc61d19-455a-4c6f-9cc1-e2305a654d20" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001237Z:017eecca-ee37-4333-87d1-27acd2dc614b" + "WESTUS:20200714T013132Z:fdc61d19-455a-4c6f-9cc1-e2305a654d20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2132,11 +2426,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:31:31 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -2145,15 +2442,15 @@ ], "Names": { "CreateResourceGroup": [ - "cdnResourceGroup202" + "cdnResourceGroup1244" ], "EndpointGetListTest": [ - "profile2470", - "endpoint1213", - "endpoint1119" + "profile3504", + "endpoint7580", + "endpoint4258" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointPurgeLoadTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointPurgeLoadTest.json index 793873b5445c9..d07058f55eb7f 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointPurgeLoadTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointPurgeLoadTest.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a1233604-90e1-4fd1-9fd3-0f443a33a629" + "ee3dae41-f9a8-486c-bf44-a752e6c99ee3" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -29,23 +29,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:19:56 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "5e8f96e0-e71d-4f30-8de4-447a175bc726" + "8d539e49-bc37-4dbd-8e6e-017386aa35ae" ], "x-ms-correlation-request-id": [ - "5e8f96e0-e71d-4f30-8de4-447a175bc726" + "8d539e49-bc37-4dbd-8e6e-017386aa35ae" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001956Z:5e8f96e0-e71d-4f30-8de4-447a175bc726" + "WESTUS:20200714T014225Z:8d539e49-bc37-4dbd-8e6e-017386aa35ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +50,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:42:25 GMT" + ], "Content-Length": [ "193" ], @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4620\",\r\n \"name\": \"cdnResourceGroup4620\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6269\",\r\n \"name\": \"cdnResourceGroup6269\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzODU3P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1NjAxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "785eeaed-2484-4544-96a7-600d361f0581" + "ec3f9bf4-f026-4349-958c-6ba9eed4c709" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -95,26 +95,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:19:58 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "342e7504-6e6a-4f90-b13f-aab9468a08f7" + "44f12d2f-f98b-40f7-967f-38c8359024cf" ], "x-ms-client-request-id": [ - "785eeaed-2484-4544-96a7-600d361f0581" + "ec3f9bf4-f026-4349-958c-6ba9eed4c709" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/a2e6fb46-f920-426c-8645-efa54538cf3f?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/a35957b1-2f7b-425f-9cb1-e4c472f4751f?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -122,24 +116,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "f9dc914b-4644-4a41-98f0-9732ad8be967" + "562ec791-567f-453e-a54e-23ff8e3aa38f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001958Z:f9dc914b-4644-4a41-98f0-9732ad8be967" + "WESTUS:20200714T014232Z:562ec791-567f-453e-a54e-23ff8e3aa38f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:42:31 GMT" + ], "Content-Length": [ "398" ], @@ -150,40 +150,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile3857\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile5601\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/a2e6fb46-f920-426c-8645-efa54538cf3f?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYTJlNmZiNDYtZjkyMC00MjZjLTg2NDUtZWZhNTQ1MzhjZjNmP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/a35957b1-2f7b-425f-9cb1-e4c472f4751f?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYTM1OTU3YjEtMmY3Yi00MjVmLTljYjEtZTRjNDcyZjQ3NTFmP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:20:08 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "5ae1382e-1a1a-43cf-977f-b5e19ccce4ef" + "94ccdfc8-1ec4-4dc1-ba59-f03207a8c655" ], "x-ms-client-request-id": [ - "19eb95a7-d9d9-4b7f-b151-5a09ce03108b" + "e42308ca-2288-4c8a-ae56-1be0608a06d4" ], "OData-Version": [ "4.0" @@ -191,6 +185,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -198,17 +195,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11999" ], "x-ms-correlation-request-id": [ - "ca55ada5-94f2-449a-b7ed-2e435d8bfadc" + "84e7cc43-ea2d-420b-a05c-78b551feef66" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002008Z:ca55ada5-94f2-449a-b7ed-2e435d8bfadc" + "WESTUS:20200714T014242Z:84e7cc43-ea2d-420b-a05c-78b551feef66" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:42:42 GMT" + ], "Content-Length": [ "78" ], @@ -223,36 +223,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/a2e6fb46-f920-426c-8645-efa54538cf3f?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYTJlNmZiNDYtZjkyMC00MjZjLTg2NDUtZWZhNTQ1MzhjZjNmP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/a35957b1-2f7b-425f-9cb1-e4c472f4751f?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYTM1OTU3YjEtMmY3Yi00MjVmLTljYjEtZTRjNDcyZjQ3NTFmP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:20:18 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "abcbb4c0-d35d-4950-afac-a578d2a3ccc6" + "46298d16-b64b-44d1-b6f6-e48b4f60b77b" ], "x-ms-client-request-id": [ - "85418ffa-8880-407a-905c-cba723594131" + "27444bf2-5d82-4e20-b0d0-1ad8f3ed733a" ], "OData-Version": [ "4.0" @@ -260,6 +254,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -267,17 +264,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11998" ], "x-ms-correlation-request-id": [ - "f9d99ce5-6faf-423e-b7a5-529f9fbfd6cb" + "e48c7062-dda1-44a7-9af0-17de35ddddf7" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002019Z:f9d99ce5-6faf-423e-b7a5-529f9fbfd6cb" + "WESTUS:20200714T014253Z:e48c7062-dda1-44a7-9af0-17de35ddddf7" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:42:52 GMT" + ], "Content-Length": [ "78" ], @@ -292,36 +292,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/a2e6fb46-f920-426c-8645-efa54538cf3f?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYTJlNmZiNDYtZjkyMC00MjZjLTg2NDUtZWZhNTQ1MzhjZjNmP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/a35957b1-2f7b-425f-9cb1-e4c472f4751f?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYTM1OTU3YjEtMmY3Yi00MjVmLTljYjEtZTRjNDcyZjQ3NTFmP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:20:28 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "43f01fd2-5945-4569-af71-1ec9023e345e" + "b8bfcfa5-c17f-4cb4-b13e-0b492d9c57e9" ], "x-ms-client-request-id": [ - "1072a6bd-4c35-4b47-a1bd-031b4920d085" + "4be88d74-d37a-4a7b-8949-cd5cbe39a2f9" ], "OData-Version": [ "4.0" @@ -329,6 +323,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -336,19 +333,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11997" ], "x-ms-correlation-request-id": [ - "56e9c2e2-a0ae-484e-939a-586b3364b5d7" + "f1b3d76d-15c7-4df4-a6d0-3b1ea4219b93" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002029Z:56e9c2e2-a0ae-484e-939a-586b3364b5d7" + "WESTUS:20200714T014303Z:f1b3d76d-15c7-4df4-a6d0-3b1ea4219b93" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:43:02 GMT" + ], "Content-Length": [ - "78" + "77" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -357,40 +357,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/a2e6fb46-f920-426c-8645-efa54538cf3f?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYTJlNmZiNDYtZjkyMC00MjZjLTg2NDUtZWZhNTQ1MzhjZjNmP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1NjAxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:20:38 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "b23f3a34-899c-4645-9ec8-8e2caf913b56" + "095cd6f0-0e86-42b2-9e5c-b8c3664ba53a" ], "x-ms-client-request-id": [ - "fcb9691b-5400-4b2b-b440-78e27b5d68fa" + "45015eaf-a6fb-46d5-aff0-57212e2d9be8" ], "OData-Version": [ "4.0" @@ -398,26 +392,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "ae9f80d2-6284-4659-92c8-32e621a07472" + "f39dade5-4262-4d0a-8078-e3b0e63d1010" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002039Z:ae9f80d2-6284-4659-92c8-32e621a07472" + "WESTUS:20200714T014304Z:f39dade5-4262-4d0a-8078-e3b0e63d1010" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:43:03 GMT" + ], "Content-Length": [ - "77" + "397" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -426,40 +426,52 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile5601\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzODU3P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601/endpoints/endpoint9633?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1NjAxL2VuZHBvaW50cy9lbmRwb2ludDk2MzM/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"originPath\": \"/photos\",\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"text/css\"\r\n ],\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"isCompressionEnabled\": true,\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin6674\",\r\n \"properties\": {\r\n \"hostName\": \"custom.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n }\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "d23829d9-7890-4c8a-9d43-60669eb2d89d" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "544" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:20:39 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "b2af592a-b409-451c-814f-44c5bc597c60" + "7f0e891a-1c12-48d3-b9e1-48930dc0981c" ], "x-ms-client-request-id": [ - "e43aa6ef-71f6-437a-9cd5-6cb3c9136a63" + "d23829d9-7890-4c8a-9d43-60669eb2d89d" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/ab66f29b-5918-4e90-bf2c-6d6f0659fefd?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -467,86 +479,68 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "99" ], "x-ms-correlation-request-id": [ - "4680ebd9-9c0d-4507-b164-9b7e2b9bb4b0" + "76c94d88-8f5f-4022-8eeb-bec8be6b293f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002039Z:4680ebd9-9c0d-4507-b164-9b7e2b9bb4b0" + "WESTUS:20200714T014307Z:76c94d88-8f5f-4022-8eeb-bec8be6b293f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:43:07 GMT" + ], "Content-Length": [ - "397" + "1249" ], "Content-Type": [ - "application/json; odata.metadata=minimal; odata.streaming=true" + "application/json; odata.metadata=minimal" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile3857\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"endpoint9633\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601/endpoints/endpoint9633\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint9633.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/photos\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin6674\",\r\n \"properties\": {\r\n \"hostName\": \"custom.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"text/css\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857/endpoints/endpoint4935?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzODU3L2VuZHBvaW50cy9lbmRwb2ludDQ5MzU/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"originPath\": \"/photos\",\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"text/css\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin421\",\r\n \"properties\": {\r\n \"hostName\": \"custom.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n }\r\n}", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/ab66f29b-5918-4e90-bf2c-6d6f0659fefd?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYWI2NmYyOWItNTkxOC00ZTkwLWJmMmMtNmQ2ZjA2NTlmZWZkP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "4eba7ee0-8c74-423d-876d-6e0edda713db" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "543" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:20:40 GMT" - ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "a4352472-2ee5-4171-9e28-7d0a79e43673" + "334efe9a-910a-4749-8c7e-7aefca6a0a1e" ], "x-ms-client-request-id": [ - "4eba7ee0-8c74-423d-876d-6e0edda713db" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/164043b3-c0e7-4ed5-944a-d2d2bddecae2?api-version=2019-04-15" + "30e72c19-b3c6-4558-b587-50c4550ab06b" ], "OData-Version": [ "4.0" @@ -554,68 +548,68 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "x-ms-correlation-request-id": [ - "8570bb53-ec00-4463-b1f2-17172bd12dd0" + "e5b43847-e33b-439d-abbd-098128db1b2f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002041Z:8570bb53-ec00-4463-b1f2-17172bd12dd0" + "WESTUS:20200714T014318Z:e5b43847-e33b-439d-abbd-098128db1b2f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:43:18 GMT" + ], "Content-Length": [ - "944" + "78" ], "Content-Type": [ - "application/json; odata.metadata=minimal" + "application/json; odata.metadata=minimal; odata.streaming=true" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint4935\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857/endpoints/endpoint4935\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint4935.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/photos\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin421\",\r\n \"properties\": {\r\n \"hostName\": \"custom.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"text/css\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/164043b3-c0e7-4ed5-944a-d2d2bddecae2?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMTY0MDQzYjMtYzBlNy00ZWQ1LTk0NGEtZDJkMmJkZGVjYWUyP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/ab66f29b-5918-4e90-bf2c-6d6f0659fefd?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYWI2NmYyOWItNTkxOC00ZTkwLWJmMmMtNmQ2ZjA2NTlmZWZkP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:20:50 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "0f246b11-ea9d-42cd-a363-419b511051bc" + "34f7a182-8405-48d4-8199-bbffa41c2dd9" ], "x-ms-client-request-id": [ - "7a4d2dde-893b-4881-abac-a84e035860d2" + "d6009ea8-2f58-4f32-a784-cbe3d16cf6a3" ], "OData-Version": [ "4.0" @@ -623,6 +617,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -630,17 +627,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11995" ], "x-ms-correlation-request-id": [ - "0e9b2c97-8730-43c3-a845-3c8371fd0bc1" + "090e471a-e987-452d-8973-abd445ed9d0a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002051Z:0e9b2c97-8730-43c3-a845-3c8371fd0bc1" + "WESTUS:20200714T014328Z:090e471a-e987-452d-8973-abd445ed9d0a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:43:28 GMT" + ], "Content-Length": [ "77" ], @@ -655,36 +655,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857/endpoints/endpoint4935?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzODU3L2VuZHBvaW50cy9lbmRwb2ludDQ5MzU/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601/endpoints/endpoint9633?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1NjAxL2VuZHBvaW50cy9lbmRwb2ludDk2MzM/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:20:51 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "c00363ba-3271-4fcc-ac9d-4281066b9700" + "412c64d7-6494-4ff4-9468-a13346a0f2d9" ], "x-ms-client-request-id": [ - "4512caca-4263-498f-8f4c-792875eb0fc7" + "bdbe8578-8909-4464-b42b-18dc1a481511" ], "OData-Version": [ "4.0" @@ -692,26 +686,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "517d05be-b8c9-4117-aa38-06530a847117" + "b673cf45-f6ae-41c7-af4d-7df4a65b25c2" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002052Z:517d05be-b8c9-4117-aa38-06530a847117" + "WESTUS:20200714T014329Z:b673cf45-f6ae-41c7-af4d-7df4a65b25c2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:43:29 GMT" + ], "Content-Length": [ - "944" + "1249" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -720,46 +720,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint4935\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857/endpoints/endpoint4935\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint4935.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/photos\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin421\",\r\n \"properties\": {\r\n \"hostName\": \"custom.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"text/css\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint9633\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601/endpoints/endpoint9633\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint9633.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/photos\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin6674\",\r\n \"properties\": {\r\n \"hostName\": \"custom.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"text/css\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857/endpoints/endpoint4935?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzODU3L2VuZHBvaW50cy9lbmRwb2ludDQ5MzU/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601/endpoints/endpoint9633?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1NjAxL2VuZHBvaW50cy9lbmRwb2ludDk2MzM/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7e48ffc-0a8f-4691-8be9-d3bcca7f02a7" + "ced2d3a0-c90e-4ddb-9e80-6911ce909086" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:24:22 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "0f25127e-8e14-483f-8013-ff191e279111" + "b65d3089-1052-4542-8b4f-9cf7face01b5" ], "x-ms-client-request-id": [ - "a7e48ffc-0a8f-4691-8be9-d3bcca7f02a7" + "ced2d3a0-c90e-4ddb-9e80-6911ce909086" ], "OData-Version": [ "4.0" @@ -767,26 +761,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "9942ff55-ef20-466d-b82d-a9eb86c9d3d9" + "29b252d3-434c-4b24-8d0a-7d5b6b652e00" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002422Z:9942ff55-ef20-466d-b82d-a9eb86c9d3d9" + "WESTUS:20200714T015027Z:29b252d3-434c-4b24-8d0a-7d5b6b652e00" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:50:27 GMT" + ], "Content-Length": [ - "944" + "1249" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -795,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint4935\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857/endpoints/endpoint4935\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint4935.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Stopped\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/photos\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin421\",\r\n \"properties\": {\r\n \"hostName\": \"custom.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"text/css\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint9633\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601/endpoints/endpoint9633\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint9633.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Stopped\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/photos\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin6674\",\r\n \"properties\": {\r\n \"hostName\": \"custom.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"text/css\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857/endpoints/endpoint4935/purge?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzODU3L2VuZHBvaW50cy9lbmRwb2ludDQ5MzUvcHVyZ2U/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601/endpoints/endpoint9633/purge?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1NjAxL2VuZHBvaW50cy9lbmRwb2ludDk2MzMvcHVyZ2U/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"contentPaths\": [\r\n \"/movies/*\",\r\n \"/pictures/pic1.jpg\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ced62072-6418-427c-b864-4e2a02e1e999" + "aad456e2-39c1-485e-9a40-8f3d08f4124d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -827,78 +827,78 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:20:51 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/44b9d982-0bb0-44d6-9ae3-e1eeff892074/profileresults/profile3857/endpointresults/endpoint4935?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/dd935bbb-0adf-4770-84bd-63627b37a694/profileresults/profile5601/endpointresults/endpoint9633?api-version=2020-04-15" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "33b26154-22bd-46b0-89c0-8d0d0da7a20c" + "411e66e9-7180-4cd4-9b6e-35a423486152" ], "x-ms-client-request-id": [ - "ced62072-6418-427c-b864-4e2a02e1e999" + "aad456e2-39c1-485e-9a40-8f3d08f4124d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/44b9d982-0bb0-44d6-9ae3-e1eeff892074?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/dd935bbb-0adf-4770-84bd-63627b37a694?api-version=2020-04-15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "499" ], "x-ms-correlation-request-id": [ - "e06c7fee-7cf2-4eff-a090-df77ae2ed4ae" + "42b372d3-79eb-490c-a432-738ddf271bbc" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002052Z:e06c7fee-7cf2-4eff-a090-df77ae2ed4ae" + "WESTUS:20200714T014331Z:42b372d3-79eb-490c-a432-738ddf271bbc" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:43:31 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857/endpoints/endpoint4935/purge?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzODU3L2VuZHBvaW50cy9lbmRwb2ludDQ5MzUvcHVyZ2U/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601/endpoints/endpoint9633/purge?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1NjAxL2VuZHBvaW50cy9lbmRwb2ludDk2MzMvcHVyZ2U/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"contentPaths\": [\r\n \"invalidpath!\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d06601c0-11c8-4340-b2aa-a8175ae7f2c0" + "d9bff6d4-fab9-445f-8108-f106d5d11926" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -911,42 +911,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:21:55 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "0fe1de90-dc22-424b-a529-71c05c7bc04a" + "c9e02159-b33b-4a6e-b897-bc53de0fd09a" ], "x-ms-client-request-id": [ - "d06601c0-11c8-4340-b2aa-a8175ae7f2c0" + "d9bff6d4-fab9-445f-8108-f106d5d11926" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "497" ], "x-ms-correlation-request-id": [ - "5d3e04c3-c809-48ab-808f-0b35748f080b" + "8b008042-759d-4657-9f16-45aa3ffdf744" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002155Z:5d3e04c3-c809-48ab-808f-0b35748f080b" + "WESTUS:20200714T014547Z:8b008042-759d-4657-9f16-45aa3ffdf744" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:45:47 GMT" + ], "Content-Length": [ "235" ], @@ -964,22 +964,22 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857/endpoints/endpoint4935/purge?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzODU3L2VuZHBvaW50cy9lbmRwb2ludDQ5MzUvcHVyZ2U/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601/endpoints/endpoint9633/purge?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1NjAxL2VuZHBvaW50cy9lbmRwb2ludDk2MzMvcHVyZ2U/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"contentPaths\": [\r\n \"/movies/*\",\r\n \"/pictures/pic1.jpg\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cd79b0f3-1571-4749-b80f-32f34265757a" + "3dc8ae67-c0d7-4588-934d-30918a70ec5b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -992,42 +992,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:24:22 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "3db398cd-2fd8-47f8-a533-b881df22863e" + "2ad4c0ca-1645-4337-9c36-411ea62d6746" ], "x-ms-client-request-id": [ - "cd79b0f3-1571-4749-b80f-32f34265757a" + "3dc8ae67-c0d7-4588-934d-30918a70ec5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "497" ], "x-ms-correlation-request-id": [ - "49d8a0e4-afe3-4350-b681-91bbe147d32b" + "74a74412-3b3f-4074-8209-05a8c1771e5b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002423Z:49d8a0e4-afe3-4350-b681-91bbe147d32b" + "WESTUS:20200714T015028Z:74a74412-3b3f-4074-8209-05a8c1771e5b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:50:28 GMT" + ], "Content-Length": [ "147" ], @@ -1045,36 +1045,30 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/44b9d982-0bb0-44d6-9ae3-e1eeff892074?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNDRiOWQ5ODItMGJiMC00NGQ2LTlhZTMtZTFlZWZmODkyMDc0P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/dd935bbb-0adf-4770-84bd-63627b37a694?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGQ5MzViYmItMGFkZi00NzcwLTg0YmQtNjM2MjdiMzdhNjk0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:21:02 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "08641a1f-2889-4fc3-9de9-4a1f0adad213" + "6f7b244c-64da-43d5-a4a8-b594757990a4" ], "x-ms-client-request-id": [ - "5c5218a3-34c5-49cf-892e-7deedd06df34" + "f5ac4859-3539-4c3a-96a7-61385697daf0" ], "OData-Version": [ "4.0" @@ -1082,6 +1076,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1089,17 +1086,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11994" ], "x-ms-correlation-request-id": [ - "6b49a36f-2cba-49a5-9f53-4751911767a0" + "4866262d-553c-4e50-92cf-239e6a406b03" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002102Z:6b49a36f-2cba-49a5-9f53-4751911767a0" + "WESTUS:20200714T014341Z:4866262d-553c-4e50-92cf-239e6a406b03" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:43:41 GMT" + ], "Content-Length": [ "78" ], @@ -1114,36 +1114,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/44b9d982-0bb0-44d6-9ae3-e1eeff892074?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNDRiOWQ5ODItMGJiMC00NGQ2LTlhZTMtZTFlZWZmODkyMDc0P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/dd935bbb-0adf-4770-84bd-63627b37a694?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGQ5MzViYmItMGFkZi00NzcwLTg0YmQtNjM2MjdiMzdhNjk0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:21:12 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "32a5c15d-9220-41a9-93d6-5f18077453a8" + "b84bae9c-227b-4c9a-872f-d5b0d45a4b6e" ], "x-ms-client-request-id": [ - "e6461ab3-3063-4388-a61d-542f97ded534" + "37f1badd-2843-44c2-9284-de4988ee787d" ], "OData-Version": [ "4.0" @@ -1151,6 +1145,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1158,17 +1155,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11993" ], "x-ms-correlation-request-id": [ - "8a2089c2-830f-4c32-9af3-bb3cd44bdea4" + "545ffd05-2a2b-4f87-9653-57507f6d8618" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002113Z:8a2089c2-830f-4c32-9af3-bb3cd44bdea4" + "WESTUS:20200714T014352Z:545ffd05-2a2b-4f87-9653-57507f6d8618" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:43:51 GMT" + ], "Content-Length": [ "78" ], @@ -1183,36 +1183,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/44b9d982-0bb0-44d6-9ae3-e1eeff892074?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNDRiOWQ5ODItMGJiMC00NGQ2LTlhZTMtZTFlZWZmODkyMDc0P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/dd935bbb-0adf-4770-84bd-63627b37a694?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGQ5MzViYmItMGFkZi00NzcwLTg0YmQtNjM2MjdiMzdhNjk0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:21:23 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "65536248-93ad-4124-b2d7-c8afcd874230" + "7146f6b8-20a9-49ec-bc71-84e92b9d2530" ], "x-ms-client-request-id": [ - "b2ea3dc2-653c-476d-9c1b-f8aad759fc03" + "b984527d-26c5-4a70-bb11-e5681832da35" ], "OData-Version": [ "4.0" @@ -1220,6 +1214,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1227,17 +1224,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11992" ], "x-ms-correlation-request-id": [ - "6afa8e7e-260c-4223-9c03-d1f82c65a4dd" + "322e8f72-84e2-4eeb-b023-a3bd74e83254" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002123Z:6afa8e7e-260c-4223-9c03-d1f82c65a4dd" + "WESTUS:20200714T014402Z:322e8f72-84e2-4eeb-b023-a3bd74e83254" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:44:02 GMT" + ], "Content-Length": [ "78" ], @@ -1252,36 +1252,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/44b9d982-0bb0-44d6-9ae3-e1eeff892074?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNDRiOWQ5ODItMGJiMC00NGQ2LTlhZTMtZTFlZWZmODkyMDc0P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/dd935bbb-0adf-4770-84bd-63627b37a694?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGQ5MzViYmItMGFkZi00NzcwLTg0YmQtNjM2MjdiMzdhNjk0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:21:33 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "333ab2d2-a308-4e51-b209-616f422a393c" + "cf5cec81-2582-425d-bb01-257a0ff82b52" ], "x-ms-client-request-id": [ - "9d58fc5a-ceff-4faf-9d2f-61164c3a0c1f" + "3f9a6d4f-6f6e-4625-a70b-4dc2475eefe5" ], "OData-Version": [ "4.0" @@ -1289,24 +1283,1101 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "2b84b54b-31ae-465a-b213-66ba3efd418a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T014412Z:2b84b54b-31ae-465a-b213-66ba3efd418a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:44:12 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/dd935bbb-0adf-4770-84bd-63627b37a694?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGQ5MzViYmItMGFkZi00NzcwLTg0YmQtNjM2MjdiMzdhNjk0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "ad701113-8a75-42bd-94cc-d29c42bbafff" + ], + "x-ms-client-request-id": [ + "c87a9a57-6cc9-46c3-9bb2-6b9da89fa770" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "a5a2653e-20c9-4b1f-aa9f-9ec6ac466cff" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T014423Z:a5a2653e-20c9-4b1f-aa9f-9ec6ac466cff" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:44:22 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/dd935bbb-0adf-4770-84bd-63627b37a694?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGQ5MzViYmItMGFkZi00NzcwLTg0YmQtNjM2MjdiMzdhNjk0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "81802243-ea3b-448a-b4b7-7ade108fa1cb" + ], + "x-ms-client-request-id": [ + "61e5eb1d-62b3-475f-a5df-7aac4aeaaa07" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "602d7885-56ce-4a78-a176-7036461ebe03" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T014433Z:602d7885-56ce-4a78-a176-7036461ebe03" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:44:32 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/dd935bbb-0adf-4770-84bd-63627b37a694?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGQ5MzViYmItMGFkZi00NzcwLTg0YmQtNjM2MjdiMzdhNjk0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "39fbb91d-777e-4442-a6d4-5021f1abb93f" + ], + "x-ms-client-request-id": [ + "90ff7998-f86a-44c6-ae5c-556be5ab19df" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "120fa829-fd79-4fa6-b28a-e56eea5e46d6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T014444Z:120fa829-fd79-4fa6-b28a-e56eea5e46d6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:44:43 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/dd935bbb-0adf-4770-84bd-63627b37a694?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGQ5MzViYmItMGFkZi00NzcwLTg0YmQtNjM2MjdiMzdhNjk0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "5688ef1d-b578-4cb3-a0b2-abd0cbea63d9" + ], + "x-ms-client-request-id": [ + "2fd56aac-214b-405b-9052-0af6b5eb79da" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "dca0832c-095c-434c-970a-fb71d386edbb" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T014454Z:dca0832c-095c-434c-970a-fb71d386edbb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:44:53 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/dd935bbb-0adf-4770-84bd-63627b37a694?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGQ5MzViYmItMGFkZi00NzcwLTg0YmQtNjM2MjdiMzdhNjk0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "c15552cf-df85-405d-8e8b-b519895d9600" + ], + "x-ms-client-request-id": [ + "b1e29f76-00eb-4dfe-a228-c791aa75e6cc" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "ed4f6f91-48bf-4fc0-808c-30dbb1bad4d4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T014504Z:ed4f6f91-48bf-4fc0-808c-30dbb1bad4d4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:45:03 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/dd935bbb-0adf-4770-84bd-63627b37a694?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGQ5MzViYmItMGFkZi00NzcwLTg0YmQtNjM2MjdiMzdhNjk0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "2a5d0ea9-00d9-4f8d-8273-7440e46ff6ed" + ], + "x-ms-client-request-id": [ + "a28b457f-345a-4df9-bcc3-e583ca66a09b" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "ab08e701-268a-4a96-920b-acc13bc50706" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T014515Z:ab08e701-268a-4a96-920b-acc13bc50706" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:45:15 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/dd935bbb-0adf-4770-84bd-63627b37a694?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGQ5MzViYmItMGFkZi00NzcwLTg0YmQtNjM2MjdiMzdhNjk0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "bdc554b8-6c6d-4bd8-9ab6-3d23b2a5eda9" + ], + "x-ms-client-request-id": [ + "14289b09-21f9-4f46-9c12-66ae5717f8a1" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "0098b557-b909-4d7a-a30c-3e5abe10aefa" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T014525Z:0098b557-b909-4d7a-a30c-3e5abe10aefa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:45:25 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/dd935bbb-0adf-4770-84bd-63627b37a694?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGQ5MzViYmItMGFkZi00NzcwLTg0YmQtNjM2MjdiMzdhNjk0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "81e85d31-8d2c-4f20-a4d0-052e3def95db" + ], + "x-ms-client-request-id": [ + "0e085e16-8d01-493d-b625-a649c6ec925b" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-correlation-request-id": [ + "65600844-3576-4f67-ac74-9b41ec78660b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T014535Z:65600844-3576-4f67-ac74-9b41ec78660b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:45:35 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/dd935bbb-0adf-4770-84bd-63627b37a694?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGQ5MzViYmItMGFkZi00NzcwLTg0YmQtNjM2MjdiMzdhNjk0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "42eaf3b1-1104-4b0c-a559-38143a683848" + ], + "x-ms-client-request-id": [ + "747afedc-8881-4cf8-a8fe-f9f44fc47202" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-correlation-request-id": [ + "93eee2ca-800e-4e36-b310-7ebed4a3d42c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T014545Z:93eee2ca-800e-4e36-b310-7ebed4a3d42c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:45:45 GMT" + ], + "Content-Length": [ + "77" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/dd935bbb-0adf-4770-84bd-63627b37a694/profileresults/profile5601/endpointresults/endpoint9633?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGQ5MzViYmItMGFkZi00NzcwLTg0YmQtNjM2MjdiMzdhNjk0L3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGU1NjAxL2VuZHBvaW50cmVzdWx0cy9lbmRwb2ludDk2MzM/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d0fd9393-1498-4f21-b959-6f20b39b1a90" + ], + "x-ms-client-request-id": [ + "c8a104a3-8c7d-43d8-84f6-1752f6fdec68" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "6af6cbd1-af0d-4903-82dc-ac7f84d68342" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T014546Z:6af6cbd1-af0d-4903-82dc-ac7f84d68342" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:45:46 GMT" + ], + "Content-Length": [ + "1344" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"endpoint9633\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/dd935bbb-0adf-4770-84bd-63627b37a694/profileresults/profile5601/endpointresults/endpoint9633\",\r\n \"type\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint9633.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/photos\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin6674\",\r\n \"properties\": {\r\n \"hostName\": \"custom.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"text/css\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601/endpoints/fakeEndpoint/purge?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1NjAxL2VuZHBvaW50cy9mYWtlRW5kcG9pbnQvcHVyZ2U/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"contentPaths\": [\r\n \"/movies/*\",\r\n \"/pictures/pic1.jpg\"\r\n ]\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b9135e18-f856-4a90-97e2-e28028603abb" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "74" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "251dff80-6b38-48ab-a431-a9f4a9b62569" + ], + "x-ms-correlation-request-id": [ + "251dff80-6b38-48ab-a431-a9f4a9b62569" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T014546Z:251dff80-6b38-48ab-a431-a9f4a9b62569" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:45:46 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "249" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Cdn/profiles/profile5601/endpoints/fakeEndpoint' under resource group 'cdnResourceGroup6269' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601/endpoints/endpoint9633/load?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1NjAxL2VuZHBvaW50cy9lbmRwb2ludDk2MzMvbG9hZD9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"contentPaths\": [\r\n \"/movies/amazing.mp4\",\r\n \"/pictures/pic1.jpg\"\r\n ]\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2c6c8a8e-7ab5-4add-94ed-065fe00676f5" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "84" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6/profileresults/profile5601/endpointresults/endpoint9633?api-version=2020-04-15" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "3e311917-0a8e-4f54-b5d8-7fc7b721d6d3" + ], + "x-ms-client-request-id": [ + "2c6c8a8e-7ab5-4add-94ed-065fe00676f5" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "499" + ], + "x-ms-correlation-request-id": [ + "f5a82997-803c-437b-a9e9-e36148ab5c30" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T014551Z:f5a82997-803c-437b-a9e9-e36148ab5c30" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:45:51 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601/endpoints/endpoint9633/load?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1NjAxL2VuZHBvaW50cy9lbmRwb2ludDk2MzMvbG9hZD9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"contentPaths\": [\r\n \"/movies/*\"\r\n ]\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d192cce6-e303-4459-93ad-07af799baf77" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "47" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9f18449c-f20b-4a59-a04c-fc04df796923" + ], + "x-ms-client-request-id": [ + "d192cce6-e303-4459-93ad-07af799baf77" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "497" + ], + "x-ms-correlation-request-id": [ + "d8c7837d-fcf0-4d0e-822c-ef6d3f681bfe" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T015001Z:d8c7837d-fcf0-4d0e-822c-ef6d3f681bfe" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:50:00 GMT" + ], + "Content-Length": [ + "196" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Language": [ + "en-US" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"BadRequest\",\r\n \"message\": \"Invalid ContentPath \\\"/movies/*\\\". ContentPath for load action must be a relative path for a single resource \\\"/path/pic.jpg\\\".\"\r\n }\r\n}", + "StatusCode": 400 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601/endpoints/endpoint9633/load?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1NjAxL2VuZHBvaW50cy9lbmRwb2ludDk2MzMvbG9hZD9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"contentPaths\": [\r\n \"/movies/amazing.mp4\",\r\n \"/pictures/pic1.jpg\"\r\n ]\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "49b3178f-52cb-479d-9e33-52395c6d3678" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "84" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "0d848352-d3c2-40c3-a435-c5c3ebb95dc6" + ], + "x-ms-client-request-id": [ + "49b3178f-52cb-479d-9e33-52395c6d3678" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "496" + ], + "x-ms-correlation-request-id": [ + "c68f182f-0312-4ced-aca5-7b0f3cc1f91f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T015029Z:c68f182f-0312-4ced-aca5-7b0f3cc1f91f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:50:29 GMT" + ], + "Content-Length": [ + "147" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Language": [ + "en-US" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"BadRequest\",\r\n \"message\": \"The requested operation cannot be executed on the entity in the current state.\"\r\n }\r\n}", + "StatusCode": 400 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "c773d1e0-d2b3-407b-baf7-57a4582564a9" + ], + "x-ms-client-request-id": [ + "6357facc-c959-4cce-a940-8bc8d4a415da" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11980" ], "x-ms-correlation-request-id": [ - "f5e4bdaf-1b23-4fe0-8f24-7d67a63cf3b6" + "c9900657-2248-4dda-97bc-1e85cd2e630b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002133Z:f5e4bdaf-1b23-4fe0-8f24-7d67a63cf3b6" + "WESTUS:20200714T014602Z:c9900657-2248-4dda-97bc-1e85cd2e630b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:46:01 GMT" + ], "Content-Length": [ "78" ], @@ -1321,36 +2392,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/44b9d982-0bb0-44d6-9ae3-e1eeff892074?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNDRiOWQ5ODItMGJiMC00NGQ2LTlhZTMtZTFlZWZmODkyMDc0P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:21:43 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "b42683b3-f40c-468a-b76a-cafeeaad35e4" + "d078b62d-30d3-4b59-95b8-c98c9986d037" ], "x-ms-client-request-id": [ - "d0ee649e-3cad-4644-a48f-0d4f11fef5a4" + "40c4fab0-8bd2-461e-8956-f06ab9458f92" ], "OData-Version": [ "4.0" @@ -1358,6 +2423,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1365,17 +2433,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11979" ], "x-ms-correlation-request-id": [ - "d4ba5f11-b0be-49bb-8299-150d4f3d93d6" + "acef6f2a-20ec-484f-b35d-db3e2d733f37" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002144Z:d4ba5f11-b0be-49bb-8299-150d4f3d93d6" + "WESTUS:20200714T014612Z:acef6f2a-20ec-484f-b35d-db3e2d733f37" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:46:12 GMT" + ], "Content-Length": [ "78" ], @@ -1390,36 +2461,99 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/44b9d982-0bb0-44d6-9ae3-e1eeff892074?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNDRiOWQ5ODItMGJiMC00NGQ2LTlhZTMtZTFlZWZmODkyMDc0P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:21:53 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "61de3b4a-8fdb-42f0-93f6-a0d73ce3ecfb" + ], + "x-ms-client-request-id": [ + "55cca913-aa37-4999-a4b6-275998b91014" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-IIS/8.5" ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-correlation-request-id": [ + "d5c54370-cfc7-42f3-8321-6d1bb75f0701" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T014622Z:d5c54370-cfc7-42f3-8321-6d1bb75f0701" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:46:22 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-request-id": [ - "b06a473d-d65b-4cd2-b581-cb102b7d00c1" + "30bcf2bd-78c4-4f70-8b6c-c1ee7e58ed2d" ], "x-ms-client-request-id": [ - "5be20550-9a41-4a1e-835d-eb21972ac9c6" + "f7a1e139-c455-49d7-8705-035dec2367f9" ], "OData-Version": [ "4.0" @@ -1427,6 +2561,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1434,19 +2571,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11977" ], "x-ms-correlation-request-id": [ - "87d29e0a-776c-4902-b983-ca99ad75f321" + "43a1a85e-fa22-42cb-83cd-b1515e4b0671" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002154Z:87d29e0a-776c-4902-b983-ca99ad75f321" + "WESTUS:20200714T014633Z:43a1a85e-fa22-42cb-83cd-b1515e4b0671" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:46:32 GMT" + ], "Content-Length": [ - "77" + "78" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1455,40 +2595,103 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/44b9d982-0bb0-44d6-9ae3-e1eeff892074/profileresults/profile3857/endpointresults/endpoint4935?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNDRiOWQ5ODItMGJiMC00NGQ2LTlhZTMtZTFlZWZmODkyMDc0L3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGUzODU3L2VuZHBvaW50cmVzdWx0cy9lbmRwb2ludDQ5MzU/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:21:54 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "cae86e93-a1c4-4f6b-9713-b763b44d3ebd" + ], + "x-ms-client-request-id": [ + "8efd5a30-5310-4dbd-aa3f-d6a7f2926071" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-IIS/8.5" ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-correlation-request-id": [ + "7bbcb443-83b2-440c-b9e5-e47aa592acc7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T014643Z:7bbcb443-83b2-440c-b9e5-e47aa592acc7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:46:42 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-request-id": [ - "d9e40fa9-d5d9-4cc5-8529-0f9561708175" + "418b7c73-b48b-4dbd-bca2-baac01aceb6d" ], "x-ms-client-request-id": [ - "8f4dcbc5-4bf5-4c5c-a381-901f7f4e4781" + "eac0d050-389f-40de-94a2-a9c1e766a43d" ], "OData-Version": [ "4.0" @@ -1496,6 +2699,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1503,19 +2709,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11975" ], "x-ms-correlation-request-id": [ - "47d1a948-bb8c-4f11-b205-831563df3d63" + "58a62675-d375-4423-be53-bde6eb2e6a71" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002154Z:47d1a948-bb8c-4f11-b205-831563df3d63" + "WESTUS:20200714T014653Z:58a62675-d375-4423-be53-bde6eb2e6a71" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:46:52 GMT" + ], "Content-Length": [ - "1039" + "78" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1524,352 +2733,379 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint4935\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/44b9d982-0bb0-44d6-9ae3-e1eeff892074/profileresults/profile3857/endpointresults/endpoint4935\",\r\n \"type\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint4935.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/photos\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin421\",\r\n \"properties\": {\r\n \"hostName\": \"custom.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"text/css\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857/endpoints/fakeEndpoint/purge?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzODU3L2VuZHBvaW50cy9mYWtlRW5kcG9pbnQvcHVyZ2U/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"contentPaths\": [\r\n \"/movies/*\",\r\n \"/pictures/pic1.jpg\"\r\n ]\r\n}", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "54ac408b-ba09-4a90-af74-98a4f0871a7e" + ], "x-ms-client-request-id": [ - "ca617d77-99e0-42b8-a45e-83dda8e1d87a" + "33cde919-f972-4d78-a6ee-1415a26956b3" ], - "accept-language": [ - "en-US" + "OData-Version": [ + "4.0" ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], - "Content-Type": [ - "application/json; charset=utf-8" + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-correlation-request-id": [ + "bcd7d277-cef5-465f-a7e3-82f20436559d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T014704Z:bcd7d277-cef5-465f-a7e3-82f20436559d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:47:03 GMT" ], "Content-Length": [ - "74" + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:21:54 GMT" - ], "Pragma": [ "no-cache" ], - "x-ms-failure-cause": [ - "gateway" - ], "x-ms-request-id": [ - "897713f9-3185-4796-a0ca-22fb23e0a8b5" + "2045af0f-e4c6-48f6-a88d-eb6e48888674" + ], + "x-ms-client-request-id": [ + "f615df89-57e9-423a-a5ce-f51e5ae5f8d7" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" ], "x-ms-correlation-request-id": [ - "897713f9-3185-4796-a0ca-22fb23e0a8b5" + "a4b26457-0818-4fb5-b6a3-338a1a389b7b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002155Z:897713f9-3185-4796-a0ca-22fb23e0a8b5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "WESTUS:20200714T014714Z:a4b26457-0818-4fb5-b6a3-338a1a389b7b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:47:14 GMT" + ], "Content-Length": [ - "181" + "78" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json; odata.metadata=minimal; odata.streaming=true" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Cdn/profiles/profile3857/endpoints/fakeEndpoint' under resource group 'cdnResourceGroup4620' was not found.\"\r\n }\r\n}", - "StatusCode": 404 + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857/endpoints/endpoint4935/load?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzODU3L2VuZHBvaW50cy9lbmRwb2ludDQ5MzUvbG9hZD9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"contentPaths\": [\r\n \"/movies/amazing.mp4\",\r\n \"/pictures/pic1.jpg\"\r\n ]\r\n}", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "ea02930a-5d6b-4c8f-9835-5be47e5d5ec6" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "84" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:21:56 GMT" - ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/9c2163af-196f-4c65-b860-a000a85b9fdb/profileresults/profile3857/endpointresults/endpoint4935?api-version=2019-04-15" - ], - "Retry-After": [ - "10" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "37e44f19-6361-41e4-ae70-ab540ab28a1e" + "519a8c49-f964-4f36-a030-85c96d10351c" ], "x-ms-client-request-id": [ - "ea02930a-5d6b-4c8f-9835-5be47e5d5ec6" + "e89ef80e-cef1-447e-8ac9-f3bba28b74f2" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/9c2163af-196f-4c65-b860-a000a85b9fdb?api-version=2019-04-15" + "OData-Version": [ + "4.0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" ], "x-ms-correlation-request-id": [ - "4b19a005-80f7-40c0-a26d-d1d9b4fcb36c" + "52cebcdd-be7c-48ba-a29a-df7fd2b97d6e" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002156Z:4b19a005-80f7-40c0-a26d-d1d9b4fcb36c" + "WESTUS:20200714T014724Z:52cebcdd-be7c-48ba-a29a-df7fd2b97d6e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:47:24 GMT" + ], "Content-Length": [ - "0" + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857/endpoints/endpoint4935/load?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzODU3L2VuZHBvaW50cy9lbmRwb2ludDQ5MzUvbG9hZD9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"contentPaths\": [\r\n \"/movies/*\"\r\n ]\r\n}", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "aef99339-88ea-4640-9edc-cfa385f3f85a" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "47" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:24:10 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "26981801-3610-45c0-bd8c-37895b97d8c6" + "08a2b65b-ce52-402d-85b3-5e2c85021943" ], "x-ms-client-request-id": [ - "aef99339-88ea-4640-9edc-cfa385f3f85a" + "226aa7f7-c6dc-4af5-88bd-d04e383322cb" + ], + "OData-Version": [ + "4.0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" ], "x-ms-correlation-request-id": [ - "5286c190-c16c-4b16-97f9-5b3281e16ed4" + "f8c9abdd-f9d3-4b55-9852-6d22416ad1f3" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002410Z:5286c190-c16c-4b16-97f9-5b3281e16ed4" + "WESTUS:20200714T014734Z:f8c9abdd-f9d3-4b55-9852-6d22416ad1f3" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:47:34 GMT" + ], "Content-Length": [ - "196" + "78" ], "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Language": [ - "en-US" + "application/json; odata.metadata=minimal; odata.streaming=true" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"BadRequest\",\r\n \"message\": \"Invalid ContentPath \\\"/movies/*\\\". ContentPath for load action must be a relative path for a single resource \\\"/path/pic.jpg\\\".\"\r\n }\r\n}", - "StatusCode": 400 + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857/endpoints/endpoint4935/load?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzODU3L2VuZHBvaW50cy9lbmRwb2ludDQ5MzUvbG9hZD9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"contentPaths\": [\r\n \"/movies/amazing.mp4\",\r\n \"/pictures/pic1.jpg\"\r\n ]\r\n}", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "810aa23e-f06b-48c5-9ba7-d6f26d013b66" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "84" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:24:23 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "3a5da5a4-79fd-436a-82d1-b70b26f125bd" + "90cabe66-ea17-441f-a15c-6f2b49f98267" ], "x-ms-client-request-id": [ - "810aa23e-f06b-48c5-9ba7-d6f26d013b66" + "1384d529-255c-4097-8f8d-c1135d02c0be" + ], + "OData-Version": [ + "4.0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" ], "x-ms-correlation-request-id": [ - "6f49e936-fbcb-44fa-b599-fece8bbfab20" + "1a212735-90be-4e8a-b2f8-19c25c1e7b09" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002423Z:6f49e936-fbcb-44fa-b599-fece8bbfab20" + "WESTUS:20200714T014745Z:1a212735-90be-4e8a-b2f8-19c25c1e7b09" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:47:45 GMT" + ], "Content-Length": [ - "147" + "78" ], "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Language": [ - "en-US" + "application/json; odata.metadata=minimal; odata.streaming=true" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"BadRequest\",\r\n \"message\": \"The requested operation cannot be executed on the entity in the current state.\"\r\n }\r\n}", - "StatusCode": 400 + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/9c2163af-196f-4c65-b860-a000a85b9fdb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOWMyMTYzYWYtMTk2Zi00YzY1LWI4NjAtYTAwMGE4NWI5ZmRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:22:06 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "71ae22eb-f62a-417a-8fb7-3cd8290fec32" + "4cd0ecc7-0dbb-4c73-a760-437d52790730" ], "x-ms-client-request-id": [ - "0d24d391-4a05-44af-8cb7-c4bdca1e20c3" + "e692c8fa-65de-4ee4-ad9e-7ef1612f8149" ], "OData-Version": [ "4.0" @@ -1877,6 +3113,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1884,17 +3123,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11969" ], "x-ms-correlation-request-id": [ - "ffe04e37-4ba5-4d48-b575-82d9bf274e3c" + "f7fbb7cd-7ed1-4b12-b229-9f8bb5098681" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002206Z:ffe04e37-4ba5-4d48-b575-82d9bf274e3c" + "WESTUS:20200714T014755Z:f7fbb7cd-7ed1-4b12-b229-9f8bb5098681" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:47:55 GMT" + ], "Content-Length": [ "78" ], @@ -1909,36 +3151,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/9c2163af-196f-4c65-b860-a000a85b9fdb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOWMyMTYzYWYtMTk2Zi00YzY1LWI4NjAtYTAwMGE4NWI5ZmRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:22:16 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "11bab998-3b6a-47a6-bc87-419551194d05" + "f8111523-5fa7-4603-bcf4-7487ebc5ce7b" ], "x-ms-client-request-id": [ - "bc8432a4-5221-4f14-892a-232ff4c5127a" + "084baab1-d7a2-4720-96db-e365e973c57d" ], "OData-Version": [ "4.0" @@ -1946,6 +3182,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1953,17 +3192,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11968" ], "x-ms-correlation-request-id": [ - "0b13095b-182c-4784-b4de-cf5d2f9d73c3" + "28032fe2-2187-4b26-9d9d-9a38d5c8ebb7" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002217Z:0b13095b-182c-4784-b4de-cf5d2f9d73c3" + "WESTUS:20200714T014806Z:28032fe2-2187-4b26-9d9d-9a38d5c8ebb7" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:48:05 GMT" + ], "Content-Length": [ "78" ], @@ -1978,36 +3220,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/9c2163af-196f-4c65-b860-a000a85b9fdb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOWMyMTYzYWYtMTk2Zi00YzY1LWI4NjAtYTAwMGE4NWI5ZmRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:22:26 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "b8f424b1-143d-4847-a393-ca5055d02623" + "c2ba2a50-cbdc-470c-90bc-9e6f7d8b48d3" ], "x-ms-client-request-id": [ - "88e8b23d-4031-4b03-9569-75feb7da5729" + "b0908c65-85ed-48c3-afab-bd6261d713f1" ], "OData-Version": [ "4.0" @@ -2015,24 +3251,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], "x-ms-correlation-request-id": [ - "f69238c6-ce49-461b-afa3-3ebfe1f64521" + "fd72c7c5-00e5-49b5-a9fa-c2fe104fce9a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002227Z:f69238c6-ce49-461b-afa3-3ebfe1f64521" + "WESTUS:20200714T014816Z:fd72c7c5-00e5-49b5-a9fa-c2fe104fce9a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:48:16 GMT" + ], "Content-Length": [ "78" ], @@ -2047,36 +3289,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/9c2163af-196f-4c65-b860-a000a85b9fdb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOWMyMTYzYWYtMTk2Zi00YzY1LWI4NjAtYTAwMGE4NWI5ZmRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:22:37 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "e5471cf2-15a0-4ca7-933f-91e6fe1cfbba" + "80a510b7-7786-4a06-9893-f30710781e61" ], "x-ms-client-request-id": [ - "0182557e-885f-4d5b-ae01-15161e3bf0de" + "4013639c-d3ab-4361-a5a7-87dc6a702ad0" ], "OData-Version": [ "4.0" @@ -2084,6 +3320,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -2091,17 +3330,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11966" ], "x-ms-correlation-request-id": [ - "6a847188-ab98-4c82-a6ab-5485651494a3" + "47c4f9ca-92a6-4ca2-a369-46b102ab6164" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002237Z:6a847188-ab98-4c82-a6ab-5485651494a3" + "WESTUS:20200714T014826Z:47c4f9ca-92a6-4ca2-a369-46b102ab6164" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:48:26 GMT" + ], "Content-Length": [ "78" ], @@ -2116,36 +3358,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/9c2163af-196f-4c65-b860-a000a85b9fdb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOWMyMTYzYWYtMTk2Zi00YzY1LWI4NjAtYTAwMGE4NWI5ZmRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:22:47 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "e1d11514-1fe2-48d6-9cb6-6d2fa68cc33c" + "155690f1-4f65-486d-b318-7a9324e5d064" ], "x-ms-client-request-id": [ - "044dab98-d3f1-438e-810e-c969ca58fbe3" + "c23eaa6a-8b68-4759-afff-4b82f3128c39" ], "OData-Version": [ "4.0" @@ -2153,6 +3389,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -2160,17 +3399,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11965" ], "x-ms-correlation-request-id": [ - "995b8e00-22ae-4c5e-a0a8-03b20c0b7746" + "93e6eb42-6d62-4bb7-80bc-2614ca4d01fa" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002247Z:995b8e00-22ae-4c5e-a0a8-03b20c0b7746" + "WESTUS:20200714T014837Z:93e6eb42-6d62-4bb7-80bc-2614ca4d01fa" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:48:36 GMT" + ], "Content-Length": [ "78" ], @@ -2185,36 +3427,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/9c2163af-196f-4c65-b860-a000a85b9fdb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOWMyMTYzYWYtMTk2Zi00YzY1LWI4NjAtYTAwMGE4NWI5ZmRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:22:57 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "d99aa0e5-c288-4eda-9534-0ef085d13692" + "1f49e00d-009e-4520-8232-5e198db0e4bc" ], "x-ms-client-request-id": [ - "3c20f9fb-0d47-46b3-aa9b-0309581a9c2e" + "6437c471-61ae-442a-ad6b-8acbc6fba9f5" ], "OData-Version": [ "4.0" @@ -2222,6 +3458,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -2229,17 +3468,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11964" ], "x-ms-correlation-request-id": [ - "43212e08-9081-4271-a3db-ed01cdb4c7cf" + "af00c39e-f94b-4213-ae22-d0ee57ad5118" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002257Z:43212e08-9081-4271-a3db-ed01cdb4c7cf" + "WESTUS:20200714T014847Z:af00c39e-f94b-4213-ae22-d0ee57ad5118" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:48:46 GMT" + ], "Content-Length": [ "78" ], @@ -2254,36 +3496,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/9c2163af-196f-4c65-b860-a000a85b9fdb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOWMyMTYzYWYtMTk2Zi00YzY1LWI4NjAtYTAwMGE4NWI5ZmRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:23:07 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "db8ebd3f-c97a-4f0e-8444-7a7dc76be74a" + "ab3e841f-0f36-4129-8aa8-649f3b5f1292" ], "x-ms-client-request-id": [ - "91eed4eb-4fd1-43bf-b74b-3b3ef854da9f" + "d00ba155-5ef2-45dc-af78-7b5f99feea65" ], "OData-Version": [ "4.0" @@ -2291,6 +3527,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -2298,17 +3537,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11963" ], "x-ms-correlation-request-id": [ - "ee546ca9-98d8-4192-b458-293aadf6bbb2" + "f696d342-4685-44f7-9d70-6fe6a4cda134" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002308Z:ee546ca9-98d8-4192-b458-293aadf6bbb2" + "WESTUS:20200714T014857Z:f696d342-4685-44f7-9d70-6fe6a4cda134" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:48:57 GMT" + ], "Content-Length": [ "78" ], @@ -2323,36 +3565,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/9c2163af-196f-4c65-b860-a000a85b9fdb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOWMyMTYzYWYtMTk2Zi00YzY1LWI4NjAtYTAwMGE4NWI5ZmRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:23:17 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "4f07acfe-c734-495e-a5eb-99a0873acd47" + "341603d1-0e8b-405a-a6e8-a9ddf2aa90ad" ], "x-ms-client-request-id": [ - "ff74a1ec-5b2d-4b7b-9ef0-abda6477f501" + "e8a2c60f-c75f-498b-ae63-6c737a919f14" ], "OData-Version": [ "4.0" @@ -2360,6 +3596,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -2367,17 +3606,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11962" ], "x-ms-correlation-request-id": [ - "c5e580e1-7a1e-4d60-9ac1-2e55feb9c0ac" + "a0fc4c7e-8855-4104-babd-7e2a1b4fcb0f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002318Z:c5e580e1-7a1e-4d60-9ac1-2e55feb9c0ac" + "WESTUS:20200714T014908Z:a0fc4c7e-8855-4104-babd-7e2a1b4fcb0f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:49:07 GMT" + ], "Content-Length": [ "78" ], @@ -2392,36 +3634,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/9c2163af-196f-4c65-b860-a000a85b9fdb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOWMyMTYzYWYtMTk2Zi00YzY1LWI4NjAtYTAwMGE4NWI5ZmRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:23:27 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "8804f2d3-1161-47d0-a47b-71a3cedfabc3" + "8a6f9b2f-7595-43df-bf6f-caef566eb4da" ], "x-ms-client-request-id": [ - "a965a0d1-33b9-436d-9487-d2d631b48bf8" + "fa2c2c8b-6464-4d0d-8fc9-2a3b39d82cad" ], "OData-Version": [ "4.0" @@ -2429,6 +3665,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -2436,17 +3675,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11961" ], "x-ms-correlation-request-id": [ - "787c7c96-ce0d-4d32-b563-c0cff2201534" + "898b29ae-2287-421a-a198-f50f83894590" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002328Z:787c7c96-ce0d-4d32-b563-c0cff2201534" + "WESTUS:20200714T014918Z:898b29ae-2287-421a-a198-f50f83894590" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:49:17 GMT" + ], "Content-Length": [ "78" ], @@ -2461,36 +3703,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/9c2163af-196f-4c65-b860-a000a85b9fdb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOWMyMTYzYWYtMTk2Zi00YzY1LWI4NjAtYTAwMGE4NWI5ZmRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:23:37 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "25bb7592-2667-4bac-b29b-3674db47aa82" + "f14ffa06-a59a-4c89-ab37-44b40b0972f3" ], "x-ms-client-request-id": [ - "298e8955-e1d7-47ad-aa7c-d201ca4f12d8" + "cb1e6b2c-519f-4513-8f08-f82cea349edc" ], "OData-Version": [ "4.0" @@ -2498,6 +3734,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -2505,17 +3744,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11960" ], "x-ms-correlation-request-id": [ - "c47bbb25-20b0-43a1-b8c7-303a743239e1" + "10718438-04c6-4bf2-aa79-e50c9a5e2be3" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002338Z:c47bbb25-20b0-43a1-b8c7-303a743239e1" + "WESTUS:20200714T014928Z:10718438-04c6-4bf2-aa79-e50c9a5e2be3" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:49:27 GMT" + ], "Content-Length": [ "78" ], @@ -2530,36 +3772,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/9c2163af-196f-4c65-b860-a000a85b9fdb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOWMyMTYzYWYtMTk2Zi00YzY1LWI4NjAtYTAwMGE4NWI5ZmRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:23:49 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "1f880a2d-eea3-4130-a66e-6e2951660b1a" + "0d974792-5439-4c01-9617-5adbfbf33784" ], "x-ms-client-request-id": [ - "876d36d2-0499-45b7-89fc-9ef88c8fbdb9" + "deb8cf02-e154-4883-81e4-7002dc444e08" ], "OData-Version": [ "4.0" @@ -2567,6 +3803,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -2574,17 +3813,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11959" ], "x-ms-correlation-request-id": [ - "d4444d22-506e-4216-9279-21b8f36eae33" + "527edb15-8a92-4cff-8d4c-2355cd4a2aed" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002349Z:d4444d22-506e-4216-9279-21b8f36eae33" + "WESTUS:20200714T014938Z:527edb15-8a92-4cff-8d4c-2355cd4a2aed" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:49:38 GMT" + ], "Content-Length": [ "78" ], @@ -2599,36 +3841,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/9c2163af-196f-4c65-b860-a000a85b9fdb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOWMyMTYzYWYtMTk2Zi00YzY1LWI4NjAtYTAwMGE4NWI5ZmRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:23:59 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "970c7b64-0fb2-4903-ab4e-d39b1c02cb8c" + "4207497c-9edc-4845-b526-74d14aaed176" ], "x-ms-client-request-id": [ - "cbfa479b-3afd-4b15-9099-ccd0302be24c" + "57e98e25-aff9-4956-81d1-912c0416b78c" ], "OData-Version": [ "4.0" @@ -2636,6 +3872,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -2643,17 +3882,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11958" ], "x-ms-correlation-request-id": [ - "5a67d81e-8852-43e9-803b-06312bd990ea" + "9ad39afe-10a6-429b-8716-e440d5c0931a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002359Z:5a67d81e-8852-43e9-803b-06312bd990ea" + "WESTUS:20200714T014949Z:9ad39afe-10a6-429b-8716-e440d5c0931a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:49:49 GMT" + ], "Content-Length": [ "78" ], @@ -2668,36 +3910,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/9c2163af-196f-4c65-b860-a000a85b9fdb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOWMyMTYzYWYtMTk2Zi00YzY1LWI4NjAtYTAwMGE4NWI5ZmRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:24:09 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "532e9bdd-070f-4cb7-9c05-63c7e3ba8748" + "15b0c751-129e-4146-ae3e-17945aa6f43f" ], "x-ms-client-request-id": [ - "b2787d21-2c68-480a-a31f-0fee501a9df8" + "5d5f89ef-700f-4f37-87d8-3c60b94dfec6" ], "OData-Version": [ "4.0" @@ -2705,6 +3941,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -2712,17 +3951,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11957" ], "x-ms-correlation-request-id": [ - "7ee65d29-afa4-4aca-900a-cfd977bbd1a4" + "09232408-cce4-41f6-a0d5-485b85b14cc7" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002409Z:7ee65d29-afa4-4aca-900a-cfd977bbd1a4" + "WESTUS:20200714T014959Z:09232408-cce4-41f6-a0d5-485b85b14cc7" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:49:59 GMT" + ], "Content-Length": [ "77" ], @@ -2737,36 +3979,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/9c2163af-196f-4c65-b860-a000a85b9fdb/profileresults/profile3857/endpointresults/endpoint4935?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOWMyMTYzYWYtMTk2Zi00YzY1LWI4NjAtYTAwMGE4NWI5ZmRiL3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGUzODU3L2VuZHBvaW50cmVzdWx0cy9lbmRwb2ludDQ5MzU/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6/profileresults/profile5601/endpointresults/endpoint9633?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODczZmUxNjgtODdiNy00OTVlLWFkNTktNGU2ODY1N2ZiMWE2L3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGU1NjAxL2VuZHBvaW50cmVzdWx0cy9lbmRwb2ludDk2MzM/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:24:09 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "76e8a412-3d57-440a-8bde-70e15160e6a0" + "52c16418-decf-4e82-8968-901c326e0b49" ], "x-ms-client-request-id": [ - "549df859-3a10-44da-bcb0-103fd42d9336" + "9c05f1c1-f2bc-4a27-891b-3515f1534e84" ], "OData-Version": [ "4.0" @@ -2774,6 +4010,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -2781,19 +4020,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11956" ], "x-ms-correlation-request-id": [ - "ef5ddc20-8c7c-4dcb-bfa9-37a257b10397" + "49fccc1b-beff-4ceb-b392-e92a27503544" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002410Z:ef5ddc20-8c7c-4dcb-bfa9-37a257b10397" + "WESTUS:20200714T015000Z:49fccc1b-beff-4ceb-b392-e92a27503544" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:50:00 GMT" + ], "Content-Length": [ - "1039" + "1344" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2802,26 +4044,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint4935\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/9c2163af-196f-4c65-b860-a000a85b9fdb/profileresults/profile3857/endpointresults/endpoint4935\",\r\n \"type\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint4935.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/photos\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin421\",\r\n \"properties\": {\r\n \"hostName\": \"custom.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"text/css\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint9633\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/873fe168-87b7-495e-ad59-4e68657fb1a6/profileresults/profile5601/endpointresults/endpoint9633\",\r\n \"type\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint9633.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/photos\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin6674\",\r\n \"properties\": {\r\n \"hostName\": \"custom.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"text/css\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857/endpoints/fakeEndpoint/load?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzODU3L2VuZHBvaW50cy9mYWtlRW5kcG9pbnQvbG9hZD9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601/endpoints/fakeEndpoint/load?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1NjAxL2VuZHBvaW50cy9mYWtlRW5kcG9pbnQvbG9hZD9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "POST", "RequestBody": "{\r\n \"contentPaths\": [\r\n \"/movies/amazing.mp4\",\r\n \"/pictures/pic1.jpg\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4b085da4-9408-4863-8650-e97ca8454900" + "14722fe0-af69-4d83-9ce3-82f9f32faf2b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2834,9 +4076,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:24:09 GMT" - ], "Pragma": [ "no-cache" ], @@ -2844,13 +4083,13 @@ "gateway" ], "x-ms-request-id": [ - "6779d8df-bcaa-40fb-9fb5-88e5ebdc980c" + "effe950b-462b-427d-8b5d-05fad59a4e85" ], "x-ms-correlation-request-id": [ - "6779d8df-bcaa-40fb-9fb5-88e5ebdc980c" + "effe950b-462b-427d-8b5d-05fad59a4e85" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002410Z:6779d8df-bcaa-40fb-9fb5-88e5ebdc980c" + "WESTUS:20200714T015000Z:effe950b-462b-427d-8b5d-05fad59a4e85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2858,65 +4097,62 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "181" + "Date": [ + "Tue, 14 Jul 2020 01:50:00 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "249" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Cdn/profiles/profile3857/endpoints/fakeEndpoint' under resource group 'cdnResourceGroup4620' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Cdn/profiles/profile5601/endpoints/fakeEndpoint' under resource group 'cdnResourceGroup6269' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4620/providers/Microsoft.Cdn/profiles/profile3857/endpoints/endpoint4935/stop?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzODU3L2VuZHBvaW50cy9lbmRwb2ludDQ5MzUvc3RvcD9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6269/providers/Microsoft.Cdn/profiles/profile5601/endpoints/endpoint9633/stop?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1NjAxL2VuZHBvaW50cy9lbmRwb2ludDk2MzMvc3RvcD9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "58041950-b966-47ee-af36-9a4e6a3279c8" + "42ae96f6-78bd-47a7-94d7-178aebc3db17" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:24:11 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/4e731798-185a-43d4-a07b-d5e01fbd2cad/profileresults/profile3857/endpointresults/endpoint4935?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/aee8f6b9-d667-4a7f-858b-fb8d7d3ab784/profileresults/profile5601/endpointresults/endpoint9633?api-version=2020-04-15" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "f72965af-90b1-4870-9a24-8465eef00a9f" + "d3ca5a08-e685-4e18-a685-db3066683623" ], "x-ms-client-request-id": [ - "58041950-b966-47ee-af36-9a4e6a3279c8" + "42ae96f6-78bd-47a7-94d7-178aebc3db17" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/4e731798-185a-43d4-a07b-d5e01fbd2cad?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/aee8f6b9-d667-4a7f-858b-fb8d7d3ab784?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -2924,26 +4160,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "8ed78239-d09e-48f9-a084-cd34916a132f" + "da2dcec6-81e3-4d02-987a-a3ecfe2214fe" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002411Z:8ed78239-d09e-48f9-a084-cd34916a132f" + "WESTUS:20200714T015005Z:da2dcec6-81e3-4d02-987a-a3ecfe2214fe" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:50:04 GMT" + ], "Content-Length": [ - "614" + "911" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2952,40 +4194,103 @@ "-1" ] }, - "ResponseBody": "{\r\n \"hostName\": \"endpoint4935.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Stopping\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/photos\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin421\",\r\n \"properties\": {\r\n \"hostName\": \"custom.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"text/css\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"hostName\": \"endpoint9633.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Stopping\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/photos\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin6674\",\r\n \"properties\": {\r\n \"hostName\": \"custom.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"text/css\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/4e731798-185a-43d4-a07b-d5e01fbd2cad?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNGU3MzE3OTgtMTg1YS00M2Q0LWEwN2ItZDVlMDFmYmQyY2FkP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/aee8f6b9-d667-4a7f-858b-fb8d7d3ab784?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYWVlOGY2YjktZDY2Ny00YTdmLTg1OGItZmI4ZDdkM2FiNzg0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:24:21 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "75254d68-0faf-45dc-8828-9ae0b7084499" + ], + "x-ms-client-request-id": [ + "9049b7cd-f703-43e0-9540-c0c88ff7d689" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-IIS/8.5" ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11955" + ], + "x-ms-correlation-request-id": [ + "3f9c3cfb-b611-425d-a7e9-cb082fc20581" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T015015Z:3f9c3cfb-b611-425d-a7e9-cb082fc20581" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:50:15 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/aee8f6b9-d667-4a7f-858b-fb8d7d3ab784?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYWVlOGY2YjktZDY2Ny00YTdmLTg1OGItZmI4ZDdkM2FiNzg0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-request-id": [ - "332332f7-8f3c-4707-b9ae-68450dd713d8" + "537ec233-2949-42a1-8252-e36446ece986" ], "x-ms-client-request-id": [ - "93fde61e-b862-4640-a204-68eb254c56f6" + "c57c7a15-2deb-40de-b9c6-0eae72310dea" ], "OData-Version": [ "4.0" @@ -2993,6 +4298,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -3000,17 +4308,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11954" ], "x-ms-correlation-request-id": [ - "1ab2ecf3-ffb1-42a4-bedb-1da98f3a43e4" + "ef430979-a38a-43fc-9dad-bbeb87d50b82" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002421Z:1ab2ecf3-ffb1-42a4-bedb-1da98f3a43e4" + "WESTUS:20200714T015025Z:ef430979-a38a-43fc-9dad-bbeb87d50b82" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:50:25 GMT" + ], "Content-Length": [ "77" ], @@ -3025,36 +4336,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/4e731798-185a-43d4-a07b-d5e01fbd2cad/profileresults/profile3857/endpointresults/endpoint4935?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNGU3MzE3OTgtMTg1YS00M2Q0LWEwN2ItZDVlMDFmYmQyY2FkL3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGUzODU3L2VuZHBvaW50cmVzdWx0cy9lbmRwb2ludDQ5MzU/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/aee8f6b9-d667-4a7f-858b-fb8d7d3ab784/profileresults/profile5601/endpointresults/endpoint9633?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYWVlOGY2YjktZDY2Ny00YTdmLTg1OGItZmI4ZDdkM2FiNzg0L3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGU1NjAxL2VuZHBvaW50cmVzdWx0cy9lbmRwb2ludDk2MzM/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:24:21 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "969fcfc7-04a5-4b64-bec3-487e73e17ba7" + "55cdf9e0-5e27-414f-8e00-62843f88aeff" ], "x-ms-client-request-id": [ - "179efbdc-b9d1-4935-96d1-42f5564e019d" + "14a93a4b-7549-4584-9b19-3cb9b9975b7e" ], "OData-Version": [ "4.0" @@ -3062,6 +4367,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -3069,19 +4377,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11953" ], "x-ms-correlation-request-id": [ - "9ee2942f-1c94-4cce-9cd3-618a1bb085d0" + "661dfb2b-2b5a-4c81-a214-6123cc7ed58b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002422Z:9ee2942f-1c94-4cce-9cd3-618a1bb085d0" + "WESTUS:20200714T015026Z:661dfb2b-2b5a-4c81-a214-6123cc7ed58b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:50:26 GMT" + ], "Content-Length": [ - "1039" + "1344" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -3090,25 +4401,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint4935\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620/providers/Microsoft.Cdn/operationresults/4e731798-185a-43d4-a07b-d5e01fbd2cad/profileresults/profile3857/endpointresults/endpoint4935\",\r\n \"type\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint4935.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Stopped\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/photos\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin421\",\r\n \"properties\": {\r\n \"hostName\": \"custom.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"text/css\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint9633\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269/providers/Microsoft.Cdn/operationresults/aee8f6b9-d667-4a7f-858b-fb8d7d3ab784/profileresults/profile5601/endpointresults/endpoint9633\",\r\n \"type\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults\",\r\n \"tags\": {\r\n \"kay1\": \"value1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint9633.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Stopped\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/photos\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin6674\",\r\n \"properties\": {\r\n \"hostName\": \"custom.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"text/css\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4620?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjIwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6269?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2MjY5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5330faa-6272-4cea-b4d4-9b370c0f3653" + "2eeaf708-cdeb-4fb6-866e-06c3b08a2004" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -3116,29 +4427,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:24:23 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-request-id": [ - "01111f6b-441a-43aa-b558-4236a639f253" + "65873160-4623-44b1-99a5-7bdd843a03ba" ], "x-ms-correlation-request-id": [ - "01111f6b-441a-43aa-b558-4236a639f253" + "65873160-4623-44b1-99a5-7bdd843a03ba" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002424Z:01111f6b-441a-43aa-b558-4236a639f253" + "WESTUS:20200714T015030Z:65873160-4623-44b1-99a5-7bdd843a03ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3146,26 +4454,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:50:29 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOakkyT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -3173,29 +4484,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:24:38 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-request-id": [ - "f4a451d8-0035-40ef-ae7a-8062265b37d4" + "210df05e-9062-4379-8655-151546dcdb5e" ], "x-ms-correlation-request-id": [ - "f4a451d8-0035-40ef-ae7a-8062265b37d4" + "210df05e-9062-4379-8655-151546dcdb5e" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002439Z:f4a451d8-0035-40ef-ae7a-8062265b37d4" + "WESTUS:20200714T015045Z:210df05e-9062-4379-8655-151546dcdb5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3203,26 +4511,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:50:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOakkyT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -3230,29 +4541,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:24:54 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-request-id": [ - "859120dd-0cc5-4460-bc65-3d49be4a8284" + "39f03f0f-5c63-43c6-8167-82d9dff206c3" ], "x-ms-correlation-request-id": [ - "859120dd-0cc5-4460-bc65-3d49be4a8284" + "39f03f0f-5c63-43c6-8167-82d9dff206c3" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002454Z:859120dd-0cc5-4460-bc65-3d49be4a8284" + "WESTUS:20200714T015100Z:39f03f0f-5c63-43c6-8167-82d9dff206c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3260,26 +4568,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:51:00 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOakkyT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -3287,29 +4598,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:25:09 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-request-id": [ - "57a629d4-b4c5-47c9-a81e-d862dd61cbf4" + "cbb02674-fcd9-4bf1-a582-57765ef8d4c2" ], "x-ms-correlation-request-id": [ - "57a629d4-b4c5-47c9-a81e-d862dd61cbf4" + "cbb02674-fcd9-4bf1-a582-57765ef8d4c2" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002509Z:57a629d4-b4c5-47c9-a81e-d862dd61cbf4" + "WESTUS:20200714T015115Z:cbb02674-fcd9-4bf1-a582-57765ef8d4c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3317,26 +4625,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:51:15 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOakkyT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -3344,29 +4655,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:25:24 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11996" ], "x-ms-request-id": [ - "d3e2eaa4-5b31-4846-bd07-a789857b6a5c" + "d1314848-118b-4484-8c0e-d08e895e5957" ], "x-ms-correlation-request-id": [ - "d3e2eaa4-5b31-4846-bd07-a789857b6a5c" + "d1314848-118b-4484-8c0e-d08e895e5957" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002524Z:d3e2eaa4-5b31-4846-bd07-a789857b6a5c" + "WESTUS:20200714T015130Z:d1314848-118b-4484-8c0e-d08e895e5957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3374,26 +4682,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:51:30 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOakkyT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -3401,29 +4712,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:25:39 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11995" ], "x-ms-request-id": [ - "98919aa9-e81e-4dfe-b0b2-70517640a064" + "0c0a2128-db36-4f63-a552-a65e56fe588c" ], "x-ms-correlation-request-id": [ - "98919aa9-e81e-4dfe-b0b2-70517640a064" + "0c0a2128-db36-4f63-a552-a65e56fe588c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002539Z:98919aa9-e81e-4dfe-b0b2-70517640a064" + "WESTUS:20200714T015145Z:0c0a2128-db36-4f63-a552-a65e56fe588c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3431,26 +4739,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:51:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOakkyT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -3458,29 +4769,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:25:53 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11994" ], "x-ms-request-id": [ - "5ec145a0-552a-4492-8828-9dfc013e94e2" + "75f0e0fa-7a41-49bd-9eb4-aa10fe907798" ], "x-ms-correlation-request-id": [ - "5ec145a0-552a-4492-8828-9dfc013e94e2" + "75f0e0fa-7a41-49bd-9eb4-aa10fe907798" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002554Z:5ec145a0-552a-4492-8828-9dfc013e94e2" + "WESTUS:20200714T015200Z:75f0e0fa-7a41-49bd-9eb4-aa10fe907798" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3488,26 +4796,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:51:59 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOakkyT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -3515,29 +4826,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:26:09 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11993" ], "x-ms-request-id": [ - "3aca4d15-e242-4f78-8cfe-4a644b781e94" + "18d29cf9-b878-43da-aaf6-b0ac6fc8b7db" ], "x-ms-correlation-request-id": [ - "3aca4d15-e242-4f78-8cfe-4a644b781e94" + "18d29cf9-b878-43da-aaf6-b0ac6fc8b7db" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002609Z:3aca4d15-e242-4f78-8cfe-4a644b781e94" + "WESTUS:20200714T015215Z:18d29cf9-b878-43da-aaf6-b0ac6fc8b7db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3545,26 +4853,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:52:14 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOakkyT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -3572,29 +4883,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:26:24 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11992" ], "x-ms-request-id": [ - "5d869cc3-e5ff-48ab-af82-52b392ab4fb2" + "e2497a3d-b3d6-4d9e-9672-1c5f552aecd4" ], "x-ms-correlation-request-id": [ - "5d869cc3-e5ff-48ab-af82-52b392ab4fb2" + "e2497a3d-b3d6-4d9e-9672-1c5f552aecd4" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002624Z:5d869cc3-e5ff-48ab-af82-52b392ab4fb2" + "WESTUS:20200714T015230Z:e2497a3d-b3d6-4d9e-9672-1c5f552aecd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3602,26 +4910,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:52:29 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOakkyT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -3629,29 +4940,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:26:39 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11991" ], "x-ms-request-id": [ - "a24acf74-abb6-45fa-a366-05fc1e0bfc95" + "37bed03e-c683-40b1-8743-93baebd733f6" ], "x-ms-correlation-request-id": [ - "a24acf74-abb6-45fa-a366-05fc1e0bfc95" + "37bed03e-c683-40b1-8743-93baebd733f6" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002639Z:a24acf74-abb6-45fa-a366-05fc1e0bfc95" + "WESTUS:20200714T015245Z:37bed03e-c683-40b1-8743-93baebd733f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3659,26 +4967,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:52:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOakkyT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -3686,29 +4997,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:26:54 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11990" ], "x-ms-request-id": [ - "d70dedf6-1e5b-45ed-9bf0-4d53bb58f3e0" + "61846e9c-ecbf-4a97-9db3-6aa90ac0d91b" ], "x-ms-correlation-request-id": [ - "d70dedf6-1e5b-45ed-9bf0-4d53bb58f3e0" + "61846e9c-ecbf-4a97-9db3-6aa90ac0d91b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002654Z:d70dedf6-1e5b-45ed-9bf0-4d53bb58f3e0" + "WESTUS:20200714T015300Z:61846e9c-ecbf-4a97-9db3-6aa90ac0d91b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3716,26 +5024,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:52:59 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOakkyT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -3743,23 +5054,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:27:10 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11989" ], "x-ms-request-id": [ - "3d7da0a5-d2bd-41d2-a7ea-ea774a67c61e" + "d7f794ce-6325-4a3b-9f72-3399c1fd452d" ], "x-ms-correlation-request-id": [ - "3d7da0a5-d2bd-41d2-a7ea-ea774a67c61e" + "d7f794ce-6325-4a3b-9f72-3399c1fd452d" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002710Z:3d7da0a5-d2bd-41d2-a7ea-ea774a67c61e" + "WESTUS:20200714T015315Z:d7f794ce-6325-4a3b-9f72-3399c1fd452d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3767,26 +5075,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:53:14 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjI2OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOakkyT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -3794,23 +5105,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:27:10 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11988" ], "x-ms-request-id": [ - "92197f0c-e8b1-4c20-9904-06a1d180d64a" + "7e340740-ca07-4291-a4b1-8645d1cbbe13" ], "x-ms-correlation-request-id": [ - "92197f0c-e8b1-4c20-9904-06a1d180d64a" + "7e340740-ca07-4291-a4b1-8645d1cbbe13" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T002710Z:92197f0c-e8b1-4c20-9904-06a1d180d64a" + "WESTUS:20200714T015315Z:7e340740-ca07-4291-a4b1-8645d1cbbe13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3818,11 +5126,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:53:14 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -3831,15 +5142,15 @@ ], "Names": { "CreateResourceGroup": [ - "cdnResourceGroup4620" + "cdnResourceGroup6269" ], "EndpointPurgeLoadTest": [ - "profile3857", - "endpoint4935", - "origin421" + "profile5601", + "endpoint9633", + "origin6674" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointStartStopTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointStartStopTest.json index 2c1bdc7acb127..a84b3f9a601e5 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointStartStopTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointStartStopTest.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4ODIyP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f0406f2f-ddf6-4e41-80cc-fce0931080fe" + "079152d2-cee6-4a74-924d-7b77b6b4403f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -29,23 +29,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:16:15 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1198" ], "x-ms-request-id": [ - "39c19584-aefe-4a1f-aeda-bbc151147824" + "731091f5-0da4-4445-bade-aa595b181976" ], "x-ms-correlation-request-id": [ - "39c19584-aefe-4a1f-aeda-bbc151147824" + "731091f5-0da4-4445-bade-aa595b181976" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001615Z:39c19584-aefe-4a1f-aeda-bbc151147824" + "WESTUS:20200714T013807Z:731091f5-0da4-4445-bade-aa595b181976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +50,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:38:07 GMT" + ], "Content-Length": [ "193" ], @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup8822\",\r\n \"name\": \"cdnResourceGroup8822\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1549\",\r\n \"name\": \"cdnResourceGroup1549\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup8822/providers/Microsoft.Cdn/profiles/profile41?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA4ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0MT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1549/providers/Microsoft.Cdn/profiles/profile3991?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzOTkxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "58b94710-de2d-442a-be16-2c09ef4a4f50" + "dd8e6376-829b-4a58-b9ff-6afd8ad7e54d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -95,26 +95,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:16:16 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "47d45796-ecd2-4891-a597-b11ffe15f435" + "598678e3-de92-454d-bed7-5aa30a644497" ], "x-ms-client-request-id": [ - "58b94710-de2d-442a-be16-2c09ef4a4f50" + "dd8e6376-829b-4a58-b9ff-6afd8ad7e54d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/operationresults/678f2f49-cda9-44ab-ad62-39d8fe006259?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/operationresults/0009fa10-69b8-4c57-b6da-2285a2ef5e4f?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -122,26 +116,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "a82efc32-4ff5-4702-9c4a-a204db0e7609" + "75bc3a44-dd3c-44ad-824b-24464acfc5c4" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001616Z:a82efc32-4ff5-4702-9c4a-a204db0e7609" + "WESTUS:20200714T013813Z:75bc3a44-dd3c-44ad-824b-24464acfc5c4" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:38:12 GMT" + ], "Content-Length": [ - "394" + "398" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -150,40 +150,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile41\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/profiles/profile41\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile3991\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/profiles/profile3991\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/operationresults/678f2f49-cda9-44ab-ad62-39d8fe006259?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNjc4ZjJmNDktY2RhOS00NGFiLWFkNjItMzlkOGZlMDA2MjU5P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/operationresults/0009fa10-69b8-4c57-b6da-2285a2ef5e4f?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMDAwOWZhMTAtNjliOC00YzU3LWI2ZGEtMjI4NWEyZWY1ZTRmP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:16:26 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "69d44496-25f0-4a0e-95d9-3afbe483bb15" + "1b0fe721-05cb-4674-92ab-4a637ca54ddc" ], "x-ms-client-request-id": [ - "a745221b-c7c5-4081-aaf5-29d04c3551d3" + "7e8682c1-e6ab-46bf-95dd-53b1087f35e5" ], "OData-Version": [ "4.0" @@ -191,6 +185,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -201,14 +198,17 @@ "11999" ], "x-ms-correlation-request-id": [ - "970ccc86-1844-4c3d-b3be-ad78ba042f02" + "bf155442-e756-49e0-9806-1f02ddfe40e9" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001627Z:970ccc86-1844-4c3d-b3be-ad78ba042f02" + "WESTUS:20200714T013824Z:bf155442-e756-49e0-9806-1f02ddfe40e9" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:38:24 GMT" + ], "Content-Length": [ "78" ], @@ -223,36 +223,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/operationresults/678f2f49-cda9-44ab-ad62-39d8fe006259?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNjc4ZjJmNDktY2RhOS00NGFiLWFkNjItMzlkOGZlMDA2MjU5P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/operationresults/0009fa10-69b8-4c57-b6da-2285a2ef5e4f?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMDAwOWZhMTAtNjliOC00YzU3LWI2ZGEtMjI4NWEyZWY1ZTRmP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:16:36 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "f245dfc6-eff4-4ba7-9803-32d6c3f1c8f0" + "e7a33ed2-87f3-4644-8ec1-335ba091d933" ], "x-ms-client-request-id": [ - "7e520337-fb4d-4521-a67a-0c4f85844451" + "dfb30594-dacc-4249-8360-fab68392ebaf" ], "OData-Version": [ "4.0" @@ -260,6 +254,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -270,14 +267,17 @@ "11998" ], "x-ms-correlation-request-id": [ - "928925d5-10a4-48db-8aee-d6ba297a38e1" + "eb77d8c7-e44e-428e-beb2-6a546c2b048c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001637Z:928925d5-10a4-48db-8aee-d6ba297a38e1" + "WESTUS:20200714T013834Z:eb77d8c7-e44e-428e-beb2-6a546c2b048c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:38:34 GMT" + ], "Content-Length": [ "78" ], @@ -292,36 +292,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/operationresults/678f2f49-cda9-44ab-ad62-39d8fe006259?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNjc4ZjJmNDktY2RhOS00NGFiLWFkNjItMzlkOGZlMDA2MjU5P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/operationresults/0009fa10-69b8-4c57-b6da-2285a2ef5e4f?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMDAwOWZhMTAtNjliOC00YzU3LWI2ZGEtMjI4NWEyZWY1ZTRmP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:16:46 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "0f042d9f-e66e-40aa-98d8-886fd0d9057f" + "3c70234a-3ca8-4844-b44b-607ae79fe648" ], "x-ms-client-request-id": [ - "e81ade3a-4482-4c4a-9181-d45494c0575d" + "1d9589a3-4082-45a2-85b6-59224da23867" ], "OData-Version": [ "4.0" @@ -329,6 +323,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -339,14 +336,17 @@ "11997" ], "x-ms-correlation-request-id": [ - "0b7ef08d-1f68-4b08-ad24-54054547b0a2" + "af0290e2-477a-4c4c-a7b7-18470a5d421a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001647Z:0b7ef08d-1f68-4b08-ad24-54054547b0a2" + "WESTUS:20200714T013844Z:af0290e2-477a-4c4c-a7b7-18470a5d421a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:38:44 GMT" + ], "Content-Length": [ "77" ], @@ -361,36 +361,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup8822/providers/Microsoft.Cdn/profiles/profile41?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA4ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0MT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1549/providers/Microsoft.Cdn/profiles/profile3991?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzOTkxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:16:47 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "b9f103e3-ea9b-4bfb-ab8a-6c33c718c3da" + "c88122af-5e1f-495e-87aa-1989fc135fc3" ], "x-ms-client-request-id": [ - "6626741c-9560-43ac-8bec-8b5d5bd7edde" + "8ebe0f89-4054-4754-a747-78b99a60ab4f" ], "OData-Version": [ "4.0" @@ -398,26 +392,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "e6c84f0b-1ed6-4649-841c-6e7fe9f5d7eb" + "eca03178-84cf-42cc-bb1e-9b736d381948" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001648Z:e6c84f0b-1ed6-4649-841c-6e7fe9f5d7eb" + "WESTUS:20200714T013845Z:eca03178-84cf-42cc-bb1e-9b736d381948" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:38:45 GMT" + ], "Content-Length": [ - "393" + "397" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -426,26 +426,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile41\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/profiles/profile41\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile3991\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/profiles/profile3991\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup8822/providers/Microsoft.Cdn/profiles/profile41/endpoints/endpoint5751?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA4ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0MS9lbmRwb2ludHMvZW5kcG9pbnQ1NzUxP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1549/providers/Microsoft.Cdn/profiles/profile3991/endpoints/endpoint4114?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzOTkxL2VuZHBvaW50cy9lbmRwb2ludDQxMTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5d1fe1d2-fc92-4cc6-a821-6c0d4b9bb0bf" + "e68d7bc8-7477-4f84-bee4-36d8452b763e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -458,26 +458,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:16:48 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "fd912c73-7aa1-4c0e-90ad-0acb85099022" + "0c6a51e9-cd5b-4ffb-8140-3eee88451a89" ], "x-ms-client-request-id": [ - "5d1fe1d2-fc92-4cc6-a821-6c0d4b9bb0bf" + "e68d7bc8-7477-4f84-bee4-36d8452b763e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/operationresults/46c25225-d7b1-472a-94bf-bc0ca2a9748f?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/operationresults/c46ee9d5-fbc8-4bd7-a8f3-6bd1968463b4?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -485,26 +479,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "99" ], "x-ms-correlation-request-id": [ - "0e5e7bf9-f8f0-48f4-887c-dc9737fb2f9a" + "d8278f1b-cb10-4c23-ab25-e6d611e6732f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001649Z:0e5e7bf9-f8f0-48f4-887c-dc9737fb2f9a" + "WESTUS:20200714T013849Z:d8278f1b-cb10-4c23-ab25-e6d611e6732f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:38:49 GMT" + ], "Content-Length": [ - "888" + "1194" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -513,40 +513,103 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint5751\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/profiles/profile41/endpoints/endpoint5751\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint5751.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint4114\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/profiles/profile3991/endpoints/endpoint4114\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint4114.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/operationresults/46c25225-d7b1-472a-94bf-bc0ca2a9748f?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNDZjMjUyMjUtZDdiMS00NzJhLTk0YmYtYmMwY2EyYTk3NDhmP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/operationresults/c46ee9d5-fbc8-4bd7-a8f3-6bd1968463b4?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYzQ2ZWU5ZDUtZmJjOC00YmQ3LWE4ZjMtNmJkMTk2ODQ2M2I0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:16:59 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "f35c10e6-8805-45e3-b97e-ce01dd5574f4" + ], + "x-ms-client-request-id": [ + "61aebd30-2249-4f55-8a7a-df741102c3e9" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-IIS/8.5" ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "ef8015f0-8f62-4f88-a4de-0102173e7b49" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T013900Z:ef8015f0-8f62-4f88-a4de-0102173e7b49" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:38:59 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/operationresults/c46ee9d5-fbc8-4bd7-a8f3-6bd1968463b4?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYzQ2ZWU5ZDUtZmJjOC00YmQ3LWE4ZjMtNmJkMTk2ODQ2M2I0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-request-id": [ - "06e06dbf-7b1b-4839-9ecb-f97ca9766157" + "84d9c9ef-4cd0-4796-bc36-d78f14c060d9" ], "x-ms-client-request-id": [ - "2d0d9661-2dc4-445f-b72a-607ef3327799" + "f9312093-6826-42d5-93d5-70ba7bfc4f67" ], "OData-Version": [ "4.0" @@ -554,6 +617,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -564,14 +630,17 @@ "11995" ], "x-ms-correlation-request-id": [ - "44fcf9d2-d399-4730-9bf7-a529dff60cb0" + "ee10d276-38e6-4447-b63e-51c8a52937a2" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001659Z:44fcf9d2-d399-4730-9bf7-a529dff60cb0" + "WESTUS:20200714T013910Z:ee10d276-38e6-4447-b63e-51c8a52937a2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:39:09 GMT" + ], "Content-Length": [ "77" ], @@ -586,36 +655,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup8822/providers/Microsoft.Cdn/profiles/profile41/endpoints/endpoint5751?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA4ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0MS9lbmRwb2ludHMvZW5kcG9pbnQ1NzUxP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1549/providers/Microsoft.Cdn/profiles/profile3991/endpoints/endpoint4114?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzOTkxL2VuZHBvaW50cy9lbmRwb2ludDQxMTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:17:00 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "dcbe467f-6bd5-47de-bae5-cddc77c92991" + "179bb6fb-3c6a-4280-828f-e615a65e3e38" ], "x-ms-client-request-id": [ - "e8a4329f-3fca-43ec-a4e4-50958ac601c4" + "72f3d459-49dd-4b74-a882-3c891828cacf" ], "OData-Version": [ "4.0" @@ -623,26 +686,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "8cbbe983-8462-4ea6-8ebe-f571b135dc6d" + "8ec449ee-3911-4865-90b2-e1d502c2972c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001700Z:8cbbe983-8462-4ea6-8ebe-f571b135dc6d" + "WESTUS:20200714T013911Z:8ec449ee-3911-4865-90b2-e1d502c2972c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:39:10 GMT" + ], "Content-Length": [ - "888" + "1194" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -651,46 +720,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint5751\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/profiles/profile41/endpoints/endpoint5751\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint5751.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint4114\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/profiles/profile3991/endpoints/endpoint4114\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint4114.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup8822/providers/Microsoft.Cdn/profiles/profile41/endpoints/endpoint5751?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA4ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0MS9lbmRwb2ludHMvZW5kcG9pbnQ1NzUxP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1549/providers/Microsoft.Cdn/profiles/profile3991/endpoints/endpoint4114?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzOTkxL2VuZHBvaW50cy9lbmRwb2ludDQxMTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6e1ac85-1794-4b25-8f35-e022c637da31" + "ad71cfdd-d5e0-4a2f-9448-a355daa1b1ac" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:17:11 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "cbf9ae02-4cd3-4f1d-a35c-8882201c27c9" + "46cef625-76ea-43a1-a309-22342307f3e3" ], "x-ms-client-request-id": [ - "b6e1ac85-1794-4b25-8f35-e022c637da31" + "ad71cfdd-d5e0-4a2f-9448-a355daa1b1ac" ], "OData-Version": [ "4.0" @@ -698,26 +761,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "48" ], "x-ms-correlation-request-id": [ - "8d9bbd11-15d6-417c-af4e-91c5afce8158" + "385450a2-580b-49ab-99fc-e0c2a9d59135" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001712Z:8d9bbd11-15d6-417c-af4e-91c5afce8158" + "WESTUS:20200714T013925Z:385450a2-580b-49ab-99fc-e0c2a9d59135" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:39:24 GMT" + ], "Content-Length": [ - "888" + "1194" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -726,46 +795,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint5751\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/profiles/profile41/endpoints/endpoint5751\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint5751.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Stopped\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint4114\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/profiles/profile3991/endpoints/endpoint4114\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint4114.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Stopped\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup8822/providers/Microsoft.Cdn/profiles/profile41/endpoints/endpoint5751?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA4ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0MS9lbmRwb2ludHMvZW5kcG9pbnQ1NzUxP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1549/providers/Microsoft.Cdn/profiles/profile3991/endpoints/endpoint4114?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzOTkxL2VuZHBvaW50cy9lbmRwb2ludDQxMTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d7ea0071-e8be-4bb1-9462-f323e5df9c2a" + "7119323e-2766-424c-a88b-3cd7456ae5fa" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:17:23 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "a7a6f7aa-1879-4633-9f77-c79faf568cec" + "61f87bc6-75dd-4926-9d77-43e07d57a295" ], "x-ms-client-request-id": [ - "d7ea0071-e8be-4bb1-9462-f323e5df9c2a" + "7119323e-2766-424c-a88b-3cd7456ae5fa" ], "OData-Version": [ "4.0" @@ -773,26 +836,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "47" ], "x-ms-correlation-request-id": [ - "e1f1fd1b-0fe4-45ac-b8d7-b428de8c32e5" + "957644e5-0f05-4877-a4ef-7892c083ac97" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001723Z:e1f1fd1b-0fe4-45ac-b8d7-b428de8c32e5" + "WESTUS:20200714T013938Z:957644e5-0f05-4877-a4ef-7892c083ac97" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:39:38 GMT" + ], "Content-Length": [ - "888" + "1194" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -801,55 +870,49 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint5751\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/profiles/profile41/endpoints/endpoint5751\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint5751.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint4114\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/profiles/profile3991/endpoints/endpoint4114\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint4114.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup8822/providers/Microsoft.Cdn/profiles/profile41/endpoints/endpoint5751/stop?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA4ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0MS9lbmRwb2ludHMvZW5kcG9pbnQ1NzUxL3N0b3A/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1549/providers/Microsoft.Cdn/profiles/profile3991/endpoints/endpoint4114/stop?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzOTkxL2VuZHBvaW50cy9lbmRwb2ludDQxMTQvc3RvcD9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea16eaa5-d8ad-43e1-b230-7a64ae4110e6" + "01f300ef-282f-4a5c-90fa-e8b2a7b36872" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:17:00 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/operationresults/6dbeb760-ff04-4f6e-8b97-2044cdcdc29c/profileresults/profile41/endpointresults/endpoint5751?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/operationresults/fbe3e8a6-8a0f-4c65-9f6e-af857597a779/profileresults/profile3991/endpointresults/endpoint4114?api-version=2020-04-15" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "37f12193-667f-4b76-a51b-67e5be0669b6" + "c6dbec1a-3773-4e6f-9fe7-ce990bce5382" ], "x-ms-client-request-id": [ - "ea16eaa5-d8ad-43e1-b230-7a64ae4110e6" + "01f300ef-282f-4a5c-90fa-e8b2a7b36872" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/operationresults/6dbeb760-ff04-4f6e-8b97-2044cdcdc29c?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/operationresults/fbe3e8a6-8a0f-4c65-9f6e-af857597a779?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -857,26 +920,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "1d29c2f9-57c2-47ec-a060-e33a9f24dcfc" + "2c9c1a31-bb53-414d-b17a-d119f31bbebd" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001700Z:1d29c2f9-57c2-47ec-a060-e33a9f24dcfc" + "WESTUS:20200714T013913Z:2c9c1a31-bb53-414d-b17a-d119f31bbebd" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:39:12 GMT" + ], "Content-Length": [ - "575" + "871" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -885,40 +954,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"hostName\": \"endpoint5751.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Stopping\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"hostName\": \"endpoint4114.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Stopping\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/operationresults/6dbeb760-ff04-4f6e-8b97-2044cdcdc29c?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNmRiZWI3NjAtZmYwNC00ZjZlLThiOTctMjA0NGNkY2RjMjljP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/operationresults/fbe3e8a6-8a0f-4c65-9f6e-af857597a779?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZmJlM2U4YTYtOGEwZi00YzY1LTlmNmUtYWY4NTc1OTdhNzc5P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:17:10 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "8b7e6c1d-66b8-4b37-984a-109781ec2b74" + "8f9989dc-df5c-48be-bbb0-15e739b7e444" ], "x-ms-client-request-id": [ - "ef2e0dad-fc37-4e46-af73-2dc904467cb4" + "fce3317d-90af-4cb8-a547-8ed6370ee6c6" ], "OData-Version": [ "4.0" @@ -926,6 +989,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -933,17 +999,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "7e5df3f4-aaa6-413b-a519-73d2ee5bdbd1" + "e2f936d7-7d85-4b7f-8f1a-9171a182d373" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001710Z:7e5df3f4-aaa6-413b-a519-73d2ee5bdbd1" + "WESTUS:20200714T013923Z:e2f936d7-7d85-4b7f-8f1a-9171a182d373" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:39:22 GMT" + ], "Content-Length": [ "77" ], @@ -958,36 +1027,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/operationresults/6dbeb760-ff04-4f6e-8b97-2044cdcdc29c/profileresults/profile41/endpointresults/endpoint5751?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNmRiZWI3NjAtZmYwNC00ZjZlLThiOTctMjA0NGNkY2RjMjljL3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGU0MS9lbmRwb2ludHJlc3VsdHMvZW5kcG9pbnQ1NzUxP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/operationresults/fbe3e8a6-8a0f-4c65-9f6e-af857597a779/profileresults/profile3991/endpointresults/endpoint4114?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZmJlM2U4YTYtOGEwZi00YzY1LTlmNmUtYWY4NTc1OTdhNzc5L3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGUzOTkxL2VuZHBvaW50cmVzdWx0cy9lbmRwb2ludDQxMTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:17:11 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "1365f104-822c-4615-a123-930e959c284b" + "2092cf2f-918e-428f-a308-0c7c1b231a9c" ], "x-ms-client-request-id": [ - "2d17b2d1-09ef-4694-8928-d67d6052a786" + "6f4db7f3-5b71-43f8-a087-fed578666be6" ], "OData-Version": [ "4.0" @@ -995,6 +1058,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1002,19 +1068,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-correlation-request-id": [ - "720b1bb5-4d7d-4609-be6c-248edca4501a" + "7c07f882-8d2d-45f4-a668-398633e8b38c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001711Z:720b1bb5-4d7d-4609-be6c-248edca4501a" + "WESTUS:20200714T013924Z:7c07f882-8d2d-45f4-a668-398633e8b38c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:39:23 GMT" + ], "Content-Length": [ - "983" + "1289" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1023,55 +1092,49 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint5751\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/operationresults/6dbeb760-ff04-4f6e-8b97-2044cdcdc29c/profileresults/profile41/endpointresults/endpoint5751\",\r\n \"type\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint5751.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Stopped\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint4114\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/operationresults/fbe3e8a6-8a0f-4c65-9f6e-af857597a779/profileresults/profile3991/endpointresults/endpoint4114\",\r\n \"type\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint4114.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Stopped\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup8822/providers/Microsoft.Cdn/profiles/profile41/endpoints/endpoint5751/start?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA4ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0MS9lbmRwb2ludHMvZW5kcG9pbnQ1NzUxL3N0YXJ0P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1549/providers/Microsoft.Cdn/profiles/profile3991/endpoints/endpoint4114/start?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzOTkxL2VuZHBvaW50cy9lbmRwb2ludDQxMTQvc3RhcnQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dfa7b00d-7555-4e33-a3d6-f678ea6932c9" + "8959edb4-5d88-4daf-bb44-e1942de8d788" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:17:12 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/operationresults/b8b9e6c3-71af-4c15-9bac-aab1eff109af/profileresults/profile41/endpointresults/endpoint5751?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/operationresults/e0867b4c-d941-4918-92ee-8d4eb775d611/profileresults/profile3991/endpointresults/endpoint4114?api-version=2020-04-15" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "561bb3dc-35cf-4f28-b4ad-63659a5de3e1" + "e556021f-6a3c-4eba-97a8-8d0d5a0a4ad4" ], "x-ms-client-request-id": [ - "dfa7b00d-7555-4e33-a3d6-f678ea6932c9" + "8959edb4-5d88-4daf-bb44-e1942de8d788" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/operationresults/b8b9e6c3-71af-4c15-9bac-aab1eff109af?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/operationresults/e0867b4c-d941-4918-92ee-8d4eb775d611?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -1079,26 +1142,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "cc83486b-6f92-48c9-8719-d88031ea3bb9" + "67bf4c38-be4b-4880-90f3-70dd843e4cf8" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001712Z:cc83486b-6f92-48c9-8719-d88031ea3bb9" + "WESTUS:20200714T013926Z:67bf4c38-be4b-4880-90f3-70dd843e4cf8" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:39:26 GMT" + ], "Content-Length": [ - "575" + "871" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1107,40 +1176,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"hostName\": \"endpoint5751.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Starting\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"hostName\": \"endpoint4114.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Starting\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/operationresults/b8b9e6c3-71af-4c15-9bac-aab1eff109af?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYjhiOWU2YzMtNzFhZi00YzE1LTliYWMtYWFiMWVmZjEwOWFmP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/operationresults/e0867b4c-d941-4918-92ee-8d4eb775d611?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZTA4NjdiNGMtZDk0MS00OTE4LTkyZWUtOGQ0ZWI3NzVkNjExP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:17:22 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "4c352483-e8fb-4ce5-aaf2-7984c208f1ca" + "8b89e175-3a63-4a3d-b2c2-7c4dce110c53" ], "x-ms-client-request-id": [ - "84d5a310-d200-4dd9-891c-14a6b4876311" + "ec2a08e2-a036-469e-bc41-918c378823d1" ], "OData-Version": [ "4.0" @@ -1148,6 +1211,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1155,17 +1221,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11992" ], "x-ms-correlation-request-id": [ - "f993d785-eac0-428e-9ba0-9a4850ff0ead" + "ac0db634-cfd6-4b7a-88a8-ba47efe8a0f7" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001722Z:f993d785-eac0-428e-9ba0-9a4850ff0ead" + "WESTUS:20200714T013937Z:ac0db634-cfd6-4b7a-88a8-ba47efe8a0f7" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:39:36 GMT" + ], "Content-Length": [ "77" ], @@ -1180,36 +1249,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/operationresults/b8b9e6c3-71af-4c15-9bac-aab1eff109af/profileresults/profile41/endpointresults/endpoint5751?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYjhiOWU2YzMtNzFhZi00YzE1LTliYWMtYWFiMWVmZjEwOWFmL3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGU0MS9lbmRwb2ludHJlc3VsdHMvZW5kcG9pbnQ1NzUxP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/operationresults/e0867b4c-d941-4918-92ee-8d4eb775d611/profileresults/profile3991/endpointresults/endpoint4114?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZTA4NjdiNGMtZDk0MS00OTE4LTkyZWUtOGQ0ZWI3NzVkNjExL3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGUzOTkxL2VuZHBvaW50cmVzdWx0cy9lbmRwb2ludDQxMTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:17:22 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "35a59a81-2e14-413c-a12b-f4ee3a3701e5" + "e175b91c-6336-4fb6-a036-18f3a2f9bd90" ], "x-ms-client-request-id": [ - "620ac43e-8ce1-49c9-bdde-fcdc356cdb85" + "5871ccd0-a30f-4657-8f64-d11489b140f6" ], "OData-Version": [ "4.0" @@ -1217,6 +1280,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1224,19 +1290,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11991" ], "x-ms-correlation-request-id": [ - "d08eae9f-ca5a-4f8e-85b1-bff5b7bb2e1f" + "0269ae72-f715-4dfa-91f3-2a2e5eba4060" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001723Z:d08eae9f-ca5a-4f8e-85b1-bff5b7bb2e1f" + "WESTUS:20200714T013938Z:0269ae72-f715-4dfa-91f3-2a2e5eba4060" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:39:37 GMT" + ], "Content-Length": [ - "983" + "1289" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1245,25 +1314,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint5751\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822/providers/Microsoft.Cdn/operationresults/b8b9e6c3-71af-4c15-9bac-aab1eff109af/profileresults/profile41/endpointresults/endpoint5751\",\r\n \"type\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint5751.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint4114\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549/providers/Microsoft.Cdn/operationresults/e0867b4c-d941-4918-92ee-8d4eb775d611/profileresults/profile3991/endpointresults/endpoint4114\",\r\n \"type\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint4114.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup8822?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4ODIyP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1549?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNTQ5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9c42c4b-42c6-4899-82d0-0e4e6b308e04" + "ac5e1c80-5842-4b75-9286-835d84189d30" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1271,14 +1340,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:17:24 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1287,13 +1353,13 @@ "14999" ], "x-ms-request-id": [ - "737e4beb-b125-4b28-9f71-e4292430dc6c" + "68a53333-86ac-422b-a599-fbdfec0a02c8" ], "x-ms-correlation-request-id": [ - "737e4beb-b125-4b28-9f71-e4292430dc6c" + "68a53333-86ac-422b-a599-fbdfec0a02c8" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001724Z:737e4beb-b125-4b28-9f71-e4292430dc6c" + "WESTUS:20200714T013939Z:68a53333-86ac-422b-a599-fbdfec0a02c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1301,26 +1367,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:39:38 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGd5TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVFUwT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1328,29 +1397,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:17:39 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-request-id": [ - "35b3fa9b-0ac5-46e1-9f08-1b46e61743e6" + "f18890fe-a0ba-4740-96dc-fbfa855483e9" ], "x-ms-correlation-request-id": [ - "35b3fa9b-0ac5-46e1-9f08-1b46e61743e6" + "f18890fe-a0ba-4740-96dc-fbfa855483e9" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001739Z:35b3fa9b-0ac5-46e1-9f08-1b46e61743e6" + "WESTUS:20200714T013954Z:f18890fe-a0ba-4740-96dc-fbfa855483e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1358,26 +1424,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:39:53 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGd5TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVFUwT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1385,29 +1454,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:17:53 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-request-id": [ - "2f0c54fd-14fa-4049-bd4f-590901827ea1" + "528be56c-cc1e-4a0a-a9d9-bf4b031db246" ], "x-ms-correlation-request-id": [ - "2f0c54fd-14fa-4049-bd4f-590901827ea1" + "528be56c-cc1e-4a0a-a9d9-bf4b031db246" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001754Z:2f0c54fd-14fa-4049-bd4f-590901827ea1" + "WESTUS:20200714T014009Z:528be56c-cc1e-4a0a-a9d9-bf4b031db246" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1415,26 +1481,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:40:08 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGd5TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVFUwT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1442,14 +1511,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:18:08 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1458,13 +1524,13 @@ "11994" ], "x-ms-request-id": [ - "b1d22f5f-92b3-46cf-90c4-9e5809f806c6" + "12348ea9-90a6-43b8-9832-94acbac0ed35" ], "x-ms-correlation-request-id": [ - "b1d22f5f-92b3-46cf-90c4-9e5809f806c6" + "12348ea9-90a6-43b8-9832-94acbac0ed35" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001809Z:b1d22f5f-92b3-46cf-90c4-9e5809f806c6" + "WESTUS:20200714T014024Z:12348ea9-90a6-43b8-9832-94acbac0ed35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1472,26 +1538,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:40:23 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGd5TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVFUwT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1499,14 +1568,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:18:24 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1515,13 +1581,13 @@ "11993" ], "x-ms-request-id": [ - "36906a02-4010-4275-bfd8-56507cbba663" + "e24c6e58-94c4-4953-b347-11f76b3488c1" ], "x-ms-correlation-request-id": [ - "36906a02-4010-4275-bfd8-56507cbba663" + "e24c6e58-94c4-4953-b347-11f76b3488c1" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001824Z:36906a02-4010-4275-bfd8-56507cbba663" + "WESTUS:20200714T014039Z:e24c6e58-94c4-4953-b347-11f76b3488c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1529,26 +1595,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:40:38 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGd5TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVFUwT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1556,14 +1625,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:18:39 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1572,13 +1638,13 @@ "11992" ], "x-ms-request-id": [ - "ed0901dc-00b2-4b10-bea7-bf0f0b52d0cb" + "dc7bea62-e68a-404a-967a-d09f3bd7d0e9" ], "x-ms-correlation-request-id": [ - "ed0901dc-00b2-4b10-bea7-bf0f0b52d0cb" + "dc7bea62-e68a-404a-967a-d09f3bd7d0e9" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001839Z:ed0901dc-00b2-4b10-bea7-bf0f0b52d0cb" + "WESTUS:20200714T014054Z:dc7bea62-e68a-404a-967a-d09f3bd7d0e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1586,26 +1652,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:40:53 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGd5TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVFUwT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1613,29 +1682,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:18:54 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11991" ], "x-ms-request-id": [ - "2ac8f9f5-03bc-46a5-b35a-a64e5e8b5d81" + "5748abe2-243e-487e-8789-6549df11d699" ], "x-ms-correlation-request-id": [ - "2ac8f9f5-03bc-46a5-b35a-a64e5e8b5d81" + "5748abe2-243e-487e-8789-6549df11d699" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001855Z:2ac8f9f5-03bc-46a5-b35a-a64e5e8b5d81" + "WESTUS:20200714T014109Z:5748abe2-243e-487e-8789-6549df11d699" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1643,26 +1709,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:41:09 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGd5TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVFUwT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1670,29 +1739,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:19:09 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11990" ], "x-ms-request-id": [ - "fb3a2b85-940a-4957-91a5-6b59ecf28e41" + "1eb119dc-e998-4864-b87c-68a51efb8561" ], "x-ms-correlation-request-id": [ - "fb3a2b85-940a-4957-91a5-6b59ecf28e41" + "1eb119dc-e998-4864-b87c-68a51efb8561" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001910Z:fb3a2b85-940a-4957-91a5-6b59ecf28e41" + "WESTUS:20200714T014124Z:1eb119dc-e998-4864-b87c-68a51efb8561" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1700,26 +1766,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:41:24 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGd5TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVFUwT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1727,29 +1796,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:19:24 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11989" ], "x-ms-request-id": [ - "a799bb0f-b982-4d1d-8fc8-c9f98588ca19" + "1a293f03-a9af-4bc5-a2ed-8210bc06c01c" ], "x-ms-correlation-request-id": [ - "a799bb0f-b982-4d1d-8fc8-c9f98588ca19" + "1a293f03-a9af-4bc5-a2ed-8210bc06c01c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001925Z:a799bb0f-b982-4d1d-8fc8-c9f98588ca19" + "WESTUS:20200714T014139Z:1a293f03-a9af-4bc5-a2ed-8210bc06c01c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1757,26 +1823,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:41:39 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGd5TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVFUwT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1784,29 +1853,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:19:39 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11988" ], "x-ms-request-id": [ - "0c5944ce-455b-40f9-a97a-a7c72d637089" + "f68eac18-4795-494e-92cd-5c907c92b432" ], "x-ms-correlation-request-id": [ - "0c5944ce-455b-40f9-a97a-a7c72d637089" + "f68eac18-4795-494e-92cd-5c907c92b432" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001940Z:0c5944ce-455b-40f9-a97a-a7c72d637089" + "WESTUS:20200714T014154Z:f68eac18-4795-494e-92cd-5c907c92b432" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1814,26 +1880,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:41:53 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGd5TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVFUwT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1841,23 +1910,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:19:55 GMT" - ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11987" ], "x-ms-request-id": [ - "12ce3af6-874d-44e7-a2c0-0126e5c2c2f7" + "333ef212-9c27-41f0-9e0f-e84d84254c45" ], "x-ms-correlation-request-id": [ - "12ce3af6-874d-44e7-a2c0-0126e5c2c2f7" + "333ef212-9c27-41f0-9e0f-e84d84254c45" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001955Z:12ce3af6-874d-44e7-a2c0-0126e5c2c2f7" + "WESTUS:20200714T014209Z:333ef212-9c27-41f0-9e0f-e84d84254c45" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1865,26 +1937,80 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:42:08 GMT" + ], + "Expires": [ + "-1" + ], "Content-Length": [ "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVFUwT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "12ec076a-2b60-49c8-9f85-69dcd000b70e" + ], + "x-ms-correlation-request-id": [ + "12ec076a-2b60-49c8-9f85-69dcd000b70e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T014224Z:12ec076a-2b60-49c8-9f85-69dcd000b70e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:42:23 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODgyMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGd5TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTU0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVFUwT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1892,23 +2018,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:19:55 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11985" ], "x-ms-request-id": [ - "fad7ceeb-3b14-4232-97c8-99745c5a1c0c" + "31b86b28-729a-484b-9376-65b8ff680095" ], "x-ms-correlation-request-id": [ - "fad7ceeb-3b14-4232-97c8-99745c5a1c0c" + "31b86b28-729a-484b-9376-65b8ff680095" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T001955Z:fad7ceeb-3b14-4232-97c8-99745c5a1c0c" + "WESTUS:20200714T014224Z:31b86b28-729a-484b-9376-65b8ff680095" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1916,11 +2039,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:42:23 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -1929,14 +2055,14 @@ ], "Names": { "CreateResourceGroup": [ - "cdnResourceGroup8822" + "cdnResourceGroup1549" ], "EndpointStartStopTest": [ - "profile41", - "endpoint5751" + "profile3991", + "endpoint4114" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointUpdateTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointUpdateTest.json index f129bd4bc46c1..2254f35713948 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointUpdateTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/EndpointUpdateTest.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "62757a75-489a-409a-88cf-273c92191920" + "d62a99ea-7f77-439b-ab7d-ce1b72b74146" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -29,23 +29,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:23:11 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "af1eb38c-46a9-426f-a4dc-047655e8acfe" + "fb0c814d-9830-4b53-9970-948feeefbcc6" ], "x-ms-correlation-request-id": [ - "af1eb38c-46a9-426f-a4dc-047655e8acfe" + "fb0c814d-9830-4b53-9970-948feeefbcc6" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232311Z:af1eb38c-46a9-426f-a4dc-047655e8acfe" + "WESTUS:20200714T015316Z:fb0c814d-9830-4b53-9970-948feeefbcc6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +50,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:53:15 GMT" + ], "Content-Length": [ "193" ], @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup2654\",\r\n \"name\": \"cdnResourceGroup2654\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9043\",\r\n \"name\": \"cdnResourceGroup9043\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4NDk/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5MzEzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "599b679a-280a-44d2-b28a-5cbb9abc2a33" + "b3bcdfe8-1e3f-4deb-b658-d075a89dc64a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -95,26 +95,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:23:14 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "6a422e92-696f-40b5-810f-964e22ef7475" + "980fac6e-b650-4d68-ab65-eebd6db7d7c0" ], "x-ms-client-request-id": [ - "599b679a-280a-44d2-b28a-5cbb9abc2a33" + "b3bcdfe8-1e3f-4deb-b658-d075a89dc64a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654/providers/Microsoft.Cdn/operationresults/16db6aa9-8c52-497d-8d14-fc5bff7623f7?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043/providers/Microsoft.Cdn/operationresults/f0a16cb7-854e-443f-9f57-e803eb780479?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -122,26 +116,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "72d1d03c-be84-4f8e-b880-d2aba5953217" + "b0c30421-5672-4c44-a94b-d5d9c39acfa5" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232314Z:72d1d03c-be84-4f8e-b880-d2aba5953217" + "WESTUS:20200714T015319Z:b0c30421-5672-4c44-a94b-d5d9c39acfa5" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:53:19 GMT" + ], "Content-Length": [ - "395" + "397" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -150,40 +150,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile849\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile9313\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654/providers/Microsoft.Cdn/operationresults/16db6aa9-8c52-497d-8d14-fc5bff7623f7?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMTZkYjZhYTktOGM1Mi00OTdkLThkMTQtZmM1YmZmNzYyM2Y3P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043/providers/Microsoft.Cdn/operationresults/f0a16cb7-854e-443f-9f57-e803eb780479?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZjBhMTZjYjctODU0ZS00NDNmLTlmNTctZTgwM2ViNzgwNDc5P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:23:24 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "44fec8e2-dea3-4414-840f-6bdba2730ad3" + "528f85f4-10ce-4f13-9174-a6e65c224c16" ], "x-ms-client-request-id": [ - "f4264633-c8e7-4a39-a99e-cf5e9439794e" + "674ee064-71e7-4c7e-9716-ed1af28973e6" ], "OData-Version": [ "4.0" @@ -191,6 +185,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -201,16 +198,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "31754ebb-539c-4ac1-8714-58d04cb1c24f" + "f9c3eb90-9808-4a11-b5ad-e7e39ce9ed6a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232325Z:31754ebb-539c-4ac1-8714-58d04cb1c24f" + "WESTUS:20200714T015330Z:f9c3eb90-9808-4a11-b5ad-e7e39ce9ed6a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:53:29 GMT" + ], "Content-Length": [ - "78" + "77" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -219,40 +219,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654/providers/Microsoft.Cdn/operationresults/16db6aa9-8c52-497d-8d14-fc5bff7623f7?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMTZkYjZhYTktOGM1Mi00OTdkLThkMTQtZmM1YmZmNzYyM2Y3P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5MzEzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:23:35 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "b2b68785-5a63-49b4-93f8-bde5e98c501d" + "9d6819e8-c420-4dac-88eb-79411e4689da" ], "x-ms-client-request-id": [ - "6d7dec2f-f25b-4d77-889f-046d7c661e3a" + "02d94c6f-23a3-49d1-a018-33bf7aef98af" ], "OData-Version": [ "4.0" @@ -260,26 +254,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "eef00bcf-8d15-43a0-8801-c2569e667d2c" + "bb16262c-cbdf-4b51-bbf3-20b63a24f4d6" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232335Z:eef00bcf-8d15-43a0-8801-c2569e667d2c" + "WESTUS:20200714T015330Z:bb16262c-cbdf-4b51-bbf3-20b63a24f4d6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:53:30 GMT" + ], "Content-Length": [ - "77" + "396" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -288,40 +288,52 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile9313\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4NDk/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313/endpoints/endpoint2354?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5MzEzL2VuZHBvaW50cy9lbmRwb2ludDIzNTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "f8205f66-fa1d-4c05-b556-e083821878e6" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "258" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:23:35 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "2f58d329-56f8-49ed-9bf0-3425d28f34b6" + "83c9d475-35ed-4bfc-9603-4caa72ffd560" ], "x-ms-client-request-id": [ - "40935749-1e6a-4dd5-a262-7fd2712b4ddc" + "f8205f66-fa1d-4c05-b556-e083821878e6" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043/providers/Microsoft.Cdn/operationresults/116ae115-8485-438a-af93-69130d9ac106?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -329,86 +341,68 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "99" ], "x-ms-correlation-request-id": [ - "235cb5f9-dd7f-4967-9225-ce45c70a5156" + "40d7f4ec-f366-41ab-93a9-64ec1462c4a8" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232336Z:235cb5f9-dd7f-4967-9225-ce45c70a5156" + "WESTUS:20200714T015334Z:40d7f4ec-f366-41ab-93a9-64ec1462c4a8" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:53:34 GMT" + ], "Content-Length": [ - "394" + "1194" ], "Content-Type": [ - "application/json; odata.metadata=minimal; odata.streaming=true" + "application/json; odata.metadata=minimal" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile849\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"endpoint2354\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313/endpoints/endpoint2354\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint2354.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849/endpoints/endpoint3758?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4NDkvZW5kcG9pbnRzL2VuZHBvaW50Mzc1OD9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043/providers/Microsoft.Cdn/operationresults/116ae115-8485-438a-af93-69130d9ac106?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMTE2YWUxMTUtODQ4NS00MzhhLWFmOTMtNjkxMzBkOWFjMTA2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "4809c0e7-fadf-4ef8-a85a-80f28c8194c6" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "258" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:23:37 GMT" - ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "81b2f41f-a926-4e75-bc55-4c591352a410" + "8c56affe-aa27-4737-a395-9c9f97cdccfa" ], "x-ms-client-request-id": [ - "4809c0e7-fadf-4ef8-a85a-80f28c8194c6" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654/providers/Microsoft.Cdn/operationresults/28196647-8c31-410c-bfe8-91f0b6fd8d3b?api-version=2019-04-15" + "5900e1fc-a4ed-4538-b7b9-cdfa5f7111e6" ], "OData-Version": [ "4.0" @@ -416,68 +410,68 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "x-ms-correlation-request-id": [ - "f910a34c-1c1e-4348-b7e3-8f9a64c8f78b" + "bf5eafef-1551-4c6e-b008-acecc413a990" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232338Z:f910a34c-1c1e-4348-b7e3-8f9a64c8f78b" + "WESTUS:20200714T015344Z:bf5eafef-1551-4c6e-b008-acecc413a990" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:53:44 GMT" + ], "Content-Length": [ - "889" + "78" ], "Content-Type": [ - "application/json; odata.metadata=minimal" + "application/json; odata.metadata=minimal; odata.streaming=true" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint3758\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849/endpoints/endpoint3758\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint3758.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654/providers/Microsoft.Cdn/operationresults/28196647-8c31-410c-bfe8-91f0b6fd8d3b?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMjgxOTY2NDctOGMzMS00MTBjLWJmZTgtOTFmMGI2ZmQ4ZDNiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043/providers/Microsoft.Cdn/operationresults/116ae115-8485-438a-af93-69130d9ac106?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMTE2YWUxMTUtODQ4NS00MzhhLWFmOTMtNjkxMzBkOWFjMTA2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:23:48 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "67e830b2-dcb1-46ea-a2e9-a0d5ef03ed27" + "043c8333-8f12-48a1-93ac-810d94574485" ], "x-ms-client-request-id": [ - "92d27353-3d62-439d-8a18-1a424cdebaff" + "2d287d3e-10ae-4291-bbb9-ad8fdea581db" ], "OData-Version": [ "4.0" @@ -485,6 +479,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -492,17 +489,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "53e08390-5012-4646-8842-78da8627f4a2" + "8fea6398-84a7-4cc5-b063-efbb543a7df2" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232348Z:53e08390-5012-4646-8842-78da8627f4a2" + "WESTUS:20200714T015355Z:8fea6398-84a7-4cc5-b063-efbb543a7df2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:53:54 GMT" + ], "Content-Length": [ "77" ], @@ -517,36 +517,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849/endpoints/endpoint3758?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4NDkvZW5kcG9pbnRzL2VuZHBvaW50Mzc1OD9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313/endpoints/endpoint2354?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5MzEzL2VuZHBvaW50cy9lbmRwb2ludDIzNTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:23:48 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "417ec28a-4ab9-435f-b70e-37dd7f7044d2" + "a81b4783-b311-4e7a-893a-b4c1ad54e484" ], "x-ms-client-request-id": [ - "68b35c0e-dc7f-482d-993a-b19cc534284f" + "75367433-5c1f-44ce-89f3-b5853790254f" ], "OData-Version": [ "4.0" @@ -554,26 +548,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "e1e2f361-012a-432d-b4ec-2b0f171f0b64" + "da4ee4dd-913f-461b-91dd-ab15637b5fab" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232349Z:e1e2f361-012a-432d-b4ec-2b0f171f0b64" + "WESTUS:20200714T015356Z:da4ee4dd-913f-461b-91dd-ab15637b5fab" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:53:55 GMT" + ], "Content-Length": [ - "889" + "1194" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -582,40 +582,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint3758\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849/endpoints/endpoint3758\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint3758.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint2354\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313/endpoints/endpoint2354\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint2354.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849/endpoints/endpoint3758?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4NDkvZW5kcG9pbnRzL2VuZHBvaW50Mzc1OD9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313/endpoints/endpoint2354?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5MzEzL2VuZHBvaW50cy9lbmRwb2ludDIzNTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:24:14 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "6f9f1f8d-e03f-4c99-bbb3-1056ceed67d5" + "ce286c68-f0fc-4889-961e-4cf007cc119e" ], "x-ms-client-request-id": [ - "2f28c50a-27da-47b5-86af-be55f5a74aa5" + "f539cdef-76f6-4f61-b41e-b781f049ea5a" ], "OData-Version": [ "4.0" @@ -623,26 +617,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "48" ], "x-ms-correlation-request-id": [ - "f74554c8-eec5-442d-9cca-f4e7c679f755" + "0faadad3-9e59-4041-a791-89c011fc5969" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232415Z:f74554c8-eec5-442d-9cca-f4e7c679f755" + "WESTUS:20200714T015426Z:0faadad3-9e59-4041-a791-89c011fc5969" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:54:25 GMT" + ], "Content-Length": [ - "1050" + "1355" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -651,26 +651,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint3758\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849/endpoints/endpoint3758\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint3758.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": false,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/path/valid\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"application/octet-stream\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [\r\n {\r\n \"relativePath\": \"/mycar\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": [\r\n \"AU\"\r\n ]\r\n }\r\n ],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint2354\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313/endpoints/endpoint2354\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint2354.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": false,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/path/valid\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"application/octet-stream\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [\r\n {\r\n \"relativePath\": \"/mycar\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": [\r\n \"AU\"\r\n ]\r\n }\r\n ],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849/endpoints/endpoint3758?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4NDkvZW5kcG9pbnRzL2VuZHBvaW50Mzc1OD9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313/endpoints/endpoint2354?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5MzEzL2VuZHBvaW50cy9lbmRwb2ludDIzNTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"originPath\": \"\\\\&123invalid_path/.\",\r\n \"isHttpAllowed\": false\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"originPath\": \"\\\\&123invalid_path/.\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"isHttpAllowed\": false\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a2acbf3b-61e9-41fa-bf14-76f4eb9bc77f" + "f5f5883d-951f-4172-897c-bc03fe901863" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -683,42 +683,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:23:49 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "2b2cd003-3683-4087-8bdb-e53d1f3d067c" + "a97b1a9e-bd78-4c96-82d2-ee5537a7595d" ], "x-ms-client-request-id": [ - "a2acbf3b-61e9-41fa-bf14-76f4eb9bc77f" + "f5f5883d-951f-4172-897c-bc03fe901863" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "98" ], "x-ms-correlation-request-id": [ - "311aeb7f-ce04-4a82-a705-dce34a84d60b" + "58cde400-da57-4d06-9fc4-803ccf156483" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232350Z:311aeb7f-ce04-4a82-a705-dce34a84d60b" + "WESTUS:20200714T015357Z:58cde400-da57-4d06-9fc4-803ccf156483" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:53:57 GMT" + ], "Content-Length": [ "141" ], @@ -736,22 +736,22 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849/endpoints/endpoint3758?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4NDkvZW5kcG9pbnRzL2VuZHBvaW50Mzc1OD9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313/endpoints/endpoint2354?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5MzEzL2VuZHBvaW50cy9lbmRwb2ludDIzNTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"originPath\": \"/path/valid\",\r\n \"isCompressionEnabled\": true,\r\n \"isHttpAllowed\": false,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"originPath\": \"/path/valid\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"isCompressionEnabled\": true,\r\n \"isHttpAllowed\": false,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1df93427-02c0-455e-adec-8c3da3640c6f" + "1e58f964-c169-41eb-9676-eca3357e2a3b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -764,42 +764,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:23:50 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "7dbb30a2-5034-42ac-b94e-0aa1e31e00f2" + "07f2741a-7e1d-40ac-945d-2739b21fc440" ], "x-ms-client-request-id": [ - "1df93427-02c0-455e-adec-8c3da3640c6f" + "1e58f964-c169-41eb-9676-eca3357e2a3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "97" ], "x-ms-correlation-request-id": [ - "a59a8674-1fc4-480a-8b54-579c32eaf643" + "8c7cbd58-28c3-4a05-848e-d61a199a450a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232350Z:a59a8674-1fc4-480a-8b54-579c32eaf643" + "WESTUS:20200714T015358Z:8c7cbd58-28c3-4a05-848e-d61a199a450a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:53:58 GMT" + ], "Content-Length": [ "138" ], @@ -817,22 +817,22 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849/endpoints/endpoint3758?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4NDkvZW5kcG9pbnRzL2VuZHBvaW50Mzc1OD9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313/endpoints/endpoint2354?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5MzEzL2VuZHBvaW50cy9lbmRwb2ludDIzNTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"originPath\": \"/path/valid\",\r\n \"isCompressionEnabled\": true,\r\n \"isHttpAllowed\": false,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"geoFilters\": [\r\n {\r\n \"relativePath\": \"/mycar\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": []\r\n }\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"originPath\": \"/path/valid\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"isCompressionEnabled\": true,\r\n \"isHttpAllowed\": false,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"geoFilters\": [\r\n {\r\n \"relativePath\": \"/mycar\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": []\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "604fd0ca-17a4-4544-a84c-e05d1d5cef48" + "c88d6454-8f87-47e3-8bb2-633607ce4b90" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -845,42 +845,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:23:51 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "cbb69bde-0995-40e8-8c55-410b7d543665" + "e201b104-0fd7-4e79-a020-a61a980ec3cd" ], "x-ms-client-request-id": [ - "604fd0ca-17a4-4544-a84c-e05d1d5cef48" + "c88d6454-8f87-47e3-8bb2-633607ce4b90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "96" ], "x-ms-correlation-request-id": [ - "12fc45e7-f5ab-424e-9595-be385270575e" + "9d00a0cb-2737-4e55-96a9-c83df7a9bdfd" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232351Z:12fc45e7-f5ab-424e-9595-be385270575e" + "WESTUS:20200714T015359Z:9d00a0cb-2737-4e55-96a9-c83df7a9bdfd" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:53:59 GMT" + ], "Content-Length": [ "196" ], @@ -898,22 +898,22 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849/endpoints/endpoint3758?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4NDkvZW5kcG9pbnRzL2VuZHBvaW50Mzc1OD9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313/endpoints/endpoint2354?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5MzEzL2VuZHBvaW50cy9lbmRwb2ludDIzNTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"deliveryPolicy\": {\r\n \"description\": \"Test description for a policy.\",\r\n \"rules\": [\r\n {\r\n \"order\": 1,\r\n \"conditions\": [\r\n {\r\n \"name\": \"UrlPath\",\r\n \"parameters\": {\r\n \"operator\": \"Equal\",\r\n \"matchValues\": [\r\n \"abc\"\r\n ],\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlPathMatchConditionParameters\"\r\n }\r\n }\r\n ],\r\n \"actions\": [\r\n {\r\n \"name\": \"CacheExpiration\",\r\n \"parameters\": {\r\n \"cacheBehavior\": \"BypassCache\",\r\n \"cacheDuration\": \"10:10:09\",\r\n \"@odata.type\": \"#Microsoft.Azure.Cdn.Models.DeliveryRuleCacheExpirationActionParameters\",\r\n \"cacheType\": \"All\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fff47c9c-eac6-4200-a3d2-5ca1a69654dd" + "f5583399-afc7-472b-9dec-131ce28a634b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -926,42 +926,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:23:52 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "dd1219af-03ba-4e60-a016-a1837afb6809" + "8dc87532-e231-4ca9-be1b-7820b727f9a7" ], "x-ms-client-request-id": [ - "fff47c9c-eac6-4200-a3d2-5ca1a69654dd" + "f5583399-afc7-472b-9dec-131ce28a634b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "95" ], "x-ms-correlation-request-id": [ - "48e52fd7-4efc-4336-a9ff-eb222047b151" + "8abdf485-ef60-4d77-9bfa-371f5628c92a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232352Z:48e52fd7-4efc-4336-a9ff-eb222047b151" + "WESTUS:20200714T015401Z:8abdf485-ef60-4d77-9bfa-371f5628c92a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:54:00 GMT" + ], "Content-Length": [ "125" ], @@ -979,22 +979,22 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849/endpoints/endpoint3758?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4NDkvZW5kcG9pbnRzL2VuZHBvaW50Mzc1OD9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313/endpoints/endpoint2354?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5MzEzL2VuZHBvaW50cy9lbmRwb2ludDIzNTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"originHostHeader\": \"azurecdn-files.azureedge.net\",\r\n \"originPath\": \"/dsa-test\",\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"isHttpAllowed\": false,\r\n \"queryStringCachingBehavior\": \"NotSet\",\r\n \"optimizationType\": \"DynamicSiteAcceleration\",\r\n \"geoFilters\": [\r\n {\r\n \"relativePath\": \"/mycar\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": []\r\n }\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"originPath\": \"/dsa-test\",\r\n \"contentTypesToCompress\": [],\r\n \"originHostHeader\": \"azurecdn-files.azureedge.net\",\r\n \"isCompressionEnabled\": false,\r\n \"isHttpAllowed\": false,\r\n \"queryStringCachingBehavior\": \"NotSet\",\r\n \"optimizationType\": \"DynamicSiteAcceleration\",\r\n \"geoFilters\": [\r\n {\r\n \"relativePath\": \"/mycar\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": []\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "584d5a6d-423d-4f69-b050-0a743a9f7f74" + "2dc16657-2a06-4435-aceb-273a3f0f918d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1007,42 +1007,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:23:53 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "61a3d2c1-f6a2-444d-9abf-8b917043c752" + "fe533ada-86d9-4ad4-b89c-60b96ae41043" ], "x-ms-client-request-id": [ - "584d5a6d-423d-4f69-b050-0a743a9f7f74" + "2dc16657-2a06-4435-aceb-273a3f0f918d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "94" ], "x-ms-correlation-request-id": [ - "db8dc3fc-e2c8-4873-9488-da816c6cbd08" + "32191998-7c1e-4e9c-a957-5df89cfca055" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232353Z:db8dc3fc-e2c8-4873-9488-da816c6cbd08" + "WESTUS:20200714T015402Z:32191998-7c1e-4e9c-a957-5df89cfca055" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:54:01 GMT" + ], "Content-Length": [ "123" ], @@ -1060,22 +1060,22 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849/endpoints/endpoint3758?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4NDkvZW5kcG9pbnRzL2VuZHBvaW50Mzc1OD9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313/endpoints/endpoint2354?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5MzEzL2VuZHBvaW50cy9lbmRwb2ludDIzNTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"originPath\": \"/path/valid\",\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"application/octet-stream\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"isHttpAllowed\": false,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"geoFilters\": [\r\n {\r\n \"relativePath\": \"/mycar\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": [\r\n \"AU\"\r\n ]\r\n }\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"originPath\": \"/path/valid\",\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"application/octet-stream\"\r\n ],\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"isCompressionEnabled\": true,\r\n \"isHttpAllowed\": false,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"geoFilters\": [\r\n {\r\n \"relativePath\": \"/mycar\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": [\r\n \"AU\"\r\n ]\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d732e002-0749-4c61-95e8-8130ca26d59e" + "49e013b6-2cdc-4838-838f-b0ff860f6849" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1088,29 +1088,23 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:23:54 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654/providers/Microsoft.Cdn/operationresults/003bbf1a-cb90-4a25-87dd-e3f534c6a43f/profileresults/profile849/endpointresults/endpoint3758?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043/providers/Microsoft.Cdn/operationresults/e81d5732-76c8-4ae4-9827-d7cb0f82ea0e/profileresults/profile9313/endpointresults/endpoint2354?api-version=2020-04-15" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "6d156021-8424-4a9d-ba22-02c3005f6863" + "53880317-b149-4a03-9e2b-98d9f0779ff4" ], "x-ms-client-request-id": [ - "d732e002-0749-4c61-95e8-8130ca26d59e" + "49e013b6-2cdc-4838-838f-b0ff860f6849" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654/providers/Microsoft.Cdn/operationresults/003bbf1a-cb90-4a25-87dd-e3f534c6a43f?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043/providers/Microsoft.Cdn/operationresults/e81d5732-76c8-4ae4-9827-d7cb0f82ea0e?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -1118,26 +1112,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "93" ], "x-ms-correlation-request-id": [ - "950d720a-cfd7-4f6d-8092-58a59e4f5889" + "f2a21b4f-833d-4ca2-8a44-dfa1d63dd4f9" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232354Z:950d720a-cfd7-4f6d-8092-58a59e4f5889" + "WESTUS:20200714T015404Z:f2a21b4f-833d-4ca2-8a44-dfa1d63dd4f9" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:54:04 GMT" + ], "Content-Length": [ - "1050" + "1355" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1146,40 +1146,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint3758\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849/endpoints/endpoint3758\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint3758.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": false,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/path/valid\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"application/octet-stream\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [\r\n {\r\n \"relativePath\": \"/mycar\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": [\r\n \"AU\"\r\n ]\r\n }\r\n ],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint2354\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313/endpoints/endpoint2354\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint2354.azureedge.net\",\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": false,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": \"/path/valid\",\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [\r\n \"text/html\",\r\n \"application/octet-stream\"\r\n ],\r\n \"isCompressionEnabled\": true,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [\r\n {\r\n \"relativePath\": \"/mycar\",\r\n \"action\": \"Allow\",\r\n \"countryCodes\": [\r\n \"AU\"\r\n ]\r\n }\r\n ],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654/providers/Microsoft.Cdn/operationresults/003bbf1a-cb90-4a25-87dd-e3f534c6a43f?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMDAzYmJmMWEtY2I5MC00YTI1LTg3ZGQtZTNmNTM0YzZhNDNmP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043/providers/Microsoft.Cdn/operationresults/e81d5732-76c8-4ae4-9827-d7cb0f82ea0e?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZTgxZDU3MzItNzZjOC00YWU0LTk4MjctZDdjYjBmODJlYTBlP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:24:04 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "455203e1-1417-4828-a4ef-decc29fedaa2" + "ea04f255-dc27-47b7-be02-6e5ecec42640" ], "x-ms-client-request-id": [ - "2983ffe0-3e8f-4d11-8bce-85025030f577" + "5497d044-e096-4c76-b26c-5366bf649270" ], "OData-Version": [ "4.0" @@ -1187,6 +1181,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1194,17 +1191,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-correlation-request-id": [ - "86e83a26-5ee8-49b7-a081-927d3035b8b1" + "61be082a-53b9-4037-92b7-753922dc9cdc" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232405Z:86e83a26-5ee8-49b7-a081-927d3035b8b1" + "WESTUS:20200714T015415Z:61be082a-53b9-4037-92b7-753922dc9cdc" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:54:14 GMT" + ], "Content-Length": [ "78" ], @@ -1219,36 +1219,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654/providers/Microsoft.Cdn/operationresults/003bbf1a-cb90-4a25-87dd-e3f534c6a43f?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMDAzYmJmMWEtY2I5MC00YTI1LTg3ZGQtZTNmNTM0YzZhNDNmP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043/providers/Microsoft.Cdn/operationresults/e81d5732-76c8-4ae4-9827-d7cb0f82ea0e?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZTgxZDU3MzItNzZjOC00YWU0LTk4MjctZDdjYjBmODJlYTBlP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:24:14 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "6e639b08-705b-4972-9dd4-728b0ce7e50e" + "5f53a95f-3ae4-406f-a9cf-111beda8ac5b" ], "x-ms-client-request-id": [ - "1c592ecd-0869-41cf-af90-a6ab52541347" + "c2fc2999-5765-4310-b339-c9923d833405" ], "OData-Version": [ "4.0" @@ -1256,6 +1250,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1263,17 +1260,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-correlation-request-id": [ - "7f18b2aa-0f0d-4185-a84f-4d0b1051ac0a" + "cdbe464f-ec70-4bd4-87ed-c8944c541d22" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232415Z:7f18b2aa-0f0d-4185-a84f-4d0b1051ac0a" + "WESTUS:20200714T015425Z:cdbe464f-ec70-4bd4-87ed-c8944c541d22" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:54:24 GMT" + ], "Content-Length": [ "77" ], @@ -1288,22 +1288,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849/endpoints/endpoint9319?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4NDkvZW5kcG9pbnRzL2VuZHBvaW50OTMxOT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313/endpoints/endpoint2500?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5MzEzL2VuZHBvaW50cy9lbmRwb2ludDI1MDA/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ce08c7f7-b246-441a-a2d9-05a537716eb9" + "d5928af5-1702-45b8-9935-688c7d35916a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1316,26 +1316,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:24:16 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "7a5ff2d4-377c-402b-8554-7b3bd7d54a33" + "737e14fe-10a4-44dc-bbfc-f77bf975fb9b" ], "x-ms-client-request-id": [ - "ce08c7f7-b246-441a-a2d9-05a537716eb9" + "d5928af5-1702-45b8-9935-688c7d35916a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654/providers/Microsoft.Cdn/operationresults/49b4e62c-2ece-45c6-9ab3-ca32ec64c283?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043/providers/Microsoft.Cdn/operationresults/26ecf54d-6c78-4dee-ba51-30b297a25f52?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -1343,26 +1337,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "92" ], "x-ms-correlation-request-id": [ - "d08cff98-c9cb-4a85-929c-8e99aae8a550" + "c29da281-a45f-45ba-b4cd-3e0d12ea0a15" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232417Z:d08cff98-c9cb-4a85-929c-8e99aae8a550" + "WESTUS:20200714T015430Z:c29da281-a45f-45ba-b4cd-3e0d12ea0a15" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:54:29 GMT" + ], "Content-Length": [ - "889" + "1194" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1371,26 +1371,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint9319\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849/endpoints/endpoint9319\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint9319.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint2500\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313/endpoints/endpoint2500\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint2500.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup2654/providers/Microsoft.Cdn/profiles/profile849/endpoints/endpoint9319?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4NDkvZW5kcG9pbnRzL2VuZHBvaW50OTMxOT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9043/providers/Microsoft.Cdn/profiles/profile9313/endpoints/endpoint2500?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5MzEzL2VuZHBvaW50cy9lbmRwb2ludDI1MDA/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"originHostHeader\": \"www.bing.com\",\r\n \"isHttpAllowed\": false\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b4de458e-6e5f-4f04-b93c-7ffe56fa3a66" + "c87f054b-a3b9-4fd3-9a8b-833969493c15" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1403,44 +1403,44 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:24:17 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "47337e59-be94-4141-88e0-35ad43813e0f" + "542035d6-7009-4e7a-b36d-48bf6ec4eb7f" ], "x-ms-client-request-id": [ - "b4de458e-6e5f-4f04-b93c-7ffe56fa3a66" + "c87f054b-a3b9-4fd3-9a8b-833969493c15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "91" ], "x-ms-correlation-request-id": [ - "6220d53b-f0a7-4cf3-afcc-9700b1c4858c" + "d0b04f5f-cff0-4634-b15e-fc34803263d4" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232418Z:6220d53b-f0a7-4cf3-afcc-9700b1c4858c" + "WESTUS:20200714T015431Z:d0b04f5f-cff0-4634-b15e-fc34803263d4" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:54:31 GMT" + ], "Content-Length": [ - "147" + "160" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1452,25 +1452,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"BadRequest\",\r\n \"message\": \"The requested operation cannot be executed on the entity in the current state.\"\r\n }\r\n}", - "StatusCode": 400 + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"Conflict\",\r\n \"message\": \"The requested operation cannot be executed on the entity as another operation is in progress.\"\r\n }\r\n}", + "StatusCode": 409 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2654?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNjU0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9043?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5MDQzP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "470ed0f6-cfce-4436-b399-38f0fce9a925" + "f5bb4465-d03e-4821-91e0-fe3015cffedf" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1478,14 +1478,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:24:18 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1494,13 +1491,13 @@ "14999" ], "x-ms-request-id": [ - "bf99cb98-b8c8-4686-8fb5-5f033850788a" + "18949631-9be7-4fc1-8d76-39dcef288120" ], "x-ms-correlation-request-id": [ - "bf99cb98-b8c8-4686-8fb5-5f033850788a" + "18949631-9be7-4fc1-8d76-39dcef288120" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232418Z:bf99cb98-b8c8-4686-8fb5-5f033850788a" + "WESTUS:20200714T015432Z:18949631-9be7-4fc1-8d76-39dcef288120" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1508,26 +1505,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:54:31 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalkxTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVEEwTXkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1535,29 +1535,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:24:33 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-request-id": [ - "5160e966-51ae-4f6c-9a26-287213f1df00" + "70a09a5a-cd8d-425e-bd19-75726ba332df" ], "x-ms-correlation-request-id": [ - "5160e966-51ae-4f6c-9a26-287213f1df00" + "70a09a5a-cd8d-425e-bd19-75726ba332df" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232433Z:5160e966-51ae-4f6c-9a26-287213f1df00" + "WESTUS:20200714T015447Z:70a09a5a-cd8d-425e-bd19-75726ba332df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1565,26 +1562,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:54:46 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalkxTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVEEwTXkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1592,29 +1592,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:24:48 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-request-id": [ - "0ad33247-71f4-4fb6-b9e0-20baea217fde" + "72c57d29-3c9d-444a-872e-22e3a41e1033" ], "x-ms-correlation-request-id": [ - "0ad33247-71f4-4fb6-b9e0-20baea217fde" + "72c57d29-3c9d-444a-872e-22e3a41e1033" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232449Z:0ad33247-71f4-4fb6-b9e0-20baea217fde" + "WESTUS:20200714T015502Z:72c57d29-3c9d-444a-872e-22e3a41e1033" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1622,26 +1619,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:55:01 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalkxTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVEEwTXkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1649,29 +1649,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:25:03 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-request-id": [ - "a47a37b8-60fb-416f-9713-308a22cd3467" + "143a4bf8-f212-47a5-99e7-2c37e2abaa0a" ], "x-ms-correlation-request-id": [ - "a47a37b8-60fb-416f-9713-308a22cd3467" + "143a4bf8-f212-47a5-99e7-2c37e2abaa0a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232504Z:a47a37b8-60fb-416f-9713-308a22cd3467" + "WESTUS:20200714T015517Z:143a4bf8-f212-47a5-99e7-2c37e2abaa0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1679,26 +1676,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:55:17 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalkxTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVEEwTXkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1706,29 +1706,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:25:19 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-request-id": [ - "99773fe9-ee1f-4d1c-b95a-841424267556" + "3e3a4c86-2e97-4d4d-b15e-b9a54041fe46" ], "x-ms-correlation-request-id": [ - "99773fe9-ee1f-4d1c-b95a-841424267556" + "3e3a4c86-2e97-4d4d-b15e-b9a54041fe46" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232519Z:99773fe9-ee1f-4d1c-b95a-841424267556" + "WESTUS:20200714T015532Z:3e3a4c86-2e97-4d4d-b15e-b9a54041fe46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1736,26 +1733,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:55:31 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalkxTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVEEwTXkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1763,29 +1763,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:25:33 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-request-id": [ - "a0f06ba1-ba19-4282-a45d-22494131b0be" + "a1b02648-8980-47e1-a522-d5705c073587" ], "x-ms-correlation-request-id": [ - "a0f06ba1-ba19-4282-a45d-22494131b0be" + "a1b02648-8980-47e1-a522-d5705c073587" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232534Z:a0f06ba1-ba19-4282-a45d-22494131b0be" + "WESTUS:20200714T015547Z:a1b02648-8980-47e1-a522-d5705c073587" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1793,26 +1790,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:55:46 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalkxTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVEEwTXkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1820,29 +1820,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:25:48 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-request-id": [ - "d8f4def5-26ff-4747-8d06-3cd42a2d6cde" + "765f14e8-f286-4a48-b5fb-9ccafc04d722" ], "x-ms-correlation-request-id": [ - "d8f4def5-26ff-4747-8d06-3cd42a2d6cde" + "765f14e8-f286-4a48-b5fb-9ccafc04d722" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232549Z:d8f4def5-26ff-4747-8d06-3cd42a2d6cde" + "WESTUS:20200714T015602Z:765f14e8-f286-4a48-b5fb-9ccafc04d722" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1850,26 +1847,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:56:01 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalkxTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVEEwTXkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1877,29 +1877,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:26:03 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-request-id": [ - "dd593b06-d730-48bf-9bc8-c76504df5470" + "f421d438-7095-4418-b53c-8fdded2ae285" ], "x-ms-correlation-request-id": [ - "dd593b06-d730-48bf-9bc8-c76504df5470" + "f421d438-7095-4418-b53c-8fdded2ae285" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232604Z:dd593b06-d730-48bf-9bc8-c76504df5470" + "WESTUS:20200714T015617Z:f421d438-7095-4418-b53c-8fdded2ae285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1907,26 +1904,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:56:16 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalkxTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVEEwTXkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1934,29 +1934,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:26:18 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-request-id": [ - "cd7e902b-4f9b-4830-a248-946def83cff0" + "c0cd62fb-b2d5-4ae6-a419-f2ae46c9d78d" ], "x-ms-correlation-request-id": [ - "cd7e902b-4f9b-4830-a248-946def83cff0" + "c0cd62fb-b2d5-4ae6-a419-f2ae46c9d78d" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232619Z:cd7e902b-4f9b-4830-a248-946def83cff0" + "WESTUS:20200714T015632Z:c0cd62fb-b2d5-4ae6-a419-f2ae46c9d78d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1964,26 +1961,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:56:31 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalkxTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVEEwTXkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1991,29 +1991,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:26:33 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11990" ], "x-ms-request-id": [ - "d49541fd-601b-4b6e-9810-89715720efa2" + "8a53444c-e09b-4ee0-b2c0-d3f573208986" ], "x-ms-correlation-request-id": [ - "d49541fd-601b-4b6e-9810-89715720efa2" + "8a53444c-e09b-4ee0-b2c0-d3f573208986" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232634Z:d49541fd-601b-4b6e-9810-89715720efa2" + "WESTUS:20200714T015647Z:8a53444c-e09b-4ee0-b2c0-d3f573208986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2021,26 +2018,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:56:46 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalkxTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVEEwTXkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2048,29 +2048,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:26:49 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11989" ], "x-ms-request-id": [ - "ec827ced-5f3a-4882-85f8-087e96a492c2" + "2c227732-931b-4f62-b957-3a547a23a457" ], "x-ms-correlation-request-id": [ - "ec827ced-5f3a-4882-85f8-087e96a492c2" + "2c227732-931b-4f62-b957-3a547a23a457" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232649Z:ec827ced-5f3a-4882-85f8-087e96a492c2" + "WESTUS:20200714T015702Z:2c227732-931b-4f62-b957-3a547a23a457" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2078,26 +2075,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:57:01 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalkxTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVEEwTXkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2105,23 +2105,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:27:04 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11988" ], "x-ms-request-id": [ - "6203c7b6-4e9e-48e7-80c0-14823d84c11a" + "640189f7-3faa-4716-9ffa-57913f7c50ce" ], "x-ms-correlation-request-id": [ - "6203c7b6-4e9e-48e7-80c0-14823d84c11a" + "640189f7-3faa-4716-9ffa-57913f7c50ce" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232704Z:6203c7b6-4e9e-48e7-80c0-14823d84c11a" + "WESTUS:20200714T015717Z:640189f7-3faa-4716-9ffa-57913f7c50ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2129,26 +2126,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:57:17 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjY1NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalkxTkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTA0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVEEwTXkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2156,23 +2156,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:27:04 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11987" ], "x-ms-request-id": [ - "578b46dc-f25b-40aa-8d08-1942acfbb20a" + "3d10e5ac-51eb-4d3f-acb5-7f1606fb3407" ], "x-ms-correlation-request-id": [ - "578b46dc-f25b-40aa-8d08-1942acfbb20a" + "3d10e5ac-51eb-4d3f-acb5-7f1606fb3407" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T232704Z:578b46dc-f25b-40aa-8d08-1942acfbb20a" + "WESTUS:20200714T015717Z:3d10e5ac-51eb-4d3f-acb5-7f1606fb3407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2180,11 +2177,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:57:17 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -2193,15 +2193,15 @@ ], "Names": { "CreateResourceGroup": [ - "cdnResourceGroup2654" + "cdnResourceGroup9043" ], "EndpointUpdateTest": [ - "profile849", - "endpoint3758", - "endpoint9319" + "profile9313", + "endpoint2354", + "endpoint2500" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/ValidateCustomDomainTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/ValidateCustomDomainTest.json index 92771e1b57a14..da8ee95ccf46f 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/ValidateCustomDomainTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/EndpointTests/ValidateCustomDomainTest.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4616?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjE2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup826?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4MjY/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fa5768c6-183c-4ce5-afdd-ec9740f351ce" + "edd7488c-fd7a-442f-95ed-2bb218a023dd" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -29,9 +29,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:04:17 GMT" - ], "Pragma": [ "no-cache" ], @@ -39,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "e8aaa393-889c-4789-a28b-f2e994f4851f" + "b82a4a13-cfac-46bb-9e84-add5b93580be" ], "x-ms-correlation-request-id": [ - "e8aaa393-889c-4789-a28b-f2e994f4851f" + "b82a4a13-cfac-46bb-9e84-add5b93580be" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000417Z:e8aaa393-889c-4789-a28b-f2e994f4851f" + "WESTUS:20200714T012147Z:b82a4a13-cfac-46bb-9e84-add5b93580be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,8 +50,11 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:21:46 GMT" + ], "Content-Length": [ - "193" + "191" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4616\",\r\n \"name\": \"cdnResourceGroup4616\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup826\",\r\n \"name\": \"cdnResourceGroup826\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4616/providers/Microsoft.Cdn/profiles/profile9436?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5NDM2P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup826/providers/Microsoft.Cdn/profiles/profile5395?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA4MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTUzOTU/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7edbea37-7bfc-41db-86fd-d927235c957b" + "43239a93-33f4-4573-916e-e50bc5b3b34b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -95,26 +95,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:04:18 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "2098527a-108d-4e13-a594-778c3164407f" + "5a4cbcb2-fe84-48ba-9984-01c950f4e7b6" ], "x-ms-client-request-id": [ - "7edbea37-7bfc-41db-86fd-d927235c957b" + "43239a93-33f4-4573-916e-e50bc5b3b34b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4616/providers/Microsoft.Cdn/operationresults/345ee4f5-764c-4984-a929-ae8d9aee5ddb?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup826/providers/Microsoft.Cdn/operationresults/f8954e65-e530-49a9-a85f-faa484f81554?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -122,26 +116,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "b1b8c9cc-f845-4f88-8a22-0ad22b171bba" + "d2185f7b-bad5-423a-96ef-1fb32f4009b9" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000419Z:b1b8c9cc-f845-4f88-8a22-0ad22b171bba" + "WESTUS:20200714T012153Z:d2185f7b-bad5-423a-96ef-1fb32f4009b9" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:21:52 GMT" + ], "Content-Length": [ - "398" + "397" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -150,40 +150,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile9436\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4616/providers/Microsoft.Cdn/profiles/profile9436\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile5395\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup826/providers/Microsoft.Cdn/profiles/profile5395\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4616/providers/Microsoft.Cdn/operationresults/345ee4f5-764c-4984-a929-ae8d9aee5ddb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMzQ1ZWU0ZjUtNzY0Yy00OTg0LWE5MjktYWU4ZDlhZWU1ZGRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup826/providers/Microsoft.Cdn/operationresults/f8954e65-e530-49a9-a85f-faa484f81554?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9mODk1NGU2NS1lNTMwLTQ5YTktYTg1Zi1mYWE0ODRmODE1NTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:04:28 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "4ac254f4-0eb1-4ad1-a06b-0660d35558c0" + "8750e2b1-10a5-49d6-8ab4-32f139d11f52" ], "x-ms-client-request-id": [ - "8a55e316-91c5-4405-929d-31666338e0ee" + "61d810ca-a970-46a7-ae66-7ec294b301e8" ], "OData-Version": [ "4.0" @@ -191,6 +185,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -201,14 +198,17 @@ "11999" ], "x-ms-correlation-request-id": [ - "53e2951e-e734-491a-ba5a-6589886ac2cb" + "5945172d-51a3-4c34-b596-7188108d95ea" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000429Z:53e2951e-e734-491a-ba5a-6589886ac2cb" + "WESTUS:20200714T012203Z:5945172d-51a3-4c34-b596-7188108d95ea" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:22:02 GMT" + ], "Content-Length": [ "78" ], @@ -223,36 +223,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4616/providers/Microsoft.Cdn/operationresults/345ee4f5-764c-4984-a929-ae8d9aee5ddb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMzQ1ZWU0ZjUtNzY0Yy00OTg0LWE5MjktYWU4ZDlhZWU1ZGRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup826/providers/Microsoft.Cdn/operationresults/f8954e65-e530-49a9-a85f-faa484f81554?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9mODk1NGU2NS1lNTMwLTQ5YTktYTg1Zi1mYWE0ODRmODE1NTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:04:38 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "71ff82ba-17a6-4961-8772-07bfee71d9c6" + "b2c7b5e4-6950-4694-bbe3-d47e00b732b8" ], "x-ms-client-request-id": [ - "00d82828-baf2-4256-9d7e-db41ae49f6af" + "30a1bbe8-31e6-4ac1-a352-61b80474e882" ], "OData-Version": [ "4.0" @@ -260,6 +254,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -270,14 +267,17 @@ "11998" ], "x-ms-correlation-request-id": [ - "74d2949d-8137-4de8-b15f-f3ea9e1262cf" + "ca38d7fe-d52d-4f6e-9858-b463220881c2" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000439Z:74d2949d-8137-4de8-b15f-f3ea9e1262cf" + "WESTUS:20200714T012214Z:ca38d7fe-d52d-4f6e-9858-b463220881c2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:22:14 GMT" + ], "Content-Length": [ "78" ], @@ -292,36 +292,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4616/providers/Microsoft.Cdn/operationresults/345ee4f5-764c-4984-a929-ae8d9aee5ddb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMzQ1ZWU0ZjUtNzY0Yy00OTg0LWE5MjktYWU4ZDlhZWU1ZGRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup826/providers/Microsoft.Cdn/operationresults/f8954e65-e530-49a9-a85f-faa484f81554?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9mODk1NGU2NS1lNTMwLTQ5YTktYTg1Zi1mYWE0ODRmODE1NTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:04:48 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "574ad437-de04-4a43-9a1d-7b97ffe5c8b7" + "a3c2386f-90ba-4999-b39e-82b97943ab69" ], "x-ms-client-request-id": [ - "bab45b44-0205-4e2b-b1fa-032b963f8e8f" + "512c867f-838e-45e3-81d4-0776eef2b2ec" ], "OData-Version": [ "4.0" @@ -329,75 +323,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-correlation-request-id": [ - "f7e18fc0-eb54-42e1-8fc0-c5108ab3cc8e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20190508T000449Z:f7e18fc0-eb54-42e1-8fc0-c5108ab3cc8e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Content-Length": [ - "78" - ], - "Content-Type": [ - "application/json; odata.metadata=minimal; odata.streaming=true" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4616/providers/Microsoft.Cdn/operationresults/345ee4f5-764c-4984-a929-ae8d9aee5ddb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMzQ1ZWU0ZjUtNzY0Yy00OTg0LWE5MjktYWU4ZDlhZWU1ZGRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 08 May 2019 00:05:00 GMT" - ], - "Pragma": [ - "no-cache" - ], "Server": [ "Microsoft-IIS/8.5" ], - "x-ms-request-id": [ - "9dea2501-8c4d-4d5e-8717-dd97772c0784" - ], - "x-ms-client-request-id": [ - "4bf31961-86b3-4500-b442-b33cde18a579" - ], - "OData-Version": [ - "4.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "X-AspNet-Version": [ "4.0.30319" ], @@ -405,17 +333,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "df3b3699-ace0-4a51-bc28-9bf8139ee6aa" + "d444f964-80e8-4b79-b859-2ee7a0bf6b61" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000500Z:df3b3699-ace0-4a51-bc28-9bf8139ee6aa" + "WESTUS:20200714T012224Z:d444f964-80e8-4b79-b859-2ee7a0bf6b61" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:22:24 GMT" + ], "Content-Length": [ "77" ], @@ -430,36 +361,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4616/providers/Microsoft.Cdn/profiles/profile9436?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5NDM2P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup826/providers/Microsoft.Cdn/profiles/profile5395?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA4MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTUzOTU/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:05:00 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "2b180cfe-9f4d-4d45-a913-2821185bcca9" + "d99bf9fd-b861-4032-ae9d-1655b8cdd034" ], "x-ms-client-request-id": [ - "5113909c-1275-441a-a585-d2014b8af053" + "e8c297cf-18cb-4698-8762-dd4498fa47b1" ], "OData-Version": [ "4.0" @@ -467,26 +392,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "e4b96cd6-7152-45c7-a9fe-f9d736997692" + "a696cf6a-5a6e-4e43-a1f4-bdb316c60bfe" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000500Z:e4b96cd6-7152-45c7-a9fe-f9d736997692" + "WESTUS:20200714T012225Z:a696cf6a-5a6e-4e43-a1f4-bdb316c60bfe" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:22:25 GMT" + ], "Content-Length": [ - "397" + "396" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -495,26 +426,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile9436\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4616/providers/Microsoft.Cdn/profiles/profile9436\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile5395\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup826/providers/Microsoft.Cdn/profiles/profile5395\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4616/providers/Microsoft.Cdn/profiles/profile9436/endpoints/endpoint-8e02deffed3c?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5NDM2L2VuZHBvaW50cy9lbmRwb2ludC04ZTAyZGVmZmVkM2M/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup826/providers/Microsoft.Cdn/profiles/profile5395/endpoints/endpoint-8e02deffed3c?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA4MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTUzOTUvZW5kcG9pbnRzL2VuZHBvaW50LThlMDJkZWZmZWQzYz9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "af897f99-98df-447d-9de3-38c94785f22e" + "cba6d384-a00a-4d3f-8cfc-63e3e12ca91a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -527,26 +458,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:05:02 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "635f884a-7c8c-43ab-8417-94755688319e" + "abe138ba-92f8-4bb5-bf0b-ace3efa90c63" ], "x-ms-client-request-id": [ - "af897f99-98df-447d-9de3-38c94785f22e" + "cba6d384-a00a-4d3f-8cfc-63e3e12ca91a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4616/providers/Microsoft.Cdn/operationresults/e7c1daa5-6102-4007-ab98-2431abf33842?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup826/providers/Microsoft.Cdn/operationresults/23c92a5d-9226-4310-829d-c05c974f93d8?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -554,26 +479,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "99" ], "x-ms-correlation-request-id": [ - "b995ac9b-a18d-46a3-947e-31ca169c9431" + "a5b86dd7-53f2-4a02-a5c2-f82552c2c7ca" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000502Z:b995ac9b-a18d-46a3-947e-31ca169c9431" + "WESTUS:20200714T012229Z:a5b86dd7-53f2-4a02-a5c2-f82552c2c7ca" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:22:29 GMT" + ], "Content-Length": [ - "917" + "1220" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -582,40 +513,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint-8e02deffed3c\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4616/providers/Microsoft.Cdn/profiles/profile9436/endpoints/endpoint-8e02deffed3c\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint-8e02deffed3c.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint-8e02deffed3c\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup826/providers/Microsoft.Cdn/profiles/profile5395/endpoints/endpoint-8e02deffed3c\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint-8e02deffed3c.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4616/providers/Microsoft.Cdn/operationresults/e7c1daa5-6102-4007-ab98-2431abf33842?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZTdjMWRhYTUtNjEwMi00MDA3LWFiOTgtMjQzMWFiZjMzODQyP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup826/providers/Microsoft.Cdn/operationresults/23c92a5d-9226-4310-829d-c05c974f93d8?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy8yM2M5MmE1ZC05MjI2LTQzMTAtODI5ZC1jMDVjOTc0ZjkzZDg/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:05:12 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "8a81002c-e0e1-4672-ac5e-d34348947b64" + "691246df-3c07-4c80-bf0b-cd8574a7acd0" ], "x-ms-client-request-id": [ - "b56a7514-0394-4710-838e-fa3d3d4c8d39" + "3085e913-1e19-4344-b5e7-8dd2c7f6a794" ], "OData-Version": [ "4.0" @@ -623,6 +548,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -630,17 +558,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-correlation-request-id": [ - "f85a7fe0-47bb-46df-9e2e-5db514f0e9c9" + "7b84e0d6-4502-41ac-9352-67621cf9507f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000512Z:f85a7fe0-47bb-46df-9e2e-5db514f0e9c9" + "WESTUS:20200714T012239Z:7b84e0d6-4502-41ac-9352-67621cf9507f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:22:39 GMT" + ], "Content-Length": [ "77" ], @@ -655,36 +586,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4616/providers/Microsoft.Cdn/profiles/profile9436/endpoints/endpoint-8e02deffed3c?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5NDM2L2VuZHBvaW50cy9lbmRwb2ludC04ZTAyZGVmZmVkM2M/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup826/providers/Microsoft.Cdn/profiles/profile5395/endpoints/endpoint-8e02deffed3c?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA4MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTUzOTUvZW5kcG9pbnRzL2VuZHBvaW50LThlMDJkZWZmZWQzYz9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:05:12 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "ae2cf606-e786-4a10-b9a6-e6cefa429226" + "661813ec-6b1b-4a29-b861-190971c89577" ], "x-ms-client-request-id": [ - "8a99e611-ac29-434f-a9f4-96b2c235cfcf" + "63093a3f-590c-40e1-a16a-d14fb5850a0f" ], "OData-Version": [ "4.0" @@ -692,26 +617,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "e5edf7b3-70b7-4876-8580-3f76cad293b1" + "fc443b56-429f-4122-b29b-6333384a069a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000512Z:e5edf7b3-70b7-4876-8580-3f76cad293b1" + "WESTUS:20200714T012241Z:fc443b56-429f-4122-b29b-6333384a069a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:22:40 GMT" + ], "Content-Length": [ - "917" + "1220" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -720,26 +651,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint-8e02deffed3c\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4616/providers/Microsoft.Cdn/profiles/profile9436/endpoints/endpoint-8e02deffed3c\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint-8e02deffed3c.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint-8e02deffed3c\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup826/providers/Microsoft.Cdn/profiles/profile5395/endpoints/endpoint-8e02deffed3c\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint-8e02deffed3c.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4616/providers/Microsoft.Cdn/profiles/profile9436/endpoints/endpoint-8e02deffed3c/validateCustomDomain?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5NDM2L2VuZHBvaW50cy9lbmRwb2ludC04ZTAyZGVmZmVkM2MvdmFsaWRhdGVDdXN0b21Eb21haW4/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup826/providers/Microsoft.Cdn/profiles/profile5395/endpoints/endpoint-8e02deffed3c/validateCustomDomain?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA4MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTUzOTUvZW5kcG9pbnRzL2VuZHBvaW50LThlMDJkZWZmZWQzYy92YWxpZGF0ZUN1c3RvbURvbWFpbj9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "POST", "RequestBody": "{\r\n \"hostName\": \"customdomain34.azureedge-test.net\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4fb2220c-cd1b-4b68-bb65-e291095e0875" + "7fec1a5f-a5bb-4f9b-b1b3-656f2d552f13" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -752,20 +683,14 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:05:13 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "377f95f1-75ec-457a-8909-de5af5e6ff3e" + "246922b6-fd12-42f3-9349-ebf2d12d519b" ], "x-ms-client-request-id": [ - "4fb2220c-cd1b-4b68-bb65-e291095e0875" + "7fec1a5f-a5bb-4f9b-b1b3-656f2d552f13" ], "OData-Version": [ "4.0" @@ -773,6 +698,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -783,14 +711,17 @@ "1199" ], "x-ms-correlation-request-id": [ - "62fe7ad8-d97a-489b-9de8-3acf2b007c0f" + "04ba2678-5890-4f68-ab71-e8d075203d99" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000513Z:62fe7ad8-d97a-489b-9de8-3acf2b007c0f" + "WESTUS:20200714T012242Z:04ba2678-5890-4f68-ab71-e8d075203d99" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:22:42 GMT" + ], "Content-Length": [ "65" ], @@ -805,22 +736,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4616/providers/Microsoft.Cdn/profiles/profile9436/endpoints/endpoint-8e02deffed3c/validateCustomDomain?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5NDM2L2VuZHBvaW50cy9lbmRwb2ludC04ZTAyZGVmZmVkM2MvdmFsaWRhdGVDdXN0b21Eb21haW4/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup826/providers/Microsoft.Cdn/profiles/profile5395/endpoints/endpoint-8e02deffed3c/validateCustomDomain?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA4MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTUzOTUvZW5kcG9pbnRzL2VuZHBvaW50LThlMDJkZWZmZWQzYy92YWxpZGF0ZUN1c3RvbURvbWFpbj9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "POST", "RequestBody": "{\r\n \"hostName\": \"customdomain4.hello.com\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "47d71eb1-f184-468c-9354-26f5cdde44f5" + "92a709b4-33cb-417f-8044-c444d5b8551f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -833,20 +764,14 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:05:14 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "4b5ff60f-c682-43e1-a4fb-2f82057df6ec" + "d414db82-9ff4-406d-a94e-9e2ed2ba5f46" ], "x-ms-client-request-id": [ - "47d71eb1-f184-468c-9354-26f5cdde44f5" + "92a709b4-33cb-417f-8044-c444d5b8551f" ], "OData-Version": [ "4.0" @@ -854,6 +779,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -864,14 +792,17 @@ "1198" ], "x-ms-correlation-request-id": [ - "ca9ff1ca-a2dc-4c13-8092-682ca95fdf42" + "11793ce2-20ba-47d2-aa0e-41a1a9422aed" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000514Z:ca9ff1ca-a2dc-4c13-8092-682ca95fdf42" + "WESTUS:20200714T012243Z:11793ce2-20ba-47d2-aa0e-41a1a9422aed" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:22:43 GMT" + ], "Content-Length": [ "272" ], @@ -886,22 +817,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4616/providers/Microsoft.Cdn/profiles/profile9436/endpoints/endpoint-8e02deffed3c/validateCustomDomain?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5NDM2L2VuZHBvaW50cy9lbmRwb2ludC04ZTAyZGVmZmVkM2MvdmFsaWRhdGVDdXN0b21Eb21haW4/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup826/providers/Microsoft.Cdn/profiles/profile5395/endpoints/endpoint-8e02deffed3c/validateCustomDomain?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA4MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTUzOTUvZW5kcG9pbnRzL2VuZHBvaW50LThlMDJkZWZmZWQzYy92YWxpZGF0ZUN1c3RvbURvbWFpbj9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "POST", "RequestBody": "{\r\n \"hostName\": \"invalid\\\\custom/domain\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bc817275-4441-40e3-b6f5-7c68b5fbdff4" + "9a3ba71c-6c29-4346-98a3-38b394e1bcf6" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -914,24 +845,21 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:05:14 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "3c0e1772-bcfa-4977-a971-10f9d3d4a39c" + "c955a39b-ac01-4a95-999d-7fec2c7c3053" ], "x-ms-client-request-id": [ - "bc817275-4441-40e3-b6f5-7c68b5fbdff4" + "9a3ba71c-6c29-4346-98a3-38b394e1bcf6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -942,14 +870,17 @@ "1197" ], "x-ms-correlation-request-id": [ - "a1bfefbc-a985-47ae-8b2b-f1030054ff2c" + "12251539-d502-4e5c-89fd-e4ecf4425a58" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000514Z:a1bfefbc-a985-47ae-8b2b-f1030054ff2c" + "WESTUS:20200714T012244Z:12251539-d502-4e5c-89fd-e4ecf4425a58" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:22:44 GMT" + ], "Content-Length": [ "179" ], @@ -967,21 +898,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4616?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0NjE2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup826?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4MjY/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "920559bd-2c32-4fb0-8f0f-084055f53901" + "65f723ef-016b-494b-a235-271950842f70" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -989,29 +920,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:05:15 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-request-id": [ - "6512ff4d-af7b-4d48-880a-4eae23b7ea24" + "b114c6cc-0f74-4c45-9fcc-50a1e74273f1" ], "x-ms-correlation-request-id": [ - "6512ff4d-af7b-4d48-880a-4eae23b7ea24" + "b114c6cc-0f74-4c45-9fcc-50a1e74273f1" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000515Z:6512ff4d-af7b-4d48-880a-4eae23b7ea24" + "WESTUS:20200714T012244Z:b114c6cc-0f74-4c45-9fcc-50a1e74273f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1019,26 +947,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:22:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl4TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPREkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1046,29 +977,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:05:30 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-request-id": [ - "0911ae78-0585-437d-8d7e-89774328b793" + "740f2631-7b18-4411-9b39-f475ef744703" ], "x-ms-correlation-request-id": [ - "0911ae78-0585-437d-8d7e-89774328b793" + "740f2631-7b18-4411-9b39-f475ef744703" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000530Z:0911ae78-0585-437d-8d7e-89774328b793" + "WESTUS:20200714T012259Z:740f2631-7b18-4411-9b39-f475ef744703" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1076,26 +1004,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:22:59 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl4TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPREkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1103,29 +1034,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:05:45 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11998" ], "x-ms-request-id": [ - "4c92ad61-8b8e-40f5-9d33-f340a06b3518" + "9f0bb2be-ff10-49c7-988e-8dea3ddb8e54" ], "x-ms-correlation-request-id": [ - "4c92ad61-8b8e-40f5-9d33-f340a06b3518" + "9f0bb2be-ff10-49c7-988e-8dea3ddb8e54" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000545Z:4c92ad61-8b8e-40f5-9d33-f340a06b3518" + "WESTUS:20200714T012314Z:9f0bb2be-ff10-49c7-988e-8dea3ddb8e54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1133,26 +1061,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:23:14 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl4TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPREkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1160,29 +1091,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:06:00 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-request-id": [ - "93eb785a-ca7d-4670-9b7f-e610a9c01dd6" + "83f0c24f-a049-4ade-b78f-90a5e0a0b3be" ], "x-ms-correlation-request-id": [ - "93eb785a-ca7d-4670-9b7f-e610a9c01dd6" + "83f0c24f-a049-4ade-b78f-90a5e0a0b3be" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000600Z:93eb785a-ca7d-4670-9b7f-e610a9c01dd6" + "WESTUS:20200714T012329Z:83f0c24f-a049-4ade-b78f-90a5e0a0b3be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1190,26 +1118,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:23:29 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl4TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPREkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1217,29 +1148,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:06:14 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11996" ], "x-ms-request-id": [ - "41b447bc-c115-4a8b-8aec-c9a8e51d7478" + "eee3970a-9095-465c-b891-473452c3622b" ], "x-ms-correlation-request-id": [ - "41b447bc-c115-4a8b-8aec-c9a8e51d7478" + "eee3970a-9095-465c-b891-473452c3622b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000615Z:41b447bc-c115-4a8b-8aec-c9a8e51d7478" + "WESTUS:20200714T012344Z:eee3970a-9095-465c-b891-473452c3622b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1247,26 +1175,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:23:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl4TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPREkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1274,29 +1205,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:06:29 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11995" ], "x-ms-request-id": [ - "bd527461-e481-40c5-a67f-c7864c3e1f21" + "70de65cf-00ae-49e4-8a70-1c27b0917d1d" ], "x-ms-correlation-request-id": [ - "bd527461-e481-40c5-a67f-c7864c3e1f21" + "70de65cf-00ae-49e4-8a70-1c27b0917d1d" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000630Z:bd527461-e481-40c5-a67f-c7864c3e1f21" + "WESTUS:20200714T012359Z:70de65cf-00ae-49e4-8a70-1c27b0917d1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1304,26 +1232,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:23:59 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl4TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPREkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1331,29 +1262,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:06:44 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11994" ], "x-ms-request-id": [ - "ede1063a-66d2-4f5f-8110-d2b481c78319" + "75ce4479-5a93-47f7-bb6c-d3679addb239" ], "x-ms-correlation-request-id": [ - "ede1063a-66d2-4f5f-8110-d2b481c78319" + "75ce4479-5a93-47f7-bb6c-d3679addb239" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000645Z:ede1063a-66d2-4f5f-8110-d2b481c78319" + "WESTUS:20200714T012414Z:75ce4479-5a93-47f7-bb6c-d3679addb239" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1361,26 +1289,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:24:14 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl4TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPREkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1388,29 +1319,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:06:59 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11993" ], "x-ms-request-id": [ - "dcfb98bd-0e16-4066-a1e3-78047d5f9478" + "bf61c4df-24f5-460c-bd38-249dd957065d" ], "x-ms-correlation-request-id": [ - "dcfb98bd-0e16-4066-a1e3-78047d5f9478" + "bf61c4df-24f5-460c-bd38-249dd957065d" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000700Z:dcfb98bd-0e16-4066-a1e3-78047d5f9478" + "WESTUS:20200714T012430Z:bf61c4df-24f5-460c-bd38-249dd957065d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1418,26 +1346,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:24:29 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl4TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPREkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1445,29 +1376,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:07:14 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11992" ], "x-ms-request-id": [ - "1a1d84c4-a92b-4d0a-a38c-ee56bca32e35" + "5a9d56f8-684c-4472-9789-116ba251c87b" ], "x-ms-correlation-request-id": [ - "1a1d84c4-a92b-4d0a-a38c-ee56bca32e35" + "5a9d56f8-684c-4472-9789-116ba251c87b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000715Z:1a1d84c4-a92b-4d0a-a38c-ee56bca32e35" + "WESTUS:20200714T012445Z:5a9d56f8-684c-4472-9789-116ba251c87b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1475,26 +1403,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:24:45 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl4TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPREkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1502,29 +1433,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:07:30 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11991" ], "x-ms-request-id": [ - "1344543c-77f9-4273-b1a7-f15200deb4fd" + "90d38bda-8c01-4af4-af18-e76ba1de2a0a" ], "x-ms-correlation-request-id": [ - "1344543c-77f9-4273-b1a7-f15200deb4fd" + "90d38bda-8c01-4af4-af18-e76ba1de2a0a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000730Z:1344543c-77f9-4273-b1a7-f15200deb4fd" + "WESTUS:20200714T012500Z:90d38bda-8c01-4af4-af18-e76ba1de2a0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1532,26 +1460,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:24:59 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl4TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPREkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1559,23 +1490,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:07:45 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11990" ], "x-ms-request-id": [ - "14d162e9-401a-49fb-8862-57bc4e33722f" + "67f61b62-20f3-4ddd-89c9-ba0f6e555bc4" ], "x-ms-correlation-request-id": [ - "14d162e9-401a-49fb-8862-57bc4e33722f" + "67f61b62-20f3-4ddd-89c9-ba0f6e555bc4" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000746Z:14d162e9-401a-49fb-8862-57bc4e33722f" + "WESTUS:20200714T012515Z:67f61b62-20f3-4ddd-89c9-ba0f6e555bc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1583,26 +1511,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:25:14 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDYxNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORFl4TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPREkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1610,23 +1541,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:07:45 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11989" ], "x-ms-request-id": [ - "9b7c2658-a130-44d9-97f3-e59f6bdeac2b" + "57747ca2-3e82-4888-9995-5796c17c6375" ], "x-ms-correlation-request-id": [ - "9b7c2658-a130-44d9-97f3-e59f6bdeac2b" + "57747ca2-3e82-4888-9995-5796c17c6375" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000746Z:9b7c2658-a130-44d9-97f3-e59f6bdeac2b" + "WESTUS:20200714T012515Z:57747ca2-3e82-4888-9995-5796c17c6375" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1634,11 +1562,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:25:14 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -1647,13 +1578,13 @@ ], "Names": { "CreateResourceGroup": [ - "cdnResourceGroup4616" + "cdnResourceGroup826" ], "ValidateCustomDomainTest": [ - "profile9436" + "profile5395" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/GetEdgeNodeTests/GetEdgeNodeTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/GetEdgeNodeTests/GetEdgeNodeTest.json index 4b1620888c887..4384913d0001e 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/GetEdgeNodeTests/GetEdgeNodeTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/GetEdgeNodeTests/GetEdgeNodeTest.json @@ -1,42 +1,36 @@ { "Entries": [ { - "RequestUri": "/providers/Microsoft.Cdn/edgenodes?api-version=2019-04-15", - "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL2VkZ2Vub2Rlcz9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/providers/Microsoft.Cdn/edgenodes?api-version=2020-04-15", + "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL2VkZ2Vub2Rlcz9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2747eb79-ff11-4f2d-86ba-71fe372c0878" + "3fa6ae28-90d8-417f-9107-eab4819c453e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:04:36 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "f9e645da-0dbe-4b48-9b95-bae882a15293" + "3f1ad6fc-3f42-4f4d-84c4-949b6d53ce2e" ], "x-ms-client-request-id": [ - "2747eb79-ff11-4f2d-86ba-71fe372c0878" + "3fa6ae28-90d8-417f-9107-eab4819c453e" ], "OData-Version": [ "4.0" @@ -44,6 +38,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -54,16 +51,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "05e86eeb-6834-4c7e-9cfb-39446cf08c6c" + "8b4611a4-a031-4d8f-bb43-b52b89251651" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010436Z:05e86eeb-6834-4c7e-9cfb-39446cf08c6c" + "WESTUS:20200714T015742Z:8b4611a4-a031-4d8f-bb43-b52b89251651" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:57:41 GMT" + ], "Content-Length": [ - "14976" + "15513" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -72,12 +72,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_Verizon\",\r\n \"id\": \"/providers/Microsoft.Cdn/edgenodes/Standard_Verizon\",\r\n \"type\": \"Microsoft.Cdn/edgenodes\",\r\n \"properties\": {\r\n \"ipAddressGroups\": [\r\n {\r\n \"deliveryRegion\": \"All\",\r\n \"ipv4Addresses\": [\r\n {\r\n \"baseIpAddress\": \"5.104.64.0\",\r\n \"prefixLength\": 21\r\n },\r\n {\r\n \"baseIpAddress\": \"46.22.64.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"61.49.62.128\",\r\n \"prefixLength\": 25\r\n },\r\n {\r\n \"baseIpAddress\": \"61.221.181.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"68.232.32.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"72.21.80.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"88.194.45.128\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"93.184.208.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"101.226.203.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"108.161.240.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"110.232.176.0\",\r\n \"prefixLength\": 22\r\n },\r\n {\r\n \"baseIpAddress\": \"117.18.232.0\",\r\n \"prefixLength\": 21\r\n },\r\n {\r\n \"baseIpAddress\": \"117.103.183.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"120.132.137.0\",\r\n \"prefixLength\": 25\r\n },\r\n {\r\n \"baseIpAddress\": \"121.156.59.224\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"121.189.46.0\",\r\n \"prefixLength\": 23\r\n },\r\n {\r\n \"baseIpAddress\": \"152.195.0.0\",\r\n \"prefixLength\": 16\r\n },\r\n {\r\n \"baseIpAddress\": \"180.240.184.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"192.16.0.0\",\r\n \"prefixLength\": 18\r\n },\r\n {\r\n \"baseIpAddress\": \"192.30.0.0\",\r\n \"prefixLength\": 19\r\n },\r\n {\r\n \"baseIpAddress\": \"192.229.128.0\",\r\n \"prefixLength\": 17\r\n },\r\n {\r\n \"baseIpAddress\": \"194.255.210.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"198.7.16.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"203.74.4.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"213.64.234.0\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"213.65.58.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"68.140.206.0\",\r\n \"prefixLength\": 23\r\n },\r\n {\r\n \"baseIpAddress\": \"68.130.0.0\",\r\n \"prefixLength\": 17\r\n },\r\n {\r\n \"baseIpAddress\": \"152.190.247.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"65.222.137.0\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.222.145.128\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.198.79.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.199.146.192\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.200.151.160\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"65.200.157.192\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"68.130.128.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"68.130.136.0\",\r\n \"prefixLength\": 21\r\n },\r\n {\r\n \"baseIpAddress\": \"65.200.46.128\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"213.175.80.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"152.199.0.0\",\r\n \"prefixLength\": 16\r\n },\r\n {\r\n \"baseIpAddress\": \"36.67.255.152\",\r\n \"prefixLength\": 29\r\n },\r\n {\r\n \"baseIpAddress\": \"194.255.242.160\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"195.67.219.64\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"88.194.47.224\",\r\n \"prefixLength\": 27\r\n }\r\n ],\r\n \"ipv6Addresses\": [\r\n {\r\n \"baseIpAddress\": \"2001:2011:c002::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2001:2040:c006::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2001:2060:bffb::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2001:b032:c101::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2405:8f00:edca::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2405:8f00:edcb::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2606:2800::\",\r\n \"prefixLength\": 32\r\n },\r\n {\r\n \"baseIpAddress\": \"2600:40ff:fffb::\",\r\n \"prefixLength\": 56\r\n },\r\n {\r\n \"baseIpAddress\": \"2a02:16d8:103::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2600:40fc::\",\r\n \"prefixLength\": 32\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"Premium_Verizon\",\r\n \"id\": \"/providers/Microsoft.Cdn/edgenodes/Premium_Verizon\",\r\n \"type\": \"Microsoft.Cdn/edgenodes\",\r\n \"properties\": {\r\n \"ipAddressGroups\": [\r\n {\r\n \"deliveryRegion\": \"All\",\r\n \"ipv4Addresses\": [\r\n {\r\n \"baseIpAddress\": \"5.104.64.0\",\r\n \"prefixLength\": 21\r\n },\r\n {\r\n \"baseIpAddress\": \"46.22.64.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"61.49.62.128\",\r\n \"prefixLength\": 25\r\n },\r\n {\r\n \"baseIpAddress\": \"61.221.181.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"68.232.32.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"72.21.80.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"88.194.45.128\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"93.184.208.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"101.226.203.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"108.161.240.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"110.232.176.0\",\r\n \"prefixLength\": 22\r\n },\r\n {\r\n \"baseIpAddress\": \"117.18.232.0\",\r\n \"prefixLength\": 21\r\n },\r\n {\r\n \"baseIpAddress\": \"117.103.183.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"120.132.137.0\",\r\n \"prefixLength\": 25\r\n },\r\n {\r\n \"baseIpAddress\": \"121.156.59.224\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"121.189.46.0\",\r\n \"prefixLength\": 23\r\n },\r\n {\r\n \"baseIpAddress\": \"152.195.0.0\",\r\n \"prefixLength\": 16\r\n },\r\n {\r\n \"baseIpAddress\": \"180.240.184.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"192.16.0.0\",\r\n \"prefixLength\": 18\r\n },\r\n {\r\n \"baseIpAddress\": \"192.30.0.0\",\r\n \"prefixLength\": 19\r\n },\r\n {\r\n \"baseIpAddress\": \"192.229.128.0\",\r\n \"prefixLength\": 17\r\n },\r\n {\r\n \"baseIpAddress\": \"194.255.210.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"198.7.16.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"203.74.4.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"213.64.234.0\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"213.65.58.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"68.140.206.0\",\r\n \"prefixLength\": 23\r\n },\r\n {\r\n \"baseIpAddress\": \"68.130.0.0\",\r\n \"prefixLength\": 17\r\n },\r\n {\r\n \"baseIpAddress\": \"152.190.247.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"65.222.137.0\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.222.145.128\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.198.79.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.199.146.192\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.200.151.160\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"65.200.157.192\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"68.130.128.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"68.130.136.0\",\r\n \"prefixLength\": 21\r\n },\r\n {\r\n \"baseIpAddress\": \"65.200.46.128\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"213.175.80.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"152.199.0.0\",\r\n \"prefixLength\": 16\r\n },\r\n {\r\n \"baseIpAddress\": \"36.67.255.152\",\r\n \"prefixLength\": 29\r\n },\r\n {\r\n \"baseIpAddress\": \"194.255.242.160\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"195.67.219.64\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"88.194.47.224\",\r\n \"prefixLength\": 27\r\n }\r\n ],\r\n \"ipv6Addresses\": [\r\n {\r\n \"baseIpAddress\": \"2001:2011:c002::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2001:2040:c006::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2001:2060:bffb::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2001:b032:c101::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2405:8f00:edca::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2405:8f00:edcb::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2606:2800::\",\r\n \"prefixLength\": 32\r\n },\r\n {\r\n \"baseIpAddress\": \"2600:40ff:fffb::\",\r\n \"prefixLength\": 56\r\n },\r\n {\r\n \"baseIpAddress\": \"2a02:16d8:103::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2600:40fc::\",\r\n \"prefixLength\": 32\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"Custom_Verizon\",\r\n \"id\": \"/providers/Microsoft.Cdn/edgenodes/Custom_Verizon\",\r\n \"type\": \"Microsoft.Cdn/edgenodes\",\r\n \"properties\": {\r\n \"ipAddressGroups\": [\r\n {\r\n \"deliveryRegion\": \"All\",\r\n \"ipv4Addresses\": [\r\n {\r\n \"baseIpAddress\": \"5.104.64.0\",\r\n \"prefixLength\": 21\r\n },\r\n {\r\n \"baseIpAddress\": \"46.22.64.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"61.49.62.128\",\r\n \"prefixLength\": 25\r\n },\r\n {\r\n \"baseIpAddress\": \"61.221.181.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"68.232.32.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"72.21.80.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"88.194.45.128\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"93.184.208.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"101.226.203.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"108.161.240.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"110.232.176.0\",\r\n \"prefixLength\": 22\r\n },\r\n {\r\n \"baseIpAddress\": \"117.18.232.0\",\r\n \"prefixLength\": 21\r\n },\r\n {\r\n \"baseIpAddress\": \"117.103.183.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"120.132.137.0\",\r\n \"prefixLength\": 25\r\n },\r\n {\r\n \"baseIpAddress\": \"121.156.59.224\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"121.189.46.0\",\r\n \"prefixLength\": 23\r\n },\r\n {\r\n \"baseIpAddress\": \"152.195.0.0\",\r\n \"prefixLength\": 16\r\n },\r\n {\r\n \"baseIpAddress\": \"180.240.184.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"192.16.0.0\",\r\n \"prefixLength\": 18\r\n },\r\n {\r\n \"baseIpAddress\": \"192.30.0.0\",\r\n \"prefixLength\": 19\r\n },\r\n {\r\n \"baseIpAddress\": \"192.229.128.0\",\r\n \"prefixLength\": 17\r\n },\r\n {\r\n \"baseIpAddress\": \"194.255.210.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"198.7.16.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"203.74.4.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"213.64.234.0\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"213.65.58.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"68.140.206.0\",\r\n \"prefixLength\": 23\r\n },\r\n {\r\n \"baseIpAddress\": \"68.130.0.0\",\r\n \"prefixLength\": 17\r\n },\r\n {\r\n \"baseIpAddress\": \"152.190.247.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"65.222.137.0\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.222.145.128\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.198.79.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.199.146.192\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.200.151.160\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"65.200.157.192\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"68.130.128.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"68.130.136.0\",\r\n \"prefixLength\": 21\r\n },\r\n {\r\n \"baseIpAddress\": \"65.200.46.128\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"213.175.80.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"152.199.0.0\",\r\n \"prefixLength\": 16\r\n },\r\n {\r\n \"baseIpAddress\": \"36.67.255.152\",\r\n \"prefixLength\": 29\r\n },\r\n {\r\n \"baseIpAddress\": \"194.255.242.160\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"195.67.219.64\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"88.194.47.224\",\r\n \"prefixLength\": 27\r\n }\r\n ],\r\n \"ipv6Addresses\": [\r\n {\r\n \"baseIpAddress\": \"2001:2011:c002::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2001:2040:c006::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2001:2060:bffb::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2001:b032:c101::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2405:8f00:edca::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2405:8f00:edcb::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2606:2800::\",\r\n \"prefixLength\": 32\r\n },\r\n {\r\n \"baseIpAddress\": \"2600:40ff:fffb::\",\r\n \"prefixLength\": 56\r\n },\r\n {\r\n \"baseIpAddress\": \"2a02:16d8:103::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2600:40fc::\",\r\n \"prefixLength\": 32\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_Verizon\",\r\n \"id\": \"/providers/Microsoft.Cdn/edgenodes/Standard_Verizon\",\r\n \"type\": \"Microsoft.Cdn/edgenodes\",\r\n \"properties\": {\r\n \"ipAddressGroups\": [\r\n {\r\n \"deliveryRegion\": \"All\",\r\n \"ipv4Addresses\": [\r\n {\r\n \"baseIpAddress\": \"5.104.64.0\",\r\n \"prefixLength\": 21\r\n },\r\n {\r\n \"baseIpAddress\": \"46.22.64.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"61.221.181.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"68.232.32.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"72.21.80.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"88.194.45.128\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"93.184.208.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"101.226.203.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"108.161.240.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"110.232.176.0\",\r\n \"prefixLength\": 22\r\n },\r\n {\r\n \"baseIpAddress\": \"117.18.232.0\",\r\n \"prefixLength\": 21\r\n },\r\n {\r\n \"baseIpAddress\": \"117.103.183.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"120.132.137.0\",\r\n \"prefixLength\": 25\r\n },\r\n {\r\n \"baseIpAddress\": \"121.156.59.224\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"121.189.46.0\",\r\n \"prefixLength\": 23\r\n },\r\n {\r\n \"baseIpAddress\": \"152.195.0.0\",\r\n \"prefixLength\": 16\r\n },\r\n {\r\n \"baseIpAddress\": \"180.240.184.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"192.16.0.0\",\r\n \"prefixLength\": 18\r\n },\r\n {\r\n \"baseIpAddress\": \"192.30.0.0\",\r\n \"prefixLength\": 19\r\n },\r\n {\r\n \"baseIpAddress\": \"192.229.128.0\",\r\n \"prefixLength\": 17\r\n },\r\n {\r\n \"baseIpAddress\": \"194.255.210.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"198.7.16.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"203.74.4.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"213.64.234.0\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"213.65.58.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"68.140.206.0\",\r\n \"prefixLength\": 23\r\n },\r\n {\r\n \"baseIpAddress\": \"68.130.0.0\",\r\n \"prefixLength\": 17\r\n },\r\n {\r\n \"baseIpAddress\": \"152.190.247.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"65.222.137.0\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.222.145.128\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.198.79.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.199.146.192\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.200.151.160\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"65.200.157.192\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"68.130.128.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"68.130.136.0\",\r\n \"prefixLength\": 21\r\n },\r\n {\r\n \"baseIpAddress\": \"65.200.46.128\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"213.175.80.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"152.199.0.0\",\r\n \"prefixLength\": 16\r\n },\r\n {\r\n \"baseIpAddress\": \"36.67.255.152\",\r\n \"prefixLength\": 29\r\n },\r\n {\r\n \"baseIpAddress\": \"194.255.242.160\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"195.67.219.64\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"88.194.47.224\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"203.66.205.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"110.164.36.0\",\r\n \"prefixLength\": 24\r\n }\r\n ],\r\n \"ipv6Addresses\": [\r\n {\r\n \"baseIpAddress\": \"2001:2011:c002::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2001:2040:c006::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2001:2060:bffb::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2001:b032:c101::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2405:8f00:edca::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2405:8f00:edcb::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2606:2800::\",\r\n \"prefixLength\": 32\r\n },\r\n {\r\n \"baseIpAddress\": \"2600:40ff:fffb::\",\r\n \"prefixLength\": 56\r\n },\r\n {\r\n \"baseIpAddress\": \"2a02:16d8:103::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2600:40fc::\",\r\n \"prefixLength\": 32\r\n },\r\n {\r\n \"baseIpAddress\": \"2403:6200:ffff:ffa1::\",\r\n \"prefixLength\": 64\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"Premium_Verizon\",\r\n \"id\": \"/providers/Microsoft.Cdn/edgenodes/Premium_Verizon\",\r\n \"type\": \"Microsoft.Cdn/edgenodes\",\r\n \"properties\": {\r\n \"ipAddressGroups\": [\r\n {\r\n \"deliveryRegion\": \"All\",\r\n \"ipv4Addresses\": [\r\n {\r\n \"baseIpAddress\": \"5.104.64.0\",\r\n \"prefixLength\": 21\r\n },\r\n {\r\n \"baseIpAddress\": \"46.22.64.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"61.221.181.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"68.232.32.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"72.21.80.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"88.194.45.128\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"93.184.208.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"101.226.203.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"108.161.240.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"110.232.176.0\",\r\n \"prefixLength\": 22\r\n },\r\n {\r\n \"baseIpAddress\": \"117.18.232.0\",\r\n \"prefixLength\": 21\r\n },\r\n {\r\n \"baseIpAddress\": \"117.103.183.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"120.132.137.0\",\r\n \"prefixLength\": 25\r\n },\r\n {\r\n \"baseIpAddress\": \"121.156.59.224\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"121.189.46.0\",\r\n \"prefixLength\": 23\r\n },\r\n {\r\n \"baseIpAddress\": \"152.195.0.0\",\r\n \"prefixLength\": 16\r\n },\r\n {\r\n \"baseIpAddress\": \"180.240.184.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"192.16.0.0\",\r\n \"prefixLength\": 18\r\n },\r\n {\r\n \"baseIpAddress\": \"192.30.0.0\",\r\n \"prefixLength\": 19\r\n },\r\n {\r\n \"baseIpAddress\": \"192.229.128.0\",\r\n \"prefixLength\": 17\r\n },\r\n {\r\n \"baseIpAddress\": \"194.255.210.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"198.7.16.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"203.74.4.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"213.64.234.0\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"213.65.58.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"68.140.206.0\",\r\n \"prefixLength\": 23\r\n },\r\n {\r\n \"baseIpAddress\": \"68.130.0.0\",\r\n \"prefixLength\": 17\r\n },\r\n {\r\n \"baseIpAddress\": \"152.190.247.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"65.222.137.0\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.222.145.128\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.198.79.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.199.146.192\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.200.151.160\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"65.200.157.192\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"68.130.128.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"68.130.136.0\",\r\n \"prefixLength\": 21\r\n },\r\n {\r\n \"baseIpAddress\": \"65.200.46.128\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"213.175.80.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"152.199.0.0\",\r\n \"prefixLength\": 16\r\n },\r\n {\r\n \"baseIpAddress\": \"36.67.255.152\",\r\n \"prefixLength\": 29\r\n },\r\n {\r\n \"baseIpAddress\": \"194.255.242.160\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"195.67.219.64\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"88.194.47.224\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"203.66.205.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"110.164.36.0\",\r\n \"prefixLength\": 24\r\n }\r\n ],\r\n \"ipv6Addresses\": [\r\n {\r\n \"baseIpAddress\": \"2001:2011:c002::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2001:2040:c006::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2001:2060:bffb::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2001:b032:c101::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2405:8f00:edca::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2405:8f00:edcb::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2606:2800::\",\r\n \"prefixLength\": 32\r\n },\r\n {\r\n \"baseIpAddress\": \"2600:40ff:fffb::\",\r\n \"prefixLength\": 56\r\n },\r\n {\r\n \"baseIpAddress\": \"2a02:16d8:103::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2600:40fc::\",\r\n \"prefixLength\": 32\r\n },\r\n {\r\n \"baseIpAddress\": \"2403:6200:ffff:ffa1::\",\r\n \"prefixLength\": 64\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"Custom_Verizon\",\r\n \"id\": \"/providers/Microsoft.Cdn/edgenodes/Custom_Verizon\",\r\n \"type\": \"Microsoft.Cdn/edgenodes\",\r\n \"properties\": {\r\n \"ipAddressGroups\": [\r\n {\r\n \"deliveryRegion\": \"All\",\r\n \"ipv4Addresses\": [\r\n {\r\n \"baseIpAddress\": \"5.104.64.0\",\r\n \"prefixLength\": 21\r\n },\r\n {\r\n \"baseIpAddress\": \"46.22.64.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"61.221.181.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"68.232.32.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"72.21.80.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"88.194.45.128\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"93.184.208.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"101.226.203.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"108.161.240.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"110.232.176.0\",\r\n \"prefixLength\": 22\r\n },\r\n {\r\n \"baseIpAddress\": \"117.18.232.0\",\r\n \"prefixLength\": 21\r\n },\r\n {\r\n \"baseIpAddress\": \"117.103.183.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"120.132.137.0\",\r\n \"prefixLength\": 25\r\n },\r\n {\r\n \"baseIpAddress\": \"121.156.59.224\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"121.189.46.0\",\r\n \"prefixLength\": 23\r\n },\r\n {\r\n \"baseIpAddress\": \"152.195.0.0\",\r\n \"prefixLength\": 16\r\n },\r\n {\r\n \"baseIpAddress\": \"180.240.184.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"192.16.0.0\",\r\n \"prefixLength\": 18\r\n },\r\n {\r\n \"baseIpAddress\": \"192.30.0.0\",\r\n \"prefixLength\": 19\r\n },\r\n {\r\n \"baseIpAddress\": \"192.229.128.0\",\r\n \"prefixLength\": 17\r\n },\r\n {\r\n \"baseIpAddress\": \"194.255.210.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"198.7.16.0\",\r\n \"prefixLength\": 20\r\n },\r\n {\r\n \"baseIpAddress\": \"203.74.4.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"213.64.234.0\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"213.65.58.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"68.140.206.0\",\r\n \"prefixLength\": 23\r\n },\r\n {\r\n \"baseIpAddress\": \"68.130.0.0\",\r\n \"prefixLength\": 17\r\n },\r\n {\r\n \"baseIpAddress\": \"152.190.247.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"65.222.137.0\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.222.145.128\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.198.79.64\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.199.146.192\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"65.200.151.160\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"65.200.157.192\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"68.130.128.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"68.130.136.0\",\r\n \"prefixLength\": 21\r\n },\r\n {\r\n \"baseIpAddress\": \"65.200.46.128\",\r\n \"prefixLength\": 26\r\n },\r\n {\r\n \"baseIpAddress\": \"213.175.80.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"152.199.0.0\",\r\n \"prefixLength\": 16\r\n },\r\n {\r\n \"baseIpAddress\": \"36.67.255.152\",\r\n \"prefixLength\": 29\r\n },\r\n {\r\n \"baseIpAddress\": \"194.255.242.160\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"195.67.219.64\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"88.194.47.224\",\r\n \"prefixLength\": 27\r\n },\r\n {\r\n \"baseIpAddress\": \"203.66.205.0\",\r\n \"prefixLength\": 24\r\n },\r\n {\r\n \"baseIpAddress\": \"110.164.36.0\",\r\n \"prefixLength\": 24\r\n }\r\n ],\r\n \"ipv6Addresses\": [\r\n {\r\n \"baseIpAddress\": \"2001:2011:c002::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2001:2040:c006::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2001:2060:bffb::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2001:b032:c101::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2405:8f00:edca::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2405:8f00:edcb::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2606:2800::\",\r\n \"prefixLength\": 32\r\n },\r\n {\r\n \"baseIpAddress\": \"2600:40ff:fffb::\",\r\n \"prefixLength\": 56\r\n },\r\n {\r\n \"baseIpAddress\": \"2a02:16d8:103::\",\r\n \"prefixLength\": 48\r\n },\r\n {\r\n \"baseIpAddress\": \"2600:40fc::\",\r\n \"prefixLength\": 32\r\n },\r\n {\r\n \"baseIpAddress\": \"2403:6200:ffff:ffa1::\",\r\n \"prefixLength\": 64\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/NameAvailabilityTests/EndpointCheckNameAvailabilityTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/NameAvailabilityTests/EndpointCheckNameAvailabilityTest.json index 5bd567d30f541..230e3c47ffc5a 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/NameAvailabilityTests/EndpointCheckNameAvailabilityTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/NameAvailabilityTests/EndpointCheckNameAvailabilityTest.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/providers/Microsoft.Cdn/checkNameAvailability?api-version=2019-04-15", - "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL2NoZWNrTmFtZUF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/providers/Microsoft.Cdn/checkNameAvailability?api-version=2020-04-15", + "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL2NoZWNrTmFtZUF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"endpoint-unique7508\",\r\n \"type\": \"Microsoft.Cdn/Profiles/Endpoints\"\r\n}", + "RequestBody": "{\r\n \"name\": \"endpoint-unique2798\",\r\n \"type\": \"Microsoft.Cdn/Profiles/Endpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "14d83afb-59eb-4c49-851d-eb7c6f80bd91" + "0ba5adfd-b033-4677-8094-52590b28a080" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -29,20 +29,14 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:01:02 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "7c6d3d7f-9049-4d49-8375-dfeb5cd7d009" + "19a0f0f5-bcc9-444e-a57e-a49ad65c8494" ], "x-ms-client-request-id": [ - "14d83afb-59eb-4c49-851d-eb7c6f80bd91" + "0ba5adfd-b033-4677-8094-52590b28a080" ], "OData-Version": [ "4.0" @@ -50,6 +44,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -60,14 +57,17 @@ "1199" ], "x-ms-correlation-request-id": [ - "7af505ec-9a70-4dd4-993b-5270a7b98ea0" + "0760bd18-4f60-4e30-a1ca-edb786ad634a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010103Z:7af505ec-9a70-4dd4-993b-5270a7b98ea0" + "WESTUS:20200714T011218Z:0760bd18-4f60-4e30-a1ca-edb786ad634a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:12:18 GMT" + ], "Content-Length": [ "57" ], @@ -82,22 +82,22 @@ "StatusCode": 200 }, { - "RequestUri": "/providers/Microsoft.Cdn/checkNameAvailability?api-version=2019-04-15", - "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL2NoZWNrTmFtZUF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/providers/Microsoft.Cdn/checkNameAvailability?api-version=2020-04-15", + "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL2NoZWNrTmFtZUF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"endpoint-unique7508\",\r\n \"type\": \"Microsoft.Cdn/Profiles/Endpoints\"\r\n}", + "RequestBody": "{\r\n \"name\": \"endpoint-unique2798\",\r\n \"type\": \"Microsoft.Cdn/Profiles/Endpoints\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2d57de28-fdb5-47bf-8faf-37e9d5087243" + "749e38f6-c5fa-4d5e-b272-12e0a66935df" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -110,20 +110,14 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:01:48 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "a180712b-f76e-4d32-ac31-7c9f1c81a570" + "aad8252f-b439-433f-8e77-1b180a72566d" ], "x-ms-client-request-id": [ - "2d57de28-fdb5-47bf-8faf-37e9d5087243" + "749e38f6-c5fa-4d5e-b272-12e0a66935df" ], "OData-Version": [ "4.0" @@ -131,6 +125,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -138,17 +135,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-tenant-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "b6b6e704-c85c-4fa7-b584-bf08f551ef60" + "7a5db11c-db28-49a9-93f2-60f61f8bb2dd" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010149Z:b6b6e704-c85c-4fa7-b584-bf08f551ef60" + "WESTUS:20200714T011323Z:7a5db11c-db28-49a9-93f2-60f61f8bb2dd" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:13:22 GMT" + ], "Content-Length": [ "94" ], @@ -163,21 +163,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9648?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5NjQ4P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7332?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3MzMyP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "87dcb762-f21c-48c8-b7a8-d71b9073a5c5" + "a7ac1b5f-56d6-4397-a458-ad9e366d5403" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -191,9 +191,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:01:03 GMT" - ], "Pragma": [ "no-cache" ], @@ -201,13 +198,13 @@ "1199" ], "x-ms-request-id": [ - "3db74a0d-3a4c-423a-98d7-fbe9d9b9f083" + "66245ca5-0fd2-48a8-8936-25b6a6fd9024" ], "x-ms-correlation-request-id": [ - "3db74a0d-3a4c-423a-98d7-fbe9d9b9f083" + "66245ca5-0fd2-48a8-8936-25b6a6fd9024" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010103Z:3db74a0d-3a4c-423a-98d7-fbe9d9b9f083" + "WESTUS:20200714T011219Z:66245ca5-0fd2-48a8-8936-25b6a6fd9024" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -215,6 +212,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:12:18 GMT" + ], "Content-Length": [ "193" ], @@ -225,26 +225,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9648\",\r\n \"name\": \"cdnResourceGroup9648\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7332\",\r\n \"name\": \"cdnResourceGroup7332\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9648/providers/Microsoft.Cdn/profiles/profile4367?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0MzY3P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7332/providers/Microsoft.Cdn/profiles/profile2750?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3MzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyNzUwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b4a836af-cea1-444b-bd67-7f0a3efdc7c4" + "6a737431-31b3-4397-9a18-003e4bb28f97" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -257,26 +257,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:01:04 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "ef0c3e1a-4faa-4a7e-a2fc-7172835d70aa" + "c35b475a-3e53-4911-8f41-ef38905683e4" ], "x-ms-client-request-id": [ - "b4a836af-cea1-444b-bd67-7f0a3efdc7c4" + "6a737431-31b3-4397-9a18-003e4bb28f97" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9648/providers/Microsoft.Cdn/operationresults/00645455-e077-49af-8ee8-788db84c5aeb?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7332/providers/Microsoft.Cdn/operationresults/115db29a-28c6-47ad-b9c4-48e85a3c529f?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -284,24 +278,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "cc4afbac-4dc4-4737-a22e-f869806d3acf" + "37b5d5ce-aded-42de-b112-ec076985c935" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010105Z:cc4afbac-4dc4-4737-a22e-f869806d3acf" + "WESTUS:20200714T011224Z:37b5d5ce-aded-42de-b112-ec076985c935" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:12:24 GMT" + ], "Content-Length": [ "398" ], @@ -312,40 +312,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile4367\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9648/providers/Microsoft.Cdn/profiles/profile4367\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile2750\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7332/providers/Microsoft.Cdn/profiles/profile2750\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9648/providers/Microsoft.Cdn/operationresults/00645455-e077-49af-8ee8-788db84c5aeb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMDA2NDU0NTUtZTA3Ny00OWFmLThlZTgtNzg4ZGI4NGM1YWViP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7332/providers/Microsoft.Cdn/operationresults/115db29a-28c6-47ad-b9c4-48e85a3c529f?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3MzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMTE1ZGIyOWEtMjhjNi00N2FkLWI5YzQtNDhlODVhM2M1MjlmP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:01:15 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "1e2bec2d-187b-4e80-ba2c-1a46cb83e1e9" + "a44776d4-65b9-4c3c-8da1-3418fdb7c555" ], "x-ms-client-request-id": [ - "a0423dd3-03df-471f-84ab-fdef07969933" + "17d62c15-a4f6-4589-ac24-cb49dcacdc92" ], "OData-Version": [ "4.0" @@ -353,6 +347,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -360,17 +357,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "ebb72e27-cd8c-43e8-9172-270920192c04" + "ee92624b-922d-4482-aa0f-71240baf6ece" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010115Z:ebb72e27-cd8c-43e8-9172-270920192c04" + "WESTUS:20200714T011234Z:ee92624b-922d-4482-aa0f-71240baf6ece" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:12:34 GMT" + ], "Content-Length": [ "78" ], @@ -385,36 +385,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9648/providers/Microsoft.Cdn/operationresults/00645455-e077-49af-8ee8-788db84c5aeb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMDA2NDU0NTUtZTA3Ny00OWFmLThlZTgtNzg4ZGI4NGM1YWViP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7332/providers/Microsoft.Cdn/operationresults/115db29a-28c6-47ad-b9c4-48e85a3c529f?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3MzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMTE1ZGIyOWEtMjhjNi00N2FkLWI5YzQtNDhlODVhM2M1MjlmP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:01:25 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "8997fe1e-663d-4b3c-9798-1055f043ef51" + "399cd3e1-2909-4e1c-9712-6ff6902d1429" ], "x-ms-client-request-id": [ - "3e131417-7143-4a80-ae4f-252b82fc9f4d" + "7c099cef-31f2-45aa-a1e4-1f4e75d33905" ], "OData-Version": [ "4.0" @@ -422,6 +416,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -429,17 +426,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "1a68ee94-a1bc-4bc7-9a83-4dc21c610f07" + "0a490263-90da-4d42-8dc6-502606f26b02" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010125Z:1a68ee94-a1bc-4bc7-9a83-4dc21c610f07" + "WESTUS:20200714T011245Z:0a490263-90da-4d42-8dc6-502606f26b02" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:12:44 GMT" + ], "Content-Length": [ "78" ], @@ -454,36 +454,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9648/providers/Microsoft.Cdn/operationresults/00645455-e077-49af-8ee8-788db84c5aeb?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMDA2NDU0NTUtZTA3Ny00OWFmLThlZTgtNzg4ZGI4NGM1YWViP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7332/providers/Microsoft.Cdn/operationresults/115db29a-28c6-47ad-b9c4-48e85a3c529f?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3MzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMTE1ZGIyOWEtMjhjNi00N2FkLWI5YzQtNDhlODVhM2M1MjlmP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:01:35 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "47730358-02f4-4494-83af-0e0712758209" + "994e7aee-6de2-4519-b094-9f205af8c113" ], "x-ms-client-request-id": [ - "afcfb882-a1f2-43ce-97a0-31c28586022a" + "f8978768-22b4-41a0-8058-30dd97164bf2" ], "OData-Version": [ "4.0" @@ -491,6 +485,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -498,17 +495,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "e735e08b-aeea-4eba-8862-3739434108ce" + "6319548f-c1de-473e-b184-05922d4fadb1" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010135Z:e735e08b-aeea-4eba-8862-3739434108ce" + "WESTUS:20200714T011255Z:6319548f-c1de-473e-b184-05922d4fadb1" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:12:54 GMT" + ], "Content-Length": [ "77" ], @@ -523,36 +523,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9648/providers/Microsoft.Cdn/profiles/profile4367?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0MzY3P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7332/providers/Microsoft.Cdn/profiles/profile2750?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3MzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyNzUwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:01:35 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "540b6e6c-9172-4811-be40-d8e3ca18f328" + "417d20bb-a0c6-464e-971d-985710bc2619" ], "x-ms-client-request-id": [ - "b2a25048-a66b-451f-918d-bd83f5b54506" + "be4d36fb-db71-43ee-a338-16b4df1ec5e4" ], "OData-Version": [ "4.0" @@ -560,24 +554,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "d4d463f8-18c7-4e7d-942d-f6a816ee4fea" + "6465bfa2-b56f-4467-ae58-732a33dc9425" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010136Z:d4d463f8-18c7-4e7d-942d-f6a816ee4fea" + "WESTUS:20200714T011256Z:6465bfa2-b56f-4467-ae58-732a33dc9425" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:12:55 GMT" + ], "Content-Length": [ "397" ], @@ -588,26 +588,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile4367\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9648/providers/Microsoft.Cdn/profiles/profile4367\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile2750\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7332/providers/Microsoft.Cdn/profiles/profile2750\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9648/providers/Microsoft.Cdn/profiles/profile4367/endpoints/endpoint-unique7508?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0MzY3L2VuZHBvaW50cy9lbmRwb2ludC11bmlxdWU3NTA4P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7332/providers/Microsoft.Cdn/profiles/profile2750/endpoints/endpoint-unique2798?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3MzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyNzUwL2VuZHBvaW50cy9lbmRwb2ludC11bmlxdWUyNzk4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "75e650a0-d8ca-4ec2-a648-cfdfe312dd72" + "fa49de50-9150-46ac-8023-a746db015372" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -620,26 +620,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:01:37 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "bf35ead7-d1bd-4a00-9431-d0a42a7892a2" + "f18ca57b-c65b-40dd-ab73-6d557c4f0f80" ], "x-ms-client-request-id": [ - "75e650a0-d8ca-4ec2-a648-cfdfe312dd72" + "fa49de50-9150-46ac-8023-a746db015372" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9648/providers/Microsoft.Cdn/operationresults/ce1e1cf5-c81c-45bf-bbe6-b480c6b876e3?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7332/providers/Microsoft.Cdn/operationresults/c31f9dd9-b7c5-465d-ba7f-cf86f32e3d01?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -647,26 +641,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "99" ], "x-ms-correlation-request-id": [ - "4e302027-0bfe-4796-b2fb-0ebed493c713" + "d23d6eca-e00a-48e7-8c52-aabecd000ad5" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010137Z:4e302027-0bfe-4796-b2fb-0ebed493c713" + "WESTUS:20200714T011259Z:d23d6eca-e00a-48e7-8c52-aabecd000ad5" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:12:59 GMT" + ], "Content-Length": [ - "911" + "1215" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -675,40 +675,103 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint-unique7508\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9648/providers/Microsoft.Cdn/profiles/profile4367/endpoints/endpoint-unique7508\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint-unique7508.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint-unique2798\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7332/providers/Microsoft.Cdn/profiles/profile2750/endpoints/endpoint-unique2798\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint-unique2798.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9648/providers/Microsoft.Cdn/operationresults/ce1e1cf5-c81c-45bf-bbe6-b480c6b876e3?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvY2UxZTFjZjUtYzgxYy00NWJmLWJiZTYtYjQ4MGM2Yjg3NmUzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7332/providers/Microsoft.Cdn/operationresults/c31f9dd9-b7c5-465d-ba7f-cf86f32e3d01?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3MzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYzMxZjlkZDktYjdjNS00NjVkLWJhN2YtY2Y4NmYzMmUzZDAxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:01:47 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "0aa1b257-f6b9-4c36-8343-c45d93283231" + ], + "x-ms-client-request-id": [ + "7c3d4adc-443c-4c96-bfa7-22b591090c16" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-IIS/8.5" ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "067864bf-74d9-4ded-b434-eccf399625d6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T011310Z:067864bf-74d9-4ded-b434-eccf399625d6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:13:09 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7332/providers/Microsoft.Cdn/operationresults/c31f9dd9-b7c5-465d-ba7f-cf86f32e3d01?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3MzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYzMxZjlkZDktYjdjNS00NjVkLWJhN2YtY2Y4NmYzMmUzZDAxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-request-id": [ - "b7339832-fc6d-4ad8-906d-5433cfbfe276" + "d16c5d57-4ada-4190-81d0-f504d97db820" ], "x-ms-client-request-id": [ - "355811d3-70ef-4776-9ebc-08ed81ba49c5" + "2c54cdd9-0555-47af-9b5b-ffb3eb8bc43d" ], "OData-Version": [ "4.0" @@ -716,6 +779,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -723,17 +789,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "92083826-5467-4b0b-a18d-784479c098db" + "6d4d2d6e-f930-4aa8-bc21-029968daafde" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010148Z:92083826-5467-4b0b-a18d-784479c098db" + "WESTUS:20200714T011320Z:6d4d2d6e-f930-4aa8-bc21-029968daafde" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:13:19 GMT" + ], "Content-Length": [ "77" ], @@ -748,36 +817,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9648/providers/Microsoft.Cdn/profiles/profile4367/endpoints/endpoint-unique7508?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0MzY3L2VuZHBvaW50cy9lbmRwb2ludC11bmlxdWU3NTA4P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7332/providers/Microsoft.Cdn/profiles/profile2750/endpoints/endpoint-unique2798?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3MzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyNzUwL2VuZHBvaW50cy9lbmRwb2ludC11bmlxdWUyNzk4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:01:48 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "f989ae0b-a6d8-4eee-ab9f-8bd754bc9ffa" + "548faf84-a182-451d-b356-7b4e05c7037c" ], "x-ms-client-request-id": [ - "0280af99-4306-463b-af38-b3408e30c454" + "496ad571-dd13-4fbe-b894-1b3fdcaad28e" ], "OData-Version": [ "4.0" @@ -785,26 +848,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "3597e6cb-ec6a-4233-9d79-65afaac7f650" + "6fd1146c-0287-4a7f-9648-c305de86b445" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010149Z:3597e6cb-ec6a-4233-9d79-65afaac7f650" + "WESTUS:20200714T011321Z:6fd1146c-0287-4a7f-9648-c305de86b445" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:13:20 GMT" + ], "Content-Length": [ - "911" + "1215" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -813,25 +882,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint-unique7508\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9648/providers/Microsoft.Cdn/profiles/profile4367/endpoints/endpoint-unique7508\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint-unique7508.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint-unique2798\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7332/providers/Microsoft.Cdn/profiles/profile2750/endpoints/endpoint-unique2798\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint-unique2798.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9648?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5NjQ4P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7332?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3MzMyP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "acd25c92-92ad-44cc-ac2a-37982115c20d" + "3bac3247-1f20-40f3-8a04-00017e4b419e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -839,14 +908,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:01:49 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -855,13 +921,13 @@ "14999" ], "x-ms-request-id": [ - "b6391c5e-554c-417b-ba89-418ed5ddf87d" + "105d27d5-b7e1-4e1b-b1ce-0010d29fa526" ], "x-ms-correlation-request-id": [ - "b6391c5e-554c-417b-ba89-418ed5ddf87d" + "105d27d5-b7e1-4e1b-b1ce-0010d29fa526" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010150Z:b6391c5e-554c-417b-ba89-418ed5ddf87d" + "WESTUS:20200714T011323Z:105d27d5-b7e1-4e1b-b1ce-0010d29fa526" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -869,26 +935,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:13:22 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFkwT0MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOek16TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -896,29 +965,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:02:05 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-request-id": [ - "39095ae2-542e-4691-9cba-18eaaf8b84cc" + "3e51a026-0d85-4ee6-bf9f-098fb4d05b5a" ], "x-ms-correlation-request-id": [ - "39095ae2-542e-4691-9cba-18eaaf8b84cc" + "3e51a026-0d85-4ee6-bf9f-098fb4d05b5a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010205Z:39095ae2-542e-4691-9cba-18eaaf8b84cc" + "WESTUS:20200714T011338Z:3e51a026-0d85-4ee6-bf9f-098fb4d05b5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -926,26 +992,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:13:37 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFkwT0MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOek16TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -953,29 +1022,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:02:19 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-request-id": [ - "4d15031c-c730-4920-abe7-15557257e67b" + "73a78193-c05d-4cff-a1f8-f7aadc9a87f7" ], "x-ms-correlation-request-id": [ - "4d15031c-c730-4920-abe7-15557257e67b" + "73a78193-c05d-4cff-a1f8-f7aadc9a87f7" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010220Z:4d15031c-c730-4920-abe7-15557257e67b" + "WESTUS:20200714T011353Z:73a78193-c05d-4cff-a1f8-f7aadc9a87f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -983,26 +1049,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:13:53 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFkwT0MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOek16TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1010,29 +1079,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:02:34 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-request-id": [ - "e6a5c22f-338b-4456-8464-f1c102bb1e8c" + "c3c18711-43d0-451e-afb1-c4bb4d78ad5b" ], "x-ms-correlation-request-id": [ - "e6a5c22f-338b-4456-8464-f1c102bb1e8c" + "c3c18711-43d0-451e-afb1-c4bb4d78ad5b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010235Z:e6a5c22f-338b-4456-8464-f1c102bb1e8c" + "WESTUS:20200714T011408Z:c3c18711-43d0-451e-afb1-c4bb4d78ad5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1040,26 +1106,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:14:08 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFkwT0MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOek16TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1067,29 +1136,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:02:49 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-request-id": [ - "02bb762b-77a7-4df9-827e-33eb2205a6f8" + "918efa1a-e95c-4179-b78b-9255d4d66380" ], "x-ms-correlation-request-id": [ - "02bb762b-77a7-4df9-827e-33eb2205a6f8" + "918efa1a-e95c-4179-b78b-9255d4d66380" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010250Z:02bb762b-77a7-4df9-827e-33eb2205a6f8" + "WESTUS:20200714T011423Z:918efa1a-e95c-4179-b78b-9255d4d66380" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1097,26 +1163,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:14:23 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFkwT0MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOek16TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1124,29 +1193,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:03:04 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-request-id": [ - "17dc6327-3dca-4028-bb3c-41bbf918e53c" + "a26f7311-d3bf-47c0-874b-8b2e73cea85f" ], "x-ms-correlation-request-id": [ - "17dc6327-3dca-4028-bb3c-41bbf918e53c" + "a26f7311-d3bf-47c0-874b-8b2e73cea85f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010305Z:17dc6327-3dca-4028-bb3c-41bbf918e53c" + "WESTUS:20200714T011438Z:a26f7311-d3bf-47c0-874b-8b2e73cea85f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1154,26 +1220,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:14:38 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFkwT0MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOek16TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1181,29 +1250,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:03:20 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-request-id": [ - "d7f4dfe6-a512-41e4-bc95-7ea74003243c" + "45190799-17a1-4bf6-b764-d66704e049ca" ], "x-ms-correlation-request-id": [ - "d7f4dfe6-a512-41e4-bc95-7ea74003243c" + "45190799-17a1-4bf6-b764-d66704e049ca" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010320Z:d7f4dfe6-a512-41e4-bc95-7ea74003243c" + "WESTUS:20200714T011453Z:45190799-17a1-4bf6-b764-d66704e049ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1211,26 +1277,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:14:53 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFkwT0MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOek16TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1238,29 +1307,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:03:35 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-request-id": [ - "b1880363-2178-4557-a243-2592fe791b40" + "9f9ea1a7-dac2-4187-add7-4c060e3ceeb5" ], "x-ms-correlation-request-id": [ - "b1880363-2178-4557-a243-2592fe791b40" + "9f9ea1a7-dac2-4187-add7-4c060e3ceeb5" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010335Z:b1880363-2178-4557-a243-2592fe791b40" + "WESTUS:20200714T011508Z:9f9ea1a7-dac2-4187-add7-4c060e3ceeb5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1268,26 +1334,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:15:08 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFkwT0MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOek16TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1295,29 +1364,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:03:50 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-request-id": [ - "433ffd50-6eb5-4167-be65-17f60cd1a592" + "db7b53f5-89cd-406d-a94b-66a28f18355d" ], "x-ms-correlation-request-id": [ - "433ffd50-6eb5-4167-be65-17f60cd1a592" + "db7b53f5-89cd-406d-a94b-66a28f18355d" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010350Z:433ffd50-6eb5-4167-be65-17f60cd1a592" + "WESTUS:20200714T011523Z:db7b53f5-89cd-406d-a94b-66a28f18355d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1325,26 +1391,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:15:22 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFkwT0MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOek16TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1352,29 +1421,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:04:05 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11991" ], "x-ms-request-id": [ - "da1da892-5f00-411e-8202-e0b2a477aa8d" + "705714c1-bc98-4943-befb-2ad5534dd549" ], "x-ms-correlation-request-id": [ - "da1da892-5f00-411e-8202-e0b2a477aa8d" + "705714c1-bc98-4943-befb-2ad5534dd549" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010405Z:da1da892-5f00-411e-8202-e0b2a477aa8d" + "WESTUS:20200714T011538Z:705714c1-bc98-4943-befb-2ad5534dd549" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1382,26 +1448,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:15:37 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFkwT0MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOek16TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1409,29 +1478,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:04:20 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11990" ], "x-ms-request-id": [ - "a8a62064-8b28-4e5e-979b-480b94444ae3" + "38e5f070-7bee-4839-857e-aec447281e65" ], "x-ms-correlation-request-id": [ - "a8a62064-8b28-4e5e-979b-480b94444ae3" + "38e5f070-7bee-4839-857e-aec447281e65" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010420Z:a8a62064-8b28-4e5e-979b-480b94444ae3" + "WESTUS:20200714T011553Z:38e5f070-7bee-4839-857e-aec447281e65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1439,26 +1505,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:15:53 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFkwT0MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOek16TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1466,23 +1535,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:04:34 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11989" ], "x-ms-request-id": [ - "f07519fa-6b9d-44f1-bb35-73507e010218" + "06c93913-c87b-4363-a296-2d6ddcc83d03" ], "x-ms-correlation-request-id": [ - "f07519fa-6b9d-44f1-bb35-73507e010218" + "06c93913-c87b-4363-a296-2d6ddcc83d03" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010435Z:f07519fa-6b9d-44f1-bb35-73507e010218" + "WESTUS:20200714T011608Z:06c93913-c87b-4363-a296-2d6ddcc83d03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1490,26 +1556,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:16:08 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFkwT0MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOek16TWkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1517,23 +1586,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:04:35 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11988" ], "x-ms-request-id": [ - "a7751eb5-fc83-40d5-805e-0e64228e6224" + "40964b47-3575-418c-b2b1-e71845685dcc" ], "x-ms-correlation-request-id": [ - "a7751eb5-fc83-40d5-805e-0e64228e6224" + "40964b47-3575-418c-b2b1-e71845685dcc" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010435Z:a7751eb5-fc83-40d5-805e-0e64228e6224" + "WESTUS:20200714T011608Z:40964b47-3575-418c-b2b1-e71845685dcc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1541,11 +1607,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:16:08 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -1554,14 +1623,14 @@ ], "Names": { "EndpointCheckNameAvailabilityTest": [ - "endpoint-unique7508", - "profile4367" + "endpoint-unique2798", + "profile2750" ], "CreateResourceGroup": [ - "cdnResourceGroup9648" + "cdnResourceGroup7332" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/OperationsTests/ListOperationsTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/OperationsTests/ListOperationsTest.json index b03b84ce5cc82..23e053eafb093 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/OperationsTests/ListOperationsTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/OperationsTests/ListOperationsTest.json @@ -1,46 +1,43 @@ { "Entries": [ { - "RequestUri": "/providers/Microsoft.Cdn/operations?api-version=2019-04-15", - "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/providers/Microsoft.Cdn/operations?api-version=2020-04-15", + "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4561a23-9af0-455a-99b5-1cf9577acda8" + "6b6484c2-65ea-4ae0-a932-753bbd6e888f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:04:36 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "c1a05502-b891-4630-8ceb-e99340e8a4ea" + "48443db4-d207-46c8-9dde-a67bd397cddc" ], "x-ms-client-request-id": [ - "a4561a23-9af0-455a-99b5-1cf9577acda8" + "6b6484c2-65ea-4ae0-a932-753bbd6e888f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -51,16 +48,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "43ad4581-6b54-4558-b636-5229b14fea2c" + "d5daebcf-b59c-4797-ba9a-51ae764ec973" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010437Z:43ad4581-6b54-4558-b636-5229b14fea2c" + "WESTUS:20200714T015741Z:d5daebcf-b59c-4797-ba9a-51ae764ec973" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:57:41 GMT" + ], "Content-Length": [ - "10097" + "14546" ], "Content-Type": [ "application/json; charset=utf-8" @@ -69,12 +69,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Microsoft.Cdn/register/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Microsoft.Cdn Resource Provider\",\r\n \"operation\": \"Registers the Microsoft.Cdn Resource Provider\",\r\n \"description\": \"Registers the subscription for the CDN resource provider and enables the creation of CDN profiles.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operations/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Microsoft.Cdn Operations\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/edgenodes/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"EdgeNode\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/edgenodes/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"EdgeNode\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/edgenodes/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"EdgeNode\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/CheckResourceUsage/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"CheckResourceUsage\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/GenerateSsoUri/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"GenerateSsoUri\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/GetSupportedOptimizationTypes/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"GetSupportedOptimizationTypes\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/CheckResourceUsage/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"CheckResourceUsage\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/Start/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"Start\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/Stop/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"Stop\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/Purge/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"Purge\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/Load/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"Load\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/ValidateCustomDomain/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"ValidateCustomDomain\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/customdomains/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/customdomains/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/customdomains/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/customdomains/DisableCustomHttps/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"DisableCustomHttps\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/customdomains/EnableCustomHttps/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"EnableCustomHttps\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Origin\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Origin\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Origin\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"OperationResult\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"OperationResult\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"OperationResult\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/CheckResourceUsage/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"CheckResourceUsage\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/GenerateSsoUri/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"GenerateSsoUri\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/GetSupportedOptimizationTypes/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"GetSupportedOptimizationTypes\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/CheckResourceUsage/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"CheckResourceUsage\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/Start/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"Start\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/Stop/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"Stop\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/Purge/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"Purge\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/Load/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"Load\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/ValidateCustomDomain/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"ValidateCustomDomain\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/originresults/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Origin\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/originresults/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Origin\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/originresults/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Origin\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/customdomainresults/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/customdomainresults/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/customdomainresults/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/customdomainresults/DisableCustomHttps/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"DisableCustomHttps\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/customdomainresults/EnableCustomHttps/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"EnableCustomHttps\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CheckNameAvailability/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Microsoft.Cdn/\",\r\n \"operation\": \"CheckNameAvailability\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/ValidateProbe/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Microsoft.Cdn/\",\r\n \"operation\": \"ValidateProbe\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CheckResourceUsage/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Microsoft.Cdn/\",\r\n \"operation\": \"CheckResourceUsage\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"The log definition of profiles/endpoints\",\r\n \"operation\": \"Read profiles/endpoints log definitions\",\r\n \"description\": \"Gets the available logs for Microsoft.Cdn\"\r\n },\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"CoreAnalytics\",\r\n \"displayName\": \"Gets the metrics of the endpoint, e.g., bandwidth, egress, etc.\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"profiles/endpoints\",\r\n \"operation\": \"Read diagnostic settings\",\r\n \"description\": \"Gets the diagnostic settings for the resource\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"profiles/endpoints\",\r\n \"operation\": \"Write diagnostic settings\",\r\n \"description\": \"Creates or updates the diagnostic settings for the resource\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Microsoft.Cdn/register/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Microsoft.Cdn Resource Provider\",\r\n \"operation\": \"Registers the Microsoft.Cdn Resource Provider\",\r\n \"description\": \"Registers the subscription for the CDN resource provider and enables the creation of CDN profiles.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operations/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Microsoft.Cdn Operations\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/edgenodes/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"EdgeNode\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/edgenodes/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"EdgeNode\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/edgenodes/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"EdgeNode\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/CheckResourceUsage/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"CheckResourceUsage\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/GenerateSsoUri/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"GenerateSsoUri\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/GetSupportedOptimizationTypes/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"GetSupportedOptimizationTypes\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/CheckResourceUsage/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"CheckResourceUsage\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/Start/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"Start\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/Stop/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"Stop\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/Purge/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"Purge\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/Load/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"Load\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/ValidateCustomDomain/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"ValidateCustomDomain\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/customdomains/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/customdomains/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/customdomains/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/customdomains/DisableCustomHttps/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"DisableCustomHttps\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/customdomains/EnableCustomHttps/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"EnableCustomHttps\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Origin\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Origin\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Origin\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origingroups/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"OriginGroup\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origingroups/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"OriginGroup\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origingroups/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"OriginGroup\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"OperationResult\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"OperationResult\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"OperationResult\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/CheckResourceUsage/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"CheckResourceUsage\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/GenerateSsoUri/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"GenerateSsoUri\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/GetSupportedOptimizationTypes/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Profile\",\r\n \"operation\": \"GetSupportedOptimizationTypes\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/CheckResourceUsage/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"CheckResourceUsage\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/Start/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"Start\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/Stop/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"Stop\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/Purge/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"Purge\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/Load/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"Load\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/ValidateCustomDomain/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Endpoint\",\r\n \"operation\": \"ValidateCustomDomain\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/originresults/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Origin\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/originresults/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Origin\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/originresults/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Origin\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/customdomainresults/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/customdomainresults/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/customdomainresults/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/customdomainresults/DisableCustomHttps/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"DisableCustomHttps\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/customdomainresults/EnableCustomHttps/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"CustomDomain\",\r\n \"operation\": \"EnableCustomHttps\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/origingroupresults/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"OriginGroup\",\r\n \"operation\": \"read\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/origingroupresults/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"OriginGroup\",\r\n \"operation\": \"write\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/origingroupresults/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"OriginGroup\",\r\n \"operation\": \"delete\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CheckNameAvailability/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Microsoft.Cdn/\",\r\n \"operation\": \"CheckNameAvailability\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/ValidateProbe/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Microsoft.Cdn/\",\r\n \"operation\": \"ValidateProbe\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CheckResourceUsage/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"Microsoft.Cdn/\",\r\n \"operation\": \"CheckResourceUsage\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"The log definition of profiles/endpoints\",\r\n \"operation\": \"Read profiles/endpoints log definitions\",\r\n \"description\": \"Gets the available logs for Microsoft.Cdn/profiles/endpoints\"\r\n },\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"CoreAnalytics\",\r\n \"displayName\": \"Gets the metrics of the endpoint, e.g., bandwidth, egress, etc.\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Cdn/cdnwebapplicationfirewallpolicies/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"The log definition of cdnwebapplicationfirewallpolicies\",\r\n \"operation\": \"Read cdnwebapplicationfirewallpolicies log definitions\",\r\n \"description\": \"Gets the available logs for Microsoft.Cdn/cdnwebapplicationfirewallpolicies\"\r\n },\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"WebApplicationFirewallLogs\",\r\n \"displayName\": \"Web Appliation Firewall Logs\",\r\n \"blobDuration\": \"PT1M\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Cdn/profiles/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"The log definition of profiles\",\r\n \"operation\": \"Read profiles log definitions\",\r\n \"description\": \"Gets the available logs for Microsoft.Cdn/profiles\"\r\n },\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"AzureCdnAccessLog\",\r\n \"displayName\": \"Azure Cdn Access Log\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Cdn/cdnwebapplicationfirewallpolicies/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"The metric definition of cdnwebapplicationfirewallpolicies\",\r\n \"operation\": \"Read cdnwebapplicationfirewallpolicies metrics definitions\",\r\n \"description\": \"Gets the available metrics for Microsoft.Cdn\"\r\n },\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"WebApplicationFirewallRequestCount\",\r\n \"displayName\": \"Web Application Firewall Request Count\",\r\n \"displayDescription\": \"The number of client requests processed by the Web Application Firewall\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1M\"\r\n }\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT15M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ],\r\n \"dimensions\": [\r\n {\r\n \"name\": \"PolicyName\",\r\n \"displayName\": \"Policy Name\",\r\n \"internalName\": \"WebApplicationFirewallPolicyName\"\r\n },\r\n {\r\n \"name\": \"RuleName\",\r\n \"displayName\": \"Rule Name\",\r\n \"internalName\": \"WebApplicationFirewallRuleName\"\r\n },\r\n {\r\n \"name\": \"Action\",\r\n \"displayName\": \"Action\",\r\n \"internalName\": \"WebApplicationFirewallAction\"\r\n }\r\n ],\r\n \"sourceMdmAccount\": \"AzureFrontdoorShoebox\",\r\n \"sourceMdmNamespace\": \"Shoebox\",\r\n \"fillGapWithZero\": true,\r\n \"isInternal\": false\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"profiles/endpoints\",\r\n \"operation\": \"Read diagnostic settings\",\r\n \"description\": \"Gets the diagnostic settings for the resource\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Cdn/cdnwebapplicationfirewallpolicies/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"cdnwebapplicationfirewallpolicies\",\r\n \"operation\": \"Read diagnostic settings\",\r\n \"description\": \"Gets the diagnostic settings for the resource\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Cdn/profiles/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"profiles\",\r\n \"operation\": \"Read diagnostic settings\",\r\n \"description\": \"Gets the diagnostic settings for the resource\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"profiles/endpoints\",\r\n \"operation\": \"Write diagnostic settings\",\r\n \"description\": \"Creates or updates the diagnostic settings for the resource\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Cdn/cdnwebapplicationfirewallpolicies/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"cdnwebapplicationfirewallpolicies\",\r\n \"operation\": \"Write diagnostic settings\",\r\n \"description\": \"Creates or updates the diagnostic settings for the resource\"\r\n }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.Cdn/profiles/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft.Cdn\",\r\n \"resource\": \"profiles\",\r\n \"operation\": \"Write diagnostic settings\",\r\n \"description\": \"Creates or updates the diagnostic settings for the resource\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/OriginTests/OriginGetListTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/OriginTests/OriginGetListTest.json index 9e6fd1135f0c5..246aec47e203a 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/OriginTests/OriginGetListTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/OriginTests/OriginGetListTest.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9951?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5OTUxP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup341?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNDE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ca3a1769-18a0-452e-ba34-c72d3e861560" + "3e751035-0d4b-4946-bd06-6a38f6a478a8" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -29,9 +29,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:53:33 GMT" - ], "Pragma": [ "no-cache" ], @@ -39,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "79775bb8-93a2-47e3-8ae0-d2aa54cf06a7" + "bdb02228-6152-40a1-bc64-981be286c3e3" ], "x-ms-correlation-request-id": [ - "79775bb8-93a2-47e3-8ae0-d2aa54cf06a7" + "bdb02228-6152-40a1-bc64-981be286c3e3" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005334Z:79775bb8-93a2-47e3-8ae0-d2aa54cf06a7" + "WESTUS:20200714T010013Z:bdb02228-6152-40a1-bc64-981be286c3e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,8 +50,11 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:00:12 GMT" + ], "Content-Length": [ - "193" + "191" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9951\",\r\n \"name\": \"cdnResourceGroup9951\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup341\",\r\n \"name\": \"cdnResourceGroup341\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9951/providers/Microsoft.Cdn/profiles/profile4539?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0NTM5P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup341/providers/Microsoft.Cdn/profiles/profile4412?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTQ0MTI/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "41233230-1eb0-4031-960c-10e6d37aa57d" + "3f5340c8-3ffc-47e3-8dc8-a4924d951bc2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -95,26 +95,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:53:32 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "697b7f23-007a-401d-b1ff-41e8dd5d381f" + "aa213782-1fc0-48fc-b168-7b2cc4a08c26" ], "x-ms-client-request-id": [ - "41233230-1eb0-4031-960c-10e6d37aa57d" + "3f5340c8-3ffc-47e3-8dc8-a4924d951bc2" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9951/providers/Microsoft.Cdn/operationresults/e0efa1ec-f0f4-4454-9a4d-b53018b0e646?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup341/providers/Microsoft.Cdn/operationresults/f33f2bfe-31dc-4867-90a8-831bd47af799?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -122,26 +116,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "09d6621e-f034-44bd-b576-34480219cdbf" + "6d5d83eb-b487-42b5-b83c-a05f512fcd28" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005332Z:09d6621e-f034-44bd-b576-34480219cdbf" + "WESTUS:20200714T010019Z:6d5d83eb-b487-42b5-b83c-a05f512fcd28" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:00:18 GMT" + ], "Content-Length": [ - "398" + "397" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -150,40 +150,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile4539\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9951/providers/Microsoft.Cdn/profiles/profile4539\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile4412\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup341/providers/Microsoft.Cdn/profiles/profile4412\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9951/providers/Microsoft.Cdn/operationresults/e0efa1ec-f0f4-4454-9a4d-b53018b0e646?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZTBlZmExZWMtZjBmNC00NDU0LTlhNGQtYjUzMDE4YjBlNjQ2P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup341/providers/Microsoft.Cdn/operationresults/f33f2bfe-31dc-4867-90a8-831bd47af799?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9mMzNmMmJmZS0zMWRjLTQ4NjctOTBhOC04MzFiZDQ3YWY3OTk/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:53:42 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "a0d91f8b-e14b-4614-959b-19be00eb2070" + "004a9961-3f87-4f29-9759-6c67eb4ca114" ], "x-ms-client-request-id": [ - "9bf18e26-6f78-4cd1-92cc-7b3ae768729a" + "32ef9505-f82d-4eb0-b0a1-16b02c5a3612" ], "OData-Version": [ "4.0" @@ -191,6 +185,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -198,17 +195,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11999" ], "x-ms-correlation-request-id": [ - "558cbbb7-3071-43df-a483-916e898d9be0" + "e9935a7f-e89a-475c-ad12-267d7eb23f25" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005343Z:558cbbb7-3071-43df-a483-916e898d9be0" + "WESTUS:20200714T010029Z:e9935a7f-e89a-475c-ad12-267d7eb23f25" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:00:28 GMT" + ], "Content-Length": [ "78" ], @@ -223,36 +223,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9951/providers/Microsoft.Cdn/operationresults/e0efa1ec-f0f4-4454-9a4d-b53018b0e646?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZTBlZmExZWMtZjBmNC00NDU0LTlhNGQtYjUzMDE4YjBlNjQ2P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup341/providers/Microsoft.Cdn/operationresults/f33f2bfe-31dc-4867-90a8-831bd47af799?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9mMzNmMmJmZS0zMWRjLTQ4NjctOTBhOC04MzFiZDQ3YWY3OTk/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:53:52 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "d3051523-2bc1-4be8-ac9f-d8e96af082ee" + "e870d887-efc3-41b4-be04-d7b1088d4f70" ], "x-ms-client-request-id": [ - "c04daf08-8251-4a80-b5d2-ad2888069ee2" + "7c78a233-31d6-45a0-9afc-36cf461749cf" ], "OData-Version": [ "4.0" @@ -260,6 +254,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -267,17 +264,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11998" ], "x-ms-correlation-request-id": [ - "52b65c70-fa55-4fda-90b0-a363eb53eab8" + "618af4f2-2b99-4204-ad11-0466a4759591" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005353Z:52b65c70-fa55-4fda-90b0-a363eb53eab8" + "WESTUS:20200714T010040Z:618af4f2-2b99-4204-ad11-0466a4759591" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:00:39 GMT" + ], "Content-Length": [ "78" ], @@ -292,36 +292,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9951/providers/Microsoft.Cdn/operationresults/e0efa1ec-f0f4-4454-9a4d-b53018b0e646?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZTBlZmExZWMtZjBmNC00NDU0LTlhNGQtYjUzMDE4YjBlNjQ2P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup341/providers/Microsoft.Cdn/operationresults/f33f2bfe-31dc-4867-90a8-831bd47af799?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9mMzNmMmJmZS0zMWRjLTQ4NjctOTBhOC04MzFiZDQ3YWY3OTk/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:54:03 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "ab4f51cf-2622-4320-9d4a-9094ab5b28d0" + "4ecc4c56-e44d-4c2b-884f-ceb261a9b28f" ], "x-ms-client-request-id": [ - "ca9f433e-80be-4d96-abfe-f1671f3d7cad" + "b0648652-0092-4bef-994c-63926760cac1" ], "OData-Version": [ "4.0" @@ -329,6 +323,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -336,17 +333,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11997" ], "x-ms-correlation-request-id": [ - "cf8a4284-b090-4413-a779-ab97a7798e0e" + "e7796dc9-6002-488a-96fd-49c52ac9f685" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005403Z:cf8a4284-b090-4413-a779-ab97a7798e0e" + "WESTUS:20200714T010050Z:e7796dc9-6002-488a-96fd-49c52ac9f685" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:00:50 GMT" + ], "Content-Length": [ "77" ], @@ -361,36 +361,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9951/providers/Microsoft.Cdn/profiles/profile4539?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0NTM5P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup341/providers/Microsoft.Cdn/profiles/profile4412?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTQ0MTI/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:54:03 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "f0680191-bcec-4444-a30c-6550e9e98ada" + "dad6eefe-7e00-434e-838f-cb41f6500b32" ], "x-ms-client-request-id": [ - "2c538374-ceb1-4275-82fc-6a511c295643" + "ece53565-5c8e-4b47-a401-b5a2189ad961" ], "OData-Version": [ "4.0" @@ -398,26 +392,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "907f5cae-4d72-4b94-aef9-16af5e03cfe0" + "ccd38c64-66cb-4a1f-b130-af52aeec6d70" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005403Z:907f5cae-4d72-4b94-aef9-16af5e03cfe0" + "WESTUS:20200714T010051Z:ccd38c64-66cb-4a1f-b130-af52aeec6d70" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:00:51 GMT" + ], "Content-Length": [ - "397" + "396" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -426,26 +426,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile4539\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9951/providers/Microsoft.Cdn/profiles/profile4539\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile4412\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup341/providers/Microsoft.Cdn/profiles/profile4412\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9951/providers/Microsoft.Cdn/profiles/profile4539/endpoints/endpoint5508?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0NTM5L2VuZHBvaW50cy9lbmRwb2ludDU1MDg/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup341/providers/Microsoft.Cdn/profiles/profile4412/endpoints/endpoint7923?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTQ0MTIvZW5kcG9pbnRzL2VuZHBvaW50NzkyMz9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a6cea918-510f-40d4-a2ed-9e6afb636967" + "2132f91b-49e8-43f0-9ba6-d9a167a64595" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -458,26 +458,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:54:04 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "f0b6693b-f7c3-496c-8727-0110ee66d1e3" + "f091da68-bef9-4734-8f10-bdda9828215e" ], "x-ms-client-request-id": [ - "a6cea918-510f-40d4-a2ed-9e6afb636967" + "2132f91b-49e8-43f0-9ba6-d9a167a64595" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9951/providers/Microsoft.Cdn/operationresults/dae0b60b-8277-4108-b99a-e026ea5eac84?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup341/providers/Microsoft.Cdn/operationresults/be666880-dec7-4b3f-b1e0-02c4f404a17d?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -485,26 +479,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "99" ], "x-ms-correlation-request-id": [ - "98e00219-ccf7-4f0b-add7-e0cdc8805db6" + "5c64791a-2b6b-449f-bc20-6977b95aafe4" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005405Z:98e00219-ccf7-4f0b-add7-e0cdc8805db6" + "WESTUS:20200714T010055Z:5c64791a-2b6b-449f-bc20-6977b95aafe4" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:00:55 GMT" + ], "Content-Length": [ - "890" + "1193" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -513,40 +513,103 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint5508\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9951/providers/Microsoft.Cdn/profiles/profile4539/endpoints/endpoint5508\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint5508.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint7923\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup341/providers/Microsoft.Cdn/profiles/profile4412/endpoints/endpoint7923\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint7923.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9951/providers/Microsoft.Cdn/operationresults/dae0b60b-8277-4108-b99a-e026ea5eac84?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGFlMGI2MGItODI3Ny00MTA4LWI5OWEtZTAyNmVhNWVhYzg0P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup341/providers/Microsoft.Cdn/operationresults/be666880-dec7-4b3f-b1e0-02c4f404a17d?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9iZTY2Njg4MC1kZWM3LTRiM2YtYjFlMC0wMmM0ZjQwNGExN2Q/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:54:18 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "79c7d4ef-ff38-4b6c-a711-6c3c0da85f89" + ], + "x-ms-client-request-id": [ + "d84a7a07-925a-4655-a4b3-a579a98a403e" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-IIS/8.5" ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "7b937b75-a6af-40cc-baa7-011d61ed8811" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010105Z:7b937b75-a6af-40cc-baa7-011d61ed8811" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:01:05 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup341/providers/Microsoft.Cdn/operationresults/be666880-dec7-4b3f-b1e0-02c4f404a17d?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9iZTY2Njg4MC1kZWM3LTRiM2YtYjFlMC0wMmM0ZjQwNGExN2Q/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-request-id": [ - "57be4768-d70f-43d5-b869-470ddee1d362" + "6caaa633-dd82-46e9-afe1-a91af46e57d8" ], "x-ms-client-request-id": [ - "bdf0b456-b1b9-4cad-8985-5510dfead686" + "531b734a-d3d8-4c66-938b-1cb617ac19a8" ], "OData-Version": [ "4.0" @@ -554,6 +617,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -561,17 +627,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-correlation-request-id": [ - "dd040dbe-150f-4197-8b64-9985ddf79b56" + "a24a2f73-c1bb-49fb-b6e8-2442e832e76d" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005419Z:dd040dbe-150f-4197-8b64-9985ddf79b56" + "WESTUS:20200714T010115Z:a24a2f73-c1bb-49fb-b6e8-2442e832e76d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:01:15 GMT" + ], "Content-Length": [ "77" ], @@ -586,36 +655,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9951/providers/Microsoft.Cdn/profiles/profile4539/endpoints/endpoint5508?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0NTM5L2VuZHBvaW50cy9lbmRwb2ludDU1MDg/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup341/providers/Microsoft.Cdn/profiles/profile4412/endpoints/endpoint7923?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTQ0MTIvZW5kcG9pbnRzL2VuZHBvaW50NzkyMz9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:54:19 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "0f672f99-cef6-406f-8042-18054a368e5e" + "f9f8b7a5-47cd-4444-a062-7d5c18956607" ], "x-ms-client-request-id": [ - "c0a62bea-73f2-424c-98bd-8bcc3b350a72" + "693c3ca7-657e-4d57-a1a8-a99af6fa4a5a" ], "OData-Version": [ "4.0" @@ -623,26 +686,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "df24bf15-bab8-45f0-bd43-a6e2c5c32f8f" + "1014cdb0-fff5-4c1c-8304-5ef6777f5601" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005419Z:df24bf15-bab8-45f0-bd43-a6e2c5c32f8f" + "WESTUS:20200714T010116Z:1014cdb0-fff5-4c1c-8304-5ef6777f5601" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:01:16 GMT" + ], "Content-Length": [ - "890" + "1193" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -651,46 +720,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint5508\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9951/providers/Microsoft.Cdn/profiles/profile4539/endpoints/endpoint5508\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint5508.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint7923\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup341/providers/Microsoft.Cdn/profiles/profile4412/endpoints/endpoint7923\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint7923.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9951/providers/Microsoft.Cdn/profiles/profile4539/endpoints/endpoint5508/origins/origin1?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0NTM5L2VuZHBvaW50cy9lbmRwb2ludDU1MDgvb3JpZ2lucy9vcmlnaW4xP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup341/providers/Microsoft.Cdn/profiles/profile4412/endpoints/endpoint7923/origins/origin1?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTQ0MTIvZW5kcG9pbnRzL2VuZHBvaW50NzkyMy9vcmlnaW5zL29yaWdpbjE/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd2dcdcb-06d0-44d6-920d-d1869f0f778e" + "7535108b-44e2-40cb-82c5-0c277fe527c3" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:54:19 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "edb38309-8e77-4afb-b8ac-94834b2c0609" + "193f7455-459b-4437-8c9b-8e4e5b64b7ac" ], "x-ms-client-request-id": [ - "cd2dcdcb-06d0-44d6-920d-d1869f0f778e" + "7535108b-44e2-40cb-82c5-0c277fe527c3" ], "OData-Version": [ "4.0" @@ -698,6 +761,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -705,19 +771,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11994" ], "x-ms-correlation-request-id": [ - "9293c98d-95b7-4c0c-b896-e439c1802900" + "27b9f1eb-5d39-40b8-b459-132707987797" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005420Z:9293c98d-95b7-4c0c-b896-e439c1802900" + "WESTUS:20200714T010117Z:27b9f1eb-5d39-40b8-b459-132707987797" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:01:17 GMT" + ], "Content-Length": [ - "397" + "608" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -726,46 +795,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"origin1\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9951/providers/Microsoft.Cdn/profiles/profile4539/endpoints/endpoint5508/origins/origin1\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints/origins\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\",\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"origin1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup341/providers/Microsoft.Cdn/profiles/profile4412/endpoints/endpoint7923/origins/origin1\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints/origins\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\",\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"enabled\": true,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"originHostHeader\": null,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9951/providers/Microsoft.Cdn/profiles/profile4539/endpoints/endpoint5508/origins?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0NTM5L2VuZHBvaW50cy9lbmRwb2ludDU1MDgvb3JpZ2lucz9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup341/providers/Microsoft.Cdn/profiles/profile4412/endpoints/endpoint7923/origins?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTQ0MTIvZW5kcG9pbnRzL2VuZHBvaW50NzkyMy9vcmlnaW5zP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "90eb9968-d3d5-4271-9140-faac86deb7d0" + "a5146cc6-9979-41bf-9d3a-0d76888c2190" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:54:19 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "1f35cb11-cc94-49c8-a52a-2689ef89d97e" + "1030bc3a-add6-40cd-9441-931104044806" ], "x-ms-client-request-id": [ - "90eb9968-d3d5-4271-9140-faac86deb7d0" + "a5146cc6-9979-41bf-9d3a-0d76888c2190" ], "OData-Version": [ "4.0" @@ -773,6 +836,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -780,19 +846,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11993" ], "x-ms-correlation-request-id": [ - "a2fcf25e-a8fb-4093-b9dc-e2b0ae752753" + "d5e83231-63ee-4b5f-a47e-189f9aaeb0c2" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005420Z:a2fcf25e-a8fb-4093-b9dc-e2b0ae752753" + "WESTUS:20200714T010118Z:d5e83231-63ee-4b5f-a47e-189f9aaeb0c2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:01:17 GMT" + ], "Content-Length": [ - "441" + "652" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -801,25 +870,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9951/providers/Microsoft.Cdn/profiles/profile4539/endpoints/endpoint5508/origins/origin1\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints/origins\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\",\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup341/providers/Microsoft.Cdn/profiles/profile4412/endpoints/endpoint7923/origins/origin1\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints/origins\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\",\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"enabled\": true,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"originHostHeader\": null,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9951?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5OTUxP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup341?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNDE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8608895b-fd90-49b4-ba55-8c1234b1f362" + "e0cc4acf-3ab9-411b-8c6a-fb6257ec23d4" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -827,14 +896,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:54:20 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -843,13 +909,13 @@ "14999" ], "x-ms-request-id": [ - "04dc1a22-d2c4-473e-931d-7a98756e40fb" + "6d9e9819-34f1-45b3-8a9d-467140188a46" ], "x-ms-correlation-request-id": [ - "04dc1a22-d2c4-473e-931d-7a98756e40fb" + "6d9e9819-34f1-45b3-8a9d-467140188a46" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005421Z:04dc1a22-d2c4-473e-931d-7a98756e40fb" + "WESTUS:20200714T010118Z:6d9e9819-34f1-45b3-8a9d-467140188a46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -857,26 +923,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:01:17 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVGsxTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelF4TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -884,29 +953,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:54:35 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11999" ], "x-ms-request-id": [ - "4b86b736-cf9c-4cb0-bd14-056651635664" + "a14d7b4a-dcaf-4025-85f9-625f4ef60a02" ], "x-ms-correlation-request-id": [ - "4b86b736-cf9c-4cb0-bd14-056651635664" + "a14d7b4a-dcaf-4025-85f9-625f4ef60a02" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005436Z:4b86b736-cf9c-4cb0-bd14-056651635664" + "WESTUS:20200714T010133Z:a14d7b4a-dcaf-4025-85f9-625f4ef60a02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -914,26 +980,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:01:32 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVGsxTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelF4TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -941,29 +1010,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:54:50 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11998" ], "x-ms-request-id": [ - "5af64400-f0e1-4239-9619-32c9737a59bb" + "25693003-7c99-438b-8cec-aec79d9f09fc" ], "x-ms-correlation-request-id": [ - "5af64400-f0e1-4239-9619-32c9737a59bb" + "25693003-7c99-438b-8cec-aec79d9f09fc" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005451Z:5af64400-f0e1-4239-9619-32c9737a59bb" + "WESTUS:20200714T010148Z:25693003-7c99-438b-8cec-aec79d9f09fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -971,26 +1037,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:01:47 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVGsxTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelF4TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -998,29 +1067,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:55:06 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11997" ], "x-ms-request-id": [ - "11c43937-6075-49d1-ab65-455bf9af0de4" + "6ba69280-91bd-4b6b-bf03-d29916df1183" ], "x-ms-correlation-request-id": [ - "11c43937-6075-49d1-ab65-455bf9af0de4" + "6ba69280-91bd-4b6b-bf03-d29916df1183" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005506Z:11c43937-6075-49d1-ab65-455bf9af0de4" + "WESTUS:20200714T010203Z:6ba69280-91bd-4b6b-bf03-d29916df1183" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1028,26 +1094,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:02:03 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVGsxTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelF4TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1055,29 +1124,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:55:21 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11996" ], "x-ms-request-id": [ - "b31b8870-87fc-4d09-b486-30af10ea08fa" + "05d546a4-621f-4468-a8f3-1998190b381d" ], "x-ms-correlation-request-id": [ - "b31b8870-87fc-4d09-b486-30af10ea08fa" + "05d546a4-621f-4468-a8f3-1998190b381d" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005521Z:b31b8870-87fc-4d09-b486-30af10ea08fa" + "WESTUS:20200714T010218Z:05d546a4-621f-4468-a8f3-1998190b381d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1085,26 +1151,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:02:18 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVGsxTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelF4TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1112,29 +1181,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:55:36 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11995" ], "x-ms-request-id": [ - "4b5681a4-93a9-4b1b-86e2-0f32382d414b" + "fa564c87-983d-4fc3-bb17-d18bd1f7b457" ], "x-ms-correlation-request-id": [ - "4b5681a4-93a9-4b1b-86e2-0f32382d414b" + "fa564c87-983d-4fc3-bb17-d18bd1f7b457" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005536Z:4b5681a4-93a9-4b1b-86e2-0f32382d414b" + "WESTUS:20200714T010233Z:fa564c87-983d-4fc3-bb17-d18bd1f7b457" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1142,26 +1208,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:02:33 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVGsxTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelF4TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1169,29 +1238,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:55:51 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11994" ], "x-ms-request-id": [ - "f1ae1b05-c274-48d4-9aa6-e0e29a998dee" + "0d4d9332-3321-40dc-8f8f-5316fef0ecba" ], "x-ms-correlation-request-id": [ - "f1ae1b05-c274-48d4-9aa6-e0e29a998dee" + "0d4d9332-3321-40dc-8f8f-5316fef0ecba" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005551Z:f1ae1b05-c274-48d4-9aa6-e0e29a998dee" + "WESTUS:20200714T010248Z:0d4d9332-3321-40dc-8f8f-5316fef0ecba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1199,26 +1265,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:02:48 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVGsxTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelF4TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1226,29 +1295,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:56:05 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11993" ], "x-ms-request-id": [ - "3c3e409f-5bee-4fe1-a369-180981047f11" + "78549d39-d9bb-416f-a126-e4df08fa6611" ], "x-ms-correlation-request-id": [ - "3c3e409f-5bee-4fe1-a369-180981047f11" + "78549d39-d9bb-416f-a126-e4df08fa6611" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005606Z:3c3e409f-5bee-4fe1-a369-180981047f11" + "WESTUS:20200714T010303Z:78549d39-d9bb-416f-a126-e4df08fa6611" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1256,26 +1322,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:03:03 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVGsxTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelF4TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1283,29 +1352,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:56:21 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11992" ], "x-ms-request-id": [ - "89d26f6d-b825-41c0-8897-f0935055f262" + "cc88a576-a5fe-4b32-9c00-bf009b259758" ], "x-ms-correlation-request-id": [ - "89d26f6d-b825-41c0-8897-f0935055f262" + "cc88a576-a5fe-4b32-9c00-bf009b259758" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005621Z:89d26f6d-b825-41c0-8897-f0935055f262" + "WESTUS:20200714T010318Z:cc88a576-a5fe-4b32-9c00-bf009b259758" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1313,26 +1379,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:03:17 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVGsxTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelF4TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1340,29 +1409,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:56:36 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11991" ], "x-ms-request-id": [ - "27f3d2ae-9bfb-4768-b247-6101e85d69fd" + "3454aeab-29e0-4d3a-bb9d-033338f2fb85" ], "x-ms-correlation-request-id": [ - "27f3d2ae-9bfb-4768-b247-6101e85d69fd" + "3454aeab-29e0-4d3a-bb9d-033338f2fb85" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005636Z:27f3d2ae-9bfb-4768-b247-6101e85d69fd" + "WESTUS:20200714T010333Z:3454aeab-29e0-4d3a-bb9d-033338f2fb85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1370,26 +1436,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:03:32 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVGsxTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelF4TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1397,29 +1466,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:56:51 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11990" ], "x-ms-request-id": [ - "7deb38f5-2d4a-455b-9287-37b977f54520" + "0dc5b6f6-f537-4775-ab2f-292fd3300427" ], "x-ms-correlation-request-id": [ - "7deb38f5-2d4a-455b-9287-37b977f54520" + "0dc5b6f6-f537-4775-ab2f-292fd3300427" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005651Z:7deb38f5-2d4a-455b-9287-37b977f54520" + "WESTUS:20200714T010348Z:0dc5b6f6-f537-4775-ab2f-292fd3300427" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1427,26 +1493,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:03:48 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVGsxTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelF4TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1454,23 +1523,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:57:06 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11989" ], "x-ms-request-id": [ - "a06f5076-4e86-4e44-98d5-b13bae73bcf8" + "8994accf-51b8-4af9-ac74-3abce087d2f1" ], "x-ms-correlation-request-id": [ - "a06f5076-4e86-4e44-98d5-b13bae73bcf8" + "8994accf-51b8-4af9-ac74-3abce087d2f1" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005707Z:a06f5076-4e86-4e44-98d5-b13bae73bcf8" + "WESTUS:20200714T010403Z:8994accf-51b8-4af9-ac74-3abce087d2f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1478,26 +1544,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:04:03 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTk1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVGsxTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzQxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelF4TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1505,23 +1574,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:57:06 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11988" ], "x-ms-request-id": [ - "abd0e8d8-ed39-40ec-814b-6dca87f46ebf" + "3e4f5b27-c45d-41ad-b8c4-91db71a4a03c" ], "x-ms-correlation-request-id": [ - "abd0e8d8-ed39-40ec-814b-6dca87f46ebf" + "3e4f5b27-c45d-41ad-b8c4-91db71a4a03c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005707Z:abd0e8d8-ed39-40ec-814b-6dca87f46ebf" + "WESTUS:20200714T010403Z:3e4f5b27-c45d-41ad-b8c4-91db71a4a03c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1529,11 +1595,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:04:03 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -1542,14 +1611,14 @@ ], "Names": { "CreateResourceGroup": [ - "cdnResourceGroup9951" + "cdnResourceGroup341" ], "OriginGetListTest": [ - "profile4539", - "endpoint5508" + "profile4412", + "endpoint7923" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/OriginTests/OriginUpdateTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/OriginTests/OriginUpdateTest.json index 9dfe879dc9ecf..a6bcd5b68b562 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/OriginTests/OriginUpdateTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/OriginTests/OriginUpdateTest.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "04774d04-483f-473e-a97e-f059cf3b66f2" + "634c085e-47d9-4f40-95bb-a700ccf41bd1" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -29,9 +29,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:57:08 GMT" - ], "Pragma": [ "no-cache" ], @@ -39,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "eee7102f-7f33-4510-b768-6853acec1675" + "3e3edea6-2fe4-47b1-83e3-22469cd7bee9" ], "x-ms-correlation-request-id": [ - "eee7102f-7f33-4510-b768-6853acec1675" + "3e3edea6-2fe4-47b1-83e3-22469cd7bee9" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005709Z:eee7102f-7f33-4510-b768-6853acec1675" + "WESTUS:20200714T010405Z:3e3edea6-2fe4-47b1-83e3-22469cd7bee9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +50,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:04:04 GMT" + ], "Content-Length": [ "193" ], @@ -63,58 +63,52 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup3656\",\r\n \"name\": \"cdnResourceGroup3656\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5220\",\r\n \"name\": \"cdnResourceGroup5220\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup3656/providers/Microsoft.Cdn/profiles/profile2785?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyNzg1P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1OTY5P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f9e0a234-8dd0-4744-937d-60ab31dbff49" + "e6435e7f-b7a4-4709-bb51-1c3af8a7b8d9" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "142" + "144" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:57:07 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "edddf3ea-d037-4886-a065-81fce06d5d53" + "01a39e6b-0d6e-4317-a3a9-c999f71b787c" ], "x-ms-client-request-id": [ - "f9e0a234-8dd0-4744-937d-60ab31dbff49" + "e6435e7f-b7a4-4709-bb51-1c3af8a7b8d9" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/operationresults/2be85ec5-306a-4971-9e18-8bf0f1a4f940?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/f80f9289-22bb-43fc-a726-d93e6ec794d9?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -122,26 +116,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "adfed6c7-bb92-4804-903d-545798b089af" + "81753466-a400-429f-beef-fad5de3966a3" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005707Z:adfed6c7-bb92-4804-903d-545798b089af" + "WESTUS:20200714T010411Z:81753466-a400-429f-beef-fad5de3966a3" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:04:10 GMT" + ], "Content-Length": [ - "398" + "400" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -150,40 +150,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile2785\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/profiles/profile2785\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile5969\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/operationresults/2be85ec5-306a-4971-9e18-8bf0f1a4f940?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMmJlODVlYzUtMzA2YS00OTcxLTllMTgtOGJmMGYxYTRmOTQwP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/f80f9289-22bb-43fc-a726-d93e6ec794d9?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZjgwZjkyODktMjJiYi00M2ZjLWE3MjYtZDkzZTZlYzc5NGQ5P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:57:17 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "90daf89a-9a78-4383-a073-7e74f33eaf95" + "7b6d0fe2-dc88-4ce1-9519-027057edefd7" ], "x-ms-client-request-id": [ - "1a0a2eb8-d894-402d-ac19-41eb315599f0" + "a3620d2a-f2b2-454f-a341-60278cff8339" ], "OData-Version": [ "4.0" @@ -191,6 +185,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -198,17 +195,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11999" ], "x-ms-correlation-request-id": [ - "5dc957bf-5cca-452a-80ce-d106c9685813" + "af0bae0d-cd1c-4e4f-9554-2eea2b0bb12a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005718Z:5dc957bf-5cca-452a-80ce-d106c9685813" + "WESTUS:20200714T010421Z:af0bae0d-cd1c-4e4f-9554-2eea2b0bb12a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:04:21 GMT" + ], "Content-Length": [ "78" ], @@ -223,36 +223,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/operationresults/2be85ec5-306a-4971-9e18-8bf0f1a4f940?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMmJlODVlYzUtMzA2YS00OTcxLTllMTgtOGJmMGYxYTRmOTQwP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/f80f9289-22bb-43fc-a726-d93e6ec794d9?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZjgwZjkyODktMjJiYi00M2ZjLWE3MjYtZDkzZTZlYzc5NGQ5P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:57:27 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "1fc127b4-4772-4e69-8e07-e6fe7c29e42f" + "059732ce-e55c-491e-bdb4-33b91c0859f6" ], "x-ms-client-request-id": [ - "df73dfdf-8fd0-45dc-9a42-acc551f5dd81" + "a2ab3f4e-6274-4795-9c2c-c6776568ae2a" ], "OData-Version": [ "4.0" @@ -260,6 +254,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -267,19 +264,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11998" ], "x-ms-correlation-request-id": [ - "04a6c648-d8b4-4787-bf91-9109a1993df7" + "700af2d7-d621-4176-ae10-255def6e4776" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005728Z:04a6c648-d8b4-4787-bf91-9109a1993df7" + "WESTUS:20200714T010431Z:700af2d7-d621-4176-ae10-255def6e4776" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:04:31 GMT" + ], "Content-Length": [ - "78" + "77" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -288,40 +288,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/operationresults/2be85ec5-306a-4971-9e18-8bf0f1a4f940?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMmJlODVlYzUtMzA2YS00OTcxLTllMTgtOGJmMGYxYTRmOTQwP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1OTY5P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:57:38 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "733fe601-04f7-44fd-b2ae-bb3860523318" + "c3224a68-a64e-45a9-b3ea-2326cab002e5" ], "x-ms-client-request-id": [ - "7d0365d4-4bb2-4cd8-a1c7-a4aa16ef8f14" + "fb782ad8-d9a6-48f1-8a29-eaefac9327a8" ], "OData-Version": [ "4.0" @@ -329,26 +323,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "2afe5bb1-c8b2-4e4c-85e2-87cf34013170" + "72cb6af8-6518-490e-a7c4-be34bcde9eb2" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005738Z:2afe5bb1-c8b2-4e4c-85e2-87cf34013170" + "WESTUS:20200714T010432Z:72cb6af8-6518-490e-a7c4-be34bcde9eb2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:04:32 GMT" + ], "Content-Length": [ - "77" + "399" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -357,40 +357,52 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile5969\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup3656/providers/Microsoft.Cdn/profiles/profile2785?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyNzg1P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1OTY5L2VuZHBvaW50cy9lbmRwb2ludDk4NjE/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"defaultOriginGroup\": {\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/originGroups/origingroup1\"\r\n },\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"priority\": 5,\r\n \"weight\": 100,\r\n \"privateLinkResourceId\": \"/subscriptions/da61bba1-cbd5-438c-a738-c717a6b2d59f/resourceGroups/moeidrg/providers/Microsoft.Network/privateLinkServices/pls-east-3\",\r\n \"privateLinkLocation\": \"EastUS\",\r\n \"privateLinkApprovalMessage\": \"This is a test request\"\r\n }\r\n }\r\n ],\r\n \"originGroups\": [\r\n {\r\n \"name\": \"origingroup1\",\r\n \"properties\": {\r\n \"healthProbeSettings\": {\r\n \"probePath\": \"/healthz\",\r\n \"probeRequestType\": \"HEAD\",\r\n \"probeProtocol\": \"Https\",\r\n \"probeIntervalInSeconds\": 60\r\n },\r\n \"origins\": [\r\n {\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/origins/origin1\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "56194b00-c302-4ea6-aca9-94eb99952c35" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1418" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:57:38 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "0b67faca-d989-4c2a-903f-cd53f675074e" + "3af77b4d-39b1-4e0d-87be-9a62de3dcff7" ], "x-ms-client-request-id": [ - "33af4bf4-f91a-47a5-9521-2fa9573539c1" + "56194b00-c302-4ea6-aca9-94eb99952c35" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/d9bd8f6e-b2b6-46d0-ac5e-d4631719d536?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -398,86 +410,68 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "99" ], "x-ms-correlation-request-id": [ - "ae9ecc90-0ed9-43ba-a441-da8c6999baed" + "352b4745-4ec8-4001-ab39-c89afe010304" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005739Z:ae9ecc90-0ed9-43ba-a441-da8c6999baed" + "WESTUS:20200714T010436Z:352b4745-4ec8-4001-ab39-c89afe010304" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:04:36 GMT" + ], "Content-Length": [ - "397" + "2133" ], "Content-Type": [ - "application/json; odata.metadata=minimal; odata.streaming=true" + "application/json; odata.metadata=minimal" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile2785\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/profiles/profile2785\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"endpoint9861\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint9861.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": 5,\r\n \"weight\": 100,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": \"/subscriptions/da61bba1-cbd5-438c-a738-c717a6b2d59f/resourceGroups/moeidrg/providers/Microsoft.Network/privateLinkServices/pls-east-3\",\r\n \"privateLinkLocation\": \"EastUS\",\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": \"This is a test request\"\r\n }\r\n }\r\n ],\r\n \"originGroups\": [\r\n {\r\n \"name\": \"origingroup1\",\r\n \"properties\": {\r\n \"healthProbeSettings\": {\r\n \"probeIntervalInSeconds\": 60,\r\n \"probePath\": \"/healthz\",\r\n \"probeProtocol\": \"Https\",\r\n \"probeRequestType\": \"HEAD\"\r\n },\r\n \"responseBasedOriginErrorDetectionSettings\": null,\r\n \"trafficRestorationTimeToHealedOrNewEndpointsInMinutes\": null,\r\n \"origins\": [\r\n {\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/origins/origin1\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"defaultOriginGroup\": {\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/originGroups/origingroup1\"\r\n },\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup3656/providers/Microsoft.Cdn/profiles/profile2785/endpoints/endpoint8000?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyNzg1L2VuZHBvaW50cy9lbmRwb2ludDgwMDA/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/d9bd8f6e-b2b6-46d0-ac5e-d4631719d536?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZDliZDhmNmUtYjJiNi00NmQwLWFjNWUtZDQ2MzE3MTlkNTM2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "e1a05e86-b142-4efc-96ef-997e4618407e" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "258" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:57:40 GMT" - ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "2ff648fb-3559-43b0-8163-548e2d1e7980" + "55b4aeda-80cd-4d24-8773-44b8bb79a63d" ], "x-ms-client-request-id": [ - "e1a05e86-b142-4efc-96ef-997e4618407e" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/operationresults/0550fc60-9b79-460c-ae5a-ae59d3c37387?api-version=2019-04-15" + "183307eb-cf97-44c8-8496-7a5f3fbe46c2" ], "OData-Version": [ "4.0" @@ -485,68 +479,68 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "x-ms-correlation-request-id": [ - "92dc9502-5c33-4540-89b2-aa4a04a6d340" + "2d9d862c-7374-46cb-b094-ac8c22e95563" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005740Z:92dc9502-5c33-4540-89b2-aa4a04a6d340" + "WESTUS:20200714T010446Z:2d9d862c-7374-46cb-b094-ac8c22e95563" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:04:46 GMT" + ], "Content-Length": [ - "890" + "78" ], "Content-Type": [ - "application/json; odata.metadata=minimal" + "application/json; odata.metadata=minimal; odata.streaming=true" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint8000\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/profiles/profile2785/endpoints/endpoint8000\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint8000.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/operationresults/0550fc60-9b79-460c-ae5a-ae59d3c37387?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMDU1MGZjNjAtOWI3OS00NjBjLWFlNWEtYWU1OWQzYzM3Mzg3P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/d9bd8f6e-b2b6-46d0-ac5e-d4631719d536?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZDliZDhmNmUtYjJiNi00NmQwLWFjNWUtZDQ2MzE3MTlkNTM2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:57:50 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "32e56e7c-9eb3-4ea6-b3eb-eb2555926361" + "89bf9122-5957-4c4f-9fd4-47e8636c0967" ], "x-ms-client-request-id": [ - "4c4813cc-215a-43fd-b41b-44376bd95b49" + "586551a7-8f13-4233-982a-8be3543ad054" ], "OData-Version": [ "4.0" @@ -554,6 +548,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -561,19 +558,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11996" ], "x-ms-correlation-request-id": [ - "0c9c539a-62fc-4c17-8bf7-3f307b18adac" + "2c0b7050-2b41-4a73-a1c6-008406bcbbd3" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005750Z:0c9c539a-62fc-4c17-8bf7-3f307b18adac" + "WESTUS:20200714T010457Z:2c0b7050-2b41-4a73-a1c6-008406bcbbd3" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:04:56 GMT" + ], "Content-Length": [ - "77" + "78" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -582,40 +582,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup3656/providers/Microsoft.Cdn/profiles/profile2785/endpoints/endpoint8000?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyNzg1L2VuZHBvaW50cy9lbmRwb2ludDgwMDA/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/d9bd8f6e-b2b6-46d0-ac5e-d4631719d536?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZDliZDhmNmUtYjJiNi00NmQwLWFjNWUtZDQ2MzE3MTlkNTM2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:57:50 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "96ff35b3-961e-4a25-85e4-8d27a081cc7e" + "270c69a0-6f14-4033-b016-7bf9c9a4998f" ], "x-ms-client-request-id": [ - "31f6bb05-6dbb-4001-a3ad-fd3cc8eba887" + "d5b4a3db-8743-47a9-bb74-07ea6180e7be" ], "OData-Version": [ "4.0" @@ -623,6 +617,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -630,19 +627,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11995" ], "x-ms-correlation-request-id": [ - "b253b9e8-e8ae-4fdf-97f6-d529e5ae21ec" + "a1d0a8ec-9bf1-4a01-b532-817ff3640f0e" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005750Z:b253b9e8-e8ae-4fdf-97f6-d529e5ae21ec" + "WESTUS:20200714T010507Z:a1d0a8ec-9bf1-4a01-b532-817ff3640f0e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:05:06 GMT" + ], "Content-Length": [ - "890" + "78" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -651,61 +651,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint8000\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/profiles/profile2785/endpoints/endpoint8000\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint8000.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup3656/providers/Microsoft.Cdn/profiles/profile2785/endpoints/endpoint8000/origins/origin1?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyNzg1L2VuZHBvaW50cy9lbmRwb2ludDgwMDAvb3JpZ2lucy9vcmlnaW4xP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"hostName\": \"www.bing.com\",\r\n \"httpPort\": 1234,\r\n \"httpsPort\": 8081\r\n }\r\n}", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/d9bd8f6e-b2b6-46d0-ac5e-d4631719d536?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZDliZDhmNmUtYjJiNi00NmQwLWFjNWUtZDQ2MzE3MTlkNTM2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "956e6f60-1fd9-4817-ad1b-38c4e98c3204" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "107" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:57:51 GMT" - ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/operationresults/83a085fd-1ab8-4a55-a92c-2cc1f0592c04/profileresults/profile2785/endpointresults/endpoint8000/originresults/origin1?api-version=2019-04-15" - ], - "Retry-After": [ - "10" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "6406cf31-9cf4-4b27-9102-10b2e4955653" + "66101b7d-ccaa-405c-bc52-1857c6b9aa3c" ], "x-ms-client-request-id": [ - "956e6f60-1fd9-4817-ad1b-38c4e98c3204" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/operationresults/83a085fd-1ab8-4a55-a92c-2cc1f0592c04?api-version=2019-04-15" + "4fee2c89-4451-471d-80c4-21ca1c835281" ], "OData-Version": [ "4.0" @@ -713,161 +686,158 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "x-ms-correlation-request-id": [ - "43633418-9f3d-4cd6-bb55-b03b81256c62" + "a8a910a7-3779-4a24-ab9f-029d095799f9" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005751Z:43633418-9f3d-4cd6-bb55-b03b81256c62" + "WESTUS:20200714T010517Z:a8a910a7-3779-4a24-ab9f-029d095799f9" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:05:17 GMT" + ], "Content-Length": [ - "394" + "77" ], "Content-Type": [ - "application/json; odata.metadata=minimal" + "application/json; odata.metadata=minimal; odata.streaming=true" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"origin1\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/profiles/profile2785/endpoints/endpoint8000/origins/origin1\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints/origins\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\",\r\n \"hostName\": \"www.bing.com\",\r\n \"httpPort\": 1234,\r\n \"httpsPort\": 8081\r\n }\r\n}", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup3656/providers/Microsoft.Cdn/profiles/profile2785/endpoints/endpoint8000/origins/origin1?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyNzg1L2VuZHBvaW50cy9lbmRwb2ludDgwMDAvb3JpZ2lucy9vcmlnaW4xP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"hostName\": \"invalid!Hostname&\",\r\n \"httpPort\": 1234,\r\n \"httpsPort\": 8081\r\n }\r\n}", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1OTY5L2VuZHBvaW50cy9lbmRwb2ludDk4NjE/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "c01f5733-908d-4f26-ab3b-691ce60aed62" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "112" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:58:02 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "15839b68-83f1-4ff1-b7de-c588380d70a5" + "2d04c9f1-7bdf-4c24-906c-88051be06770" ], "x-ms-client-request-id": [ - "c01f5733-908d-4f26-ab3b-691ce60aed62" + "2b67d2a3-0e2d-4e52-9658-d47999f25803" + ], + "OData-Version": [ + "4.0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "2c977671-459a-4381-8001-267dc6ed2688" + "8cea4774-bec5-45fa-b4d8-da046dddc029" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005802Z:2c977671-459a-4381-8001-267dc6ed2688" + "WESTUS:20200714T010518Z:8cea4774-bec5-45fa-b4d8-da046dddc029" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:05:18 GMT" + ], "Content-Length": [ - "174" + "2133" ], "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Language": [ - "en-US" + "application/json; odata.metadata=minimal; odata.streaming=true" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"BadRequest\",\r\n \"message\": \"HostName \\\"invalid!Hostname&\\\" is invalid. It must be a valid domain name, IP version 4, or IP version 6.\"\r\n }\r\n}", - "StatusCode": 400 + "ResponseBody": "{\r\n \"name\": \"endpoint9861\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint9861.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": 5,\r\n \"weight\": 100,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": \"/subscriptions/da61bba1-cbd5-438c-a738-c717a6b2d59f/resourceGroups/moeidrg/providers/Microsoft.Network/privateLinkServices/pls-east-3\",\r\n \"privateLinkLocation\": \"EastUS\",\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": \"This is a test request\"\r\n }\r\n }\r\n ],\r\n \"originGroups\": [\r\n {\r\n \"name\": \"origingroup1\",\r\n \"properties\": {\r\n \"healthProbeSettings\": {\r\n \"probeIntervalInSeconds\": 60,\r\n \"probePath\": \"/healthz\",\r\n \"probeProtocol\": \"Https\",\r\n \"probeRequestType\": \"HEAD\"\r\n },\r\n \"responseBasedOriginErrorDetectionSettings\": null,\r\n \"trafficRestorationTimeToHealedOrNewEndpointsInMinutes\": null,\r\n \"origins\": [\r\n {\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/origins/origin1\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"defaultOriginGroup\": {\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/originGroups/origingroup1\"\r\n },\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup3656/providers/Microsoft.Cdn/profiles/profile2785/endpoints/endpoint8000/origins/origin1?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyNzg1L2VuZHBvaW50cy9lbmRwb2ludDgwMDAvb3JpZ2lucy9vcmlnaW4xP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/origins/origin1?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1OTY5L2VuZHBvaW50cy9lbmRwb2ludDk4NjEvb3JpZ2lucy9vcmlnaW4xP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"hostName\": \"www.hello.com\",\r\n \"httpPort\": 1265\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hostName\": \"www.bing.com\",\r\n \"httpPort\": 1234,\r\n \"httpsPort\": 8081,\r\n \"privateLinkResourceId\": \"/subscriptions/da61bba1-cbd5-438c-a738-c717a6b2d59f/resourceGroups/moeidrg/providers/Microsoft.Network/privateLinkServices/pls-east-2\",\r\n \"privateLinkLocation\": \"EastUS\",\r\n \"privateLinkApprovalMessage\": \"This is a test update request\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "48449a28-ab2b-4cbe-ba8f-5ef9f4130d6e" + "73cf6cbb-fd32-47cf-a1fb-6fd5603ce372" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "84" + "380" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:58:14 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/e8bd5043-750f-45e6-9d8e-7f4c205ab75f/profileresults/profile5969/endpointresults/endpoint9861/originresults/origin1?api-version=2020-04-15" + ], + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "eff2898b-601f-4514-a45c-e13015524f16" + "93446608-5c1d-451f-a019-1b39465cceb0" ], "x-ms-client-request-id": [ - "48449a28-ab2b-4cbe-ba8f-5ef9f4130d6e" + "73cf6cbb-fd32-47cf-a1fb-6fd5603ce372" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/e8bd5043-750f-45e6-9d8e-7f4c205ab75f?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -875,6 +845,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -882,19 +855,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1199" ], "x-ms-correlation-request-id": [ - "48334f25-8caf-4024-a390-2fc19fffdfd5" + "3af09dc5-adb5-4c00-9593-52a8b30606bc" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005814Z:48334f25-8caf-4024-a390-2fc19fffdfd5" + "WESTUS:20200714T010520Z:3af09dc5-adb5-4c00-9593-52a8b30606bc" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:05:20 GMT" + ], "Content-Length": [ - "395" + "764" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -903,56 +879,53 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"origin1\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/profiles/profile2785/endpoints/endpoint8000/origins/origin1\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints/origins\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\",\r\n \"hostName\": \"www.hello.com\",\r\n \"httpPort\": 1265,\r\n \"httpsPort\": 8081\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"origin1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/origins/origin1\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints/origins\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\",\r\n \"hostName\": \"www.bing.com\",\r\n \"httpPort\": 1234,\r\n \"httpsPort\": 8081,\r\n \"enabled\": true,\r\n \"priority\": 5,\r\n \"weight\": 100,\r\n \"originHostHeader\": null,\r\n \"privateLinkResourceId\": \"/subscriptions/da61bba1-cbd5-438c-a738-c717a6b2d59f/resourceGroups/moeidrg/providers/Microsoft.Network/privateLinkServices/pls-east-2\",\r\n \"privateLinkLocation\": \"EastUS\",\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": \"This is a test update request\"\r\n }\r\n}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup3656/providers/Microsoft.Cdn/profiles/profile2785/endpoints/endpoint8000/origins/origin1?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyNzg1L2VuZHBvaW50cy9lbmRwb2ludDgwMDAvb3JpZ2lucy9vcmlnaW4xP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/origins/origin1?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1OTY5L2VuZHBvaW50cy9lbmRwb2ludDk4NjEvb3JpZ2lucy9vcmlnaW4xP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"httpPort\": 99999,\r\n \"httpsPort\": -2000\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hostName\": \"invalid!Hostname&\",\r\n \"httpPort\": 1234,\r\n \"httpsPort\": 8081\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "37335d96-0b82-4339-a831-648e30ad1756" + "ce80888e-5135-4fa2-b6f3-f8fb812f06c3" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "76" + "112" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:58:14 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "c5d4d783-c8e8-46b0-a4ac-c7150ea8b5c3" + "fd04121f-1590-48b9-8e1e-99fb274176b2" ], "x-ms-client-request-id": [ - "37335d96-0b82-4339-a831-648e30ad1756" + "ce80888e-5135-4fa2-b6f3-f8fb812f06c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -960,17 +933,191 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1198" ], "x-ms-correlation-request-id": [ - "cb471184-3c10-4445-81a7-f027962bd568" + "6abc2131-dcc5-42f5-933f-427d3c8e6dbb" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005815Z:cb471184-3c10-4445-81a7-f027962bd568" + "WESTUS:20200714T010542Z:6abc2131-dcc5-42f5-933f-427d3c8e6dbb" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:05:41 GMT" + ], + "Content-Length": [ + "174" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Language": [ + "en-US" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"BadRequest\",\r\n \"message\": \"HostName \\\"invalid!Hostname&\\\" is invalid. It must be a valid domain name, IP version 4, or IP version 6.\"\r\n }\r\n}", + "StatusCode": 400 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/origins/origin1?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1OTY5L2VuZHBvaW50cy9lbmRwb2ludDk4NjEvb3JpZ2lucy9vcmlnaW4xP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"hostName\": \"www.hello.com\",\r\n \"httpPort\": 1265\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e45c42e-9b7c-46fa-9d41-e304028310be" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "84" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/d248fc4b-106e-46c2-8b7a-bb9b41f228e3/profileresults/profile5969/endpointresults/endpoint9861/originresults/origin1?api-version=2020-04-15" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "47740a23-c959-464e-a3c4-78d3f0551664" + ], + "x-ms-client-request-id": [ + "8e45c42e-9b7c-46fa-9d41-e304028310be" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/d248fc4b-106e-46c2-8b7a-bb9b41f228e3?api-version=2020-04-15" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "bda2b3c4-bc2d-4570-b842-d1c321af0034" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010607Z:bda2b3c4-bc2d-4570-b842-d1c321af0034" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:06:06 GMT" + ], + "Content-Length": [ + "765" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"origin1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/origins/origin1\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints/origins\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\",\r\n \"hostName\": \"www.hello.com\",\r\n \"httpPort\": 1265,\r\n \"httpsPort\": 8081,\r\n \"enabled\": true,\r\n \"priority\": 5,\r\n \"weight\": 100,\r\n \"originHostHeader\": null,\r\n \"privateLinkResourceId\": \"/subscriptions/da61bba1-cbd5-438c-a738-c717a6b2d59f/resourceGroups/moeidrg/providers/Microsoft.Network/privateLinkServices/pls-east-2\",\r\n \"privateLinkLocation\": \"EastUS\",\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": \"This is a test update request\"\r\n }\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/origins/origin1?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1OTY5L2VuZHBvaW50cy9lbmRwb2ludDk4NjEvb3JpZ2lucy9vcmlnaW4xP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"httpPort\": 99999,\r\n \"httpsPort\": -2000\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ee8fec14-23f3-458c-a5ff-abf01471a21b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "76" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "fa76b3b0-2a30-42ba-a343-cbe84c63826b" + ], + "x-ms-client-request-id": [ + "ee8fec14-23f3-458c-a5ff-abf01471a21b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" + ], + "x-ms-correlation-request-id": [ + "4de85830-ec45-4d80-bca9-d1c9756a1a48" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010629Z:4de85830-ec45-4d80-bca9-d1c9756a1a48" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:06:29 GMT" + ], "Content-Length": [ "270" ], @@ -988,36 +1135,99 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/operationresults/83a085fd-1ab8-4a55-a92c-2cc1f0592c04?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODNhMDg1ZmQtMWFiOC00YTU1LWE5MmMtMmNjMWYwNTkyYzA0P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/e8bd5043-750f-45e6-9d8e-7f4c205ab75f?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZThiZDUwNDMtNzUwZi00NWU2LTlkOGUtN2Y0YzIwNWFiNzVmP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:58:01 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "26f397fc-384f-4dee-a8e3-93c47b396c71" + ], + "x-ms-client-request-id": [ + "bcb01ea6-a9b8-4902-96a8-d2b9f3a116d2" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-IIS/8.5" ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "606770bb-3d78-4469-901f-6b5285cd8820" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010531Z:606770bb-3d78-4469-901f-6b5285cd8820" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:05:30 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/e8bd5043-750f-45e6-9d8e-7f4c205ab75f?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZThiZDUwNDMtNzUwZi00NWU2LTlkOGUtN2Y0YzIwNWFiNzVmP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-request-id": [ - "c6ba2be6-453f-4918-9f08-0a67051fbc02" + "83ed3116-e526-4c6d-b046-9134e9de22c4" ], "x-ms-client-request-id": [ - "d5d89293-0a63-44aa-b211-21a9e849f442" + "97aa51aa-8b24-47f2-8956-a3b875bca977" ], "OData-Version": [ "4.0" @@ -1025,6 +1235,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1032,17 +1245,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11992" ], "x-ms-correlation-request-id": [ - "76908875-2d0f-43fb-b1d0-82858136c0f5" + "d5de198e-b47e-4764-8c9c-a105ae018306" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005801Z:76908875-2d0f-43fb-b1d0-82858136c0f5" + "WESTUS:20200714T010541Z:d5de198e-b47e-4764-8c9c-a105ae018306" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:05:40 GMT" + ], "Content-Length": [ "77" ], @@ -1057,36 +1273,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup3656/providers/Microsoft.Cdn/profiles/profile2785/endpoints/endpoint8000/origins/origin1?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyNzg1L2VuZHBvaW50cy9lbmRwb2ludDgwMDAvb3JpZ2lucy9vcmlnaW4xP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/origins/origin1?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1OTY5L2VuZHBvaW50cy9lbmRwb2ludDk4NjEvb3JpZ2lucy9vcmlnaW4xP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:58:01 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "a8f28121-5d6e-4181-bad2-f4d9e084eb68" + "8463f050-1ec1-48f5-af65-74c5bc37606c" ], "x-ms-client-request-id": [ - "161c09dc-7710-4159-83c4-7812f78365ee" + "fdfdd0f3-3030-42a7-ac52-fb63091cda18" ], "OData-Version": [ "4.0" @@ -1094,6 +1304,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1101,19 +1314,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11991" ], "x-ms-correlation-request-id": [ - "bdc26ea0-3826-49f8-a620-19a1f5379fc6" + "ea4bd991-46c9-4643-a38b-cbd7784cc31d" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005802Z:bdc26ea0-3826-49f8-a620-19a1f5379fc6" + "WESTUS:20200714T010541Z:ea4bd991-46c9-4643-a38b-cbd7784cc31d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:05:41 GMT" + ], "Content-Length": [ - "394" + "764" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1122,247 +1338,1207 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"origin1\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/profiles/profile2785/endpoints/endpoint8000/origins/origin1\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints/origins\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\",\r\n \"hostName\": \"www.bing.com\",\r\n \"httpPort\": 1234,\r\n \"httpsPort\": 8081\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"origin1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/origins/origin1\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints/origins\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\",\r\n \"hostName\": \"www.bing.com\",\r\n \"httpPort\": 1234,\r\n \"httpsPort\": 8081,\r\n \"enabled\": true,\r\n \"priority\": 5,\r\n \"weight\": 100,\r\n \"originHostHeader\": null,\r\n \"privateLinkResourceId\": \"/subscriptions/da61bba1-cbd5-438c-a738-c717a6b2d59f/resourceGroups/moeidrg/providers/Microsoft.Network/privateLinkServices/pls-east-2\",\r\n \"privateLinkLocation\": \"EastUS\",\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": \"This is a test update request\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/origins/origin1?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1OTY5L2VuZHBvaW50cy9lbmRwb2ludDk4NjEvb3JpZ2lucy9vcmlnaW4xP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "eb6aa66d-6fcb-41d6-bade-67c18dbc2af6" + ], + "x-ms-client-request-id": [ + "cab9df8c-b05f-48cf-b449-40ab0865263b" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "44a54d21-dfb6-4eee-a9ab-7e1c149c4f22" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010628Z:44a54d21-dfb6-4eee-a9ab-7e1c149c4f22" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:06:28 GMT" + ], + "Content-Length": [ + "765" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"origin1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/origins/origin1\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints/origins\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\",\r\n \"hostName\": \"www.hello.com\",\r\n \"httpPort\": 1265,\r\n \"httpsPort\": 8081,\r\n \"enabled\": true,\r\n \"priority\": 5,\r\n \"weight\": 100,\r\n \"originHostHeader\": null,\r\n \"privateLinkResourceId\": \"/subscriptions/da61bba1-cbd5-438c-a738-c717a6b2d59f/resourceGroups/moeidrg/providers/Microsoft.Network/privateLinkServices/pls-east-2\",\r\n \"privateLinkLocation\": \"EastUS\",\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": \"This is a test update request\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/stop?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1OTY5L2VuZHBvaW50cy9lbmRwb2ludDk4NjEvc3RvcD9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bb85b8a2-e2c4-4da2-99d8-fc2fb8e49e10" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/16522139-a0e1-4d61-aa87-7ddb7944212f/profileresults/profile5969/endpointresults/endpoint9861?api-version=2020-04-15" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "79b59cf4-086d-44fe-9ac7-511f383dcace" + ], + "x-ms-client-request-id": [ + "bb85b8a2-e2c4-4da2-99d8-fc2fb8e49e10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/16522139-a0e1-4d61-aa87-7ddb7944212f?api-version=2020-04-15" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" + ], + "x-ms-correlation-request-id": [ + "4231dce3-6066-46ff-b1ab-9af0b2bea136" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010544Z:4231dce3-6066-46ff-b1ab-9af0b2bea136" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:05:43 GMT" + ], + "Content-Length": [ + "1790" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"hostName\": \"endpoint9861.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Stopping\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"www.bing.com\",\r\n \"httpPort\": 1234,\r\n \"httpsPort\": 8081,\r\n \"originHostHeader\": null,\r\n \"priority\": 5,\r\n \"weight\": 100,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": \"/subscriptions/da61bba1-cbd5-438c-a738-c717a6b2d59f/resourceGroups/moeidrg/providers/Microsoft.Network/privateLinkServices/pls-east-2\",\r\n \"privateLinkLocation\": \"EastUS\",\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": \"This is a test update request\"\r\n }\r\n }\r\n ],\r\n \"originGroups\": [\r\n {\r\n \"name\": \"origingroup1\",\r\n \"properties\": {\r\n \"healthProbeSettings\": {\r\n \"probeIntervalInSeconds\": 60,\r\n \"probePath\": \"/healthz\",\r\n \"probeProtocol\": \"Https\",\r\n \"probeRequestType\": \"HEAD\"\r\n },\r\n \"responseBasedOriginErrorDetectionSettings\": null,\r\n \"trafficRestorationTimeToHealedOrNewEndpointsInMinutes\": null,\r\n \"origins\": [\r\n {\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/origins/origin1\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"defaultOriginGroup\": {\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/originGroups/origingroup1\"\r\n },\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/16522139-a0e1-4d61-aa87-7ddb7944212f?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMTY1MjIxMzktYTBlMS00ZDYxLWFhODctN2RkYjc5NDQyMTJmP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "8a8dd00e-3fcc-4b9b-bf60-119cd5870929" + ], + "x-ms-client-request-id": [ + "dad93102-b9bf-4a75-8f06-13f029d9b8d6" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "db393909-ca26-4e90-8b37-3eb7c0be735e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010554Z:db393909-ca26-4e90-8b37-3eb7c0be735e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:05:53 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/16522139-a0e1-4d61-aa87-7ddb7944212f?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMTY1MjIxMzktYTBlMS00ZDYxLWFhODctN2RkYjc5NDQyMTJmP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "c2373479-127a-43ab-872d-92a205b0bf76" + ], + "x-ms-client-request-id": [ + "408fad20-7490-43ab-8322-b0a8d754a6f0" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "0b68f28b-f607-4577-9289-aed2db591713" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010604Z:0b68f28b-f607-4577-9289-aed2db591713" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:06:03 GMT" + ], + "Content-Length": [ + "77" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/16522139-a0e1-4d61-aa87-7ddb7944212f/profileresults/profile5969/endpointresults/endpoint9861?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMTY1MjIxMzktYTBlMS00ZDYxLWFhODctN2RkYjc5NDQyMTJmL3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGU1OTY5L2VuZHBvaW50cmVzdWx0cy9lbmRwb2ludDk4NjE/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "6323743d-cae9-4294-9d36-c306723b943b" + ], + "x-ms-client-request-id": [ + "cbcfd5a8-7a3e-4658-ad9c-86c2bd2cc3d9" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "7aa8e837-d6f1-4bd2-a1ba-e32bc2b497d8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010605Z:7aa8e837-d6f1-4bd2-a1ba-e32bc2b497d8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:06:04 GMT" + ], + "Content-Length": [ + "2232" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"endpoint9861\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/16522139-a0e1-4d61-aa87-7ddb7944212f/profileresults/profile5969/endpointresults/endpoint9861\",\r\n \"type\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint9861.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Stopped\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"www.bing.com\",\r\n \"httpPort\": 1234,\r\n \"httpsPort\": 8081,\r\n \"originHostHeader\": null,\r\n \"priority\": 5,\r\n \"weight\": 100,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": \"/subscriptions/da61bba1-cbd5-438c-a738-c717a6b2d59f/resourceGroups/moeidrg/providers/Microsoft.Network/privateLinkServices/pls-east-2\",\r\n \"privateLinkLocation\": \"EastUS\",\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": \"This is a test update request\"\r\n }\r\n }\r\n ],\r\n \"originGroups\": [\r\n {\r\n \"name\": \"origingroup1\",\r\n \"properties\": {\r\n \"healthProbeSettings\": {\r\n \"probeIntervalInSeconds\": 60,\r\n \"probePath\": \"/healthz\",\r\n \"probeProtocol\": \"Https\",\r\n \"probeRequestType\": \"HEAD\"\r\n },\r\n \"responseBasedOriginErrorDetectionSettings\": null,\r\n \"trafficRestorationTimeToHealedOrNewEndpointsInMinutes\": null,\r\n \"origins\": [\r\n {\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/origins/origin1\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"defaultOriginGroup\": {\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/profiles/profile5969/endpoints/endpoint9861/originGroups/origingroup1\"\r\n },\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/d248fc4b-106e-46c2-8b7a-bb9b41f228e3?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZDI0OGZjNGItMTA2ZS00NmMyLThiN2EtYmI5YjQxZjIyOGUzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "7f2b0740-9158-490d-967a-ecf2ea34d463" + ], + "x-ms-client-request-id": [ + "3aa0d546-7755-4a22-ab5f-91b494e76f29" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "71bab3a0-1d42-40f9-8d22-d7e774b4d3e5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010617Z:71bab3a0-1d42-40f9-8d22-d7e774b4d3e5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:06:16 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220/providers/Microsoft.Cdn/operationresults/d248fc4b-106e-46c2-8b7a-bb9b41f228e3?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZDI0OGZjNGItMTA2ZS00NmMyLThiN2EtYmI5YjQxZjIyOGUzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "010d06b6-08cc-4f7c-9ac9-4e93e1e4598d" + ], + "x-ms-client-request-id": [ + "698f6c24-6fe9-4a84-a754-3812fc60ab02" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "9064628a-06b9-43e2-b3e8-f26b06a79347" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010628Z:9064628a-06b9-43e2-b3e8-f26b06a79347" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:06:28 GMT" + ], + "Content-Length": [ + "77" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5220?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MjIwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3dc45c88-cbf5-4807-8cf8-c52881a44c1d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "14c80d87-e6e8-4720-8e70-3787062b9bd0" + ], + "x-ms-correlation-request-id": [ + "14c80d87-e6e8-4720-8e70-3787062b9bd0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010629Z:14c80d87-e6e8-4720-8e70-3787062b9bd0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:06:29 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "412f67a8-991b-4671-8b38-9269f2957b42" + ], + "x-ms-correlation-request-id": [ + "412f67a8-991b-4671-8b38-9269f2957b42" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010644Z:412f67a8-991b-4671-8b38-9269f2957b42" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:06:43 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "c17fa353-f4e1-4621-8438-db8753cbe708" + ], + "x-ms-correlation-request-id": [ + "c17fa353-f4e1-4621-8438-db8753cbe708" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010659Z:c17fa353-f4e1-4621-8438-db8753cbe708" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:06:58 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "c01f9bad-4aec-4148-8b2c-e8c16a17bf55" + ], + "x-ms-correlation-request-id": [ + "c01f9bad-4aec-4148-8b2c-e8c16a17bf55" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010714Z:c01f9bad-4aec-4148-8b2c-e8c16a17bf55" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:07:13 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "036a5d41-d9f7-49f9-bffb-ae3fcec43e3b" + ], + "x-ms-correlation-request-id": [ + "036a5d41-d9f7-49f9-bffb-ae3fcec43e3b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010729Z:036a5d41-d9f7-49f9-bffb-ae3fcec43e3b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:07:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "aab3a313-91c7-4076-b4da-9b19d62d003a" + ], + "x-ms-correlation-request-id": [ + "aab3a313-91c7-4076-b4da-9b19d62d003a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010744Z:aab3a313-91c7-4076-b4da-9b19d62d003a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:07:44 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "5b9833c6-4420-46d9-96c6-e13f8f8b4932" + ], + "x-ms-correlation-request-id": [ + "5b9833c6-4420-46d9-96c6-e13f8f8b4932" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010759Z:5b9833c6-4420-46d9-96c6-e13f8f8b4932" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:07:59 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-request-id": [ + "8ac60f93-778c-4a04-9449-405eab919643" + ], + "x-ms-correlation-request-id": [ + "8ac60f93-778c-4a04-9449-405eab919643" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010814Z:8ac60f93-778c-4a04-9449-405eab919643" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:08:14 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "9a57f9e3-468d-4f03-92c7-7d2dcbe64c78" + ], + "x-ms-correlation-request-id": [ + "9a57f9e3-468d-4f03-92c7-7d2dcbe64c78" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T010829Z:9a57f9e3-468d-4f03-92c7-7d2dcbe64c78" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 01:08:29 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup3656/providers/Microsoft.Cdn/profiles/profile2785/endpoints/endpoint8000/stop?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyNzg1L2VuZHBvaW50cy9lbmRwb2ludDgwMDAvc3RvcD9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", - "RequestMethod": "POST", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "dc19e50b-f88e-4409-bc0f-c5f2f7a3280d" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:58:02 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/operationresults/141d9dab-0286-4118-8c13-e7bfcd66620c/profileresults/profile2785/endpointresults/endpoint8000?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ - "10" + "15" ], - "Server": [ - "Microsoft-IIS/8.5" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "x-ms-request-id": [ - "1e269345-3d3b-4585-8761-8ad67776b34f" + "d477aa22-1641-47e2-93f5-2b695574e4ce" ], - "x-ms-client-request-id": [ - "dc19e50b-f88e-4409-bc0f-c5f2f7a3280d" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/operationresults/141d9dab-0286-4118-8c13-e7bfcd66620c?api-version=2019-04-15" + "x-ms-correlation-request-id": [ + "d477aa22-1641-47e2-93f5-2b695574e4ce" ], - "OData-Version": [ - "4.0" + "x-ms-routing-request-id": [ + "WESTUS:20200714T010844Z:d477aa22-1641-47e2-93f5-2b695574e4ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" - ], - "x-ms-correlation-request-id": [ - "c7d0071e-6c34-405f-bef9-e34dd839b42b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20190508T005803Z:c7d0071e-6c34-405f-bef9-e34dd839b42b" - ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "572" - ], - "Content-Type": [ - "application/json; odata.metadata=minimal; odata.streaming=true" + "Date": [ + "Tue, 14 Jul 2020 01:08:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"hostName\": \"endpoint8000.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Stopping\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"www.bing.com\",\r\n \"httpPort\": 1234,\r\n \"httpsPort\": 8081\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n}", + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/operationresults/141d9dab-0286-4118-8c13-e7bfcd66620c?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMTQxZDlkYWItMDI4Ni00MTE4LThjMTMtZTdiZmNkNjY2MjBjP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:58:12 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "x-ms-request-id": [ - "53ee0c8c-e5b8-455f-8872-7d915b6d2966" - ], - "x-ms-client-request-id": [ - "54116a79-a1db-4e3d-8b3a-aaf7d751b2f4" - ], - "OData-Version": [ - "4.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], - "X-Powered-By": [ - "ASP.NET" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11990" + ], + "x-ms-request-id": [ + "2ad4a18e-c836-4f3d-a6ca-ddfd50955e28" ], "x-ms-correlation-request-id": [ - "a1b46ae8-514a-40dd-83ed-46327c563e34" + "2ad4a18e-c836-4f3d-a6ca-ddfd50955e28" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005813Z:a1b46ae8-514a-40dd-83ed-46327c563e34" + "WESTUS:20200714T010900Z:2ad4a18e-c836-4f3d-a6ca-ddfd50955e28" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "77" - ], - "Content-Type": [ - "application/json; odata.metadata=minimal; odata.streaming=true" + "Date": [ + "Tue, 14 Jul 2020 01:08:59 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/operationresults/141d9dab-0286-4118-8c13-e7bfcd66620c/profileresults/profile2785/endpointresults/endpoint8000?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMTQxZDlkYWItMDI4Ni00MTE4LThjMTMtZTdiZmNkNjY2MjBjL3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGUyNzg1L2VuZHBvaW50cmVzdWx0cy9lbmRwb2ludDgwMDA/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:58:13 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "x-ms-request-id": [ - "e2b47021-9cc0-4737-8532-bc3cbca727dd" - ], - "x-ms-client-request-id": [ - "d550cbd2-e27e-4951-83fd-853fff80b63b" - ], - "OData-Version": [ - "4.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], - "X-Powered-By": [ - "ASP.NET" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11989" + ], + "x-ms-request-id": [ + "7f4b8297-a50a-4365-93b2-e8a9df0503e1" ], "x-ms-correlation-request-id": [ - "637db872-1017-44be-8bb9-07632a8bf1ac" + "7f4b8297-a50a-4365-93b2-e8a9df0503e1" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005813Z:637db872-1017-44be-8bb9-07632a8bf1ac" + "WESTUS:20200714T010915Z:7f4b8297-a50a-4365-93b2-e8a9df0503e1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "982" - ], - "Content-Type": [ - "application/json; odata.metadata=minimal; odata.streaming=true" + "Date": [ + "Tue, 14 Jul 2020 01:09:14 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint8000\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656/providers/Microsoft.Cdn/operationresults/141d9dab-0286-4118-8c13-e7bfcd66620c/profileresults/profile2785/endpointresults/endpoint8000\",\r\n \"type\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint8000.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Stopped\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"www.bing.com\",\r\n \"httpPort\": 1234,\r\n \"httpsPort\": 8081\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3656?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNjU2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "5644fe4c-7e50-4b87-baab-cd4321d2a03f" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1370,29 +2546,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:58:15 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" ], "x-ms-request-id": [ - "7846ae82-8cd5-48f5-b1c0-0375dbcfdcfd" + "a896e2da-8cc1-4602-8c8e-6ad8e4e45236" ], "x-ms-correlation-request-id": [ - "7846ae82-8cd5-48f5-b1c0-0375dbcfdcfd" + "a896e2da-8cc1-4602-8c8e-6ad8e4e45236" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005815Z:7846ae82-8cd5-48f5-b1c0-0375dbcfdcfd" + "WESTUS:20200714T010930Z:a896e2da-8cc1-4602-8c8e-6ad8e4e45236" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1400,26 +2573,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:09:29 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelkxTmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1427,29 +2603,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:58:30 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11987" ], "x-ms-request-id": [ - "92e41aa7-726d-4f38-826b-ef7113c684d9" + "e5cb042d-b6f3-4a6c-beb0-1d41df865f9c" ], "x-ms-correlation-request-id": [ - "92e41aa7-726d-4f38-826b-ef7113c684d9" + "e5cb042d-b6f3-4a6c-beb0-1d41df865f9c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005830Z:92e41aa7-726d-4f38-826b-ef7113c684d9" + "WESTUS:20200714T010945Z:e5cb042d-b6f3-4a6c-beb0-1d41df865f9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1457,26 +2630,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:09:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelkxTmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1484,29 +2660,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:58:46 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11986" ], "x-ms-request-id": [ - "a632844b-cf82-4748-b937-d74b226681f5" + "4f154aa7-8db9-4469-b8d0-44925b89d16e" ], "x-ms-correlation-request-id": [ - "a632844b-cf82-4748-b937-d74b226681f5" + "4f154aa7-8db9-4469-b8d0-44925b89d16e" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005846Z:a632844b-cf82-4748-b937-d74b226681f5" + "WESTUS:20200714T011000Z:4f154aa7-8db9-4469-b8d0-44925b89d16e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1514,26 +2687,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:09:59 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelkxTmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1541,29 +2717,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:59:00 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11985" ], "x-ms-request-id": [ - "30cf41ed-fc56-4d2f-b786-9cb4000aac11" + "7c760522-f12b-40da-b04f-0c0b87c3bdd1" ], "x-ms-correlation-request-id": [ - "30cf41ed-fc56-4d2f-b786-9cb4000aac11" + "7c760522-f12b-40da-b04f-0c0b87c3bdd1" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005901Z:30cf41ed-fc56-4d2f-b786-9cb4000aac11" + "WESTUS:20200714T011015Z:7c760522-f12b-40da-b04f-0c0b87c3bdd1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1571,26 +2744,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:10:15 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelkxTmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1598,29 +2774,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:59:15 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11984" ], "x-ms-request-id": [ - "d8093fc8-b471-4224-b570-bad9cd5c0d80" + "c6c6b9b9-38f7-445c-8ac9-7637cd8d7d4e" ], "x-ms-correlation-request-id": [ - "d8093fc8-b471-4224-b570-bad9cd5c0d80" + "c6c6b9b9-38f7-445c-8ac9-7637cd8d7d4e" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005916Z:d8093fc8-b471-4224-b570-bad9cd5c0d80" + "WESTUS:20200714T011030Z:c6c6b9b9-38f7-445c-8ac9-7637cd8d7d4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1628,26 +2801,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:10:30 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelkxTmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1655,29 +2831,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:59:30 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11983" ], "x-ms-request-id": [ - "56d59fea-7063-4f27-b3b6-ccbf7481fb5d" + "954225c6-315c-4689-a3a1-63a7ff0c0a86" ], "x-ms-correlation-request-id": [ - "56d59fea-7063-4f27-b3b6-ccbf7481fb5d" + "954225c6-315c-4689-a3a1-63a7ff0c0a86" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005931Z:56d59fea-7063-4f27-b3b6-ccbf7481fb5d" + "WESTUS:20200714T011045Z:954225c6-315c-4689-a3a1-63a7ff0c0a86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1685,26 +2858,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:10:45 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelkxTmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1712,29 +2888,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:59:46 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11982" ], "x-ms-request-id": [ - "950a55b2-0b5d-4bd5-80ec-8b0aa2d962e8" + "af2a24fb-b9c4-442b-9395-5c0c81701c37" ], "x-ms-correlation-request-id": [ - "950a55b2-0b5d-4bd5-80ec-8b0aa2d962e8" + "af2a24fb-b9c4-442b-9395-5c0c81701c37" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005946Z:950a55b2-0b5d-4bd5-80ec-8b0aa2d962e8" + "WESTUS:20200714T011100Z:af2a24fb-b9c4-442b-9395-5c0c81701c37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1742,26 +2915,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:11:00 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelkxTmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1769,29 +2945,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:00:00 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11981" ], "x-ms-request-id": [ - "41fa04b7-b923-45c3-a246-1e156ed6ddc0" + "ddeebad8-5b76-47c6-8b0c-7c9f5f416df0" ], "x-ms-correlation-request-id": [ - "41fa04b7-b923-45c3-a246-1e156ed6ddc0" + "ddeebad8-5b76-47c6-8b0c-7c9f5f416df0" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010001Z:41fa04b7-b923-45c3-a246-1e156ed6ddc0" + "WESTUS:20200714T011115Z:ddeebad8-5b76-47c6-8b0c-7c9f5f416df0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1799,26 +2972,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:11:15 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelkxTmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1826,29 +3002,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:00:15 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11980" ], "x-ms-request-id": [ - "74c55b84-4433-46ae-bf4e-4f951196e2fd" + "c8aca9f9-1ffd-4431-b6ee-5efb557e634c" ], "x-ms-correlation-request-id": [ - "74c55b84-4433-46ae-bf4e-4f951196e2fd" + "c8aca9f9-1ffd-4431-b6ee-5efb557e634c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010016Z:74c55b84-4433-46ae-bf4e-4f951196e2fd" + "WESTUS:20200714T011130Z:c8aca9f9-1ffd-4431-b6ee-5efb557e634c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1856,26 +3029,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:11:30 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelkxTmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1883,29 +3059,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:00:30 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11979" ], "x-ms-request-id": [ - "f88d7c47-e876-4b9b-87b4-d0d426365bc9" + "bb83e633-f64a-4294-9558-0dcb945d473a" ], "x-ms-correlation-request-id": [ - "f88d7c47-e876-4b9b-87b4-d0d426365bc9" + "bb83e633-f64a-4294-9558-0dcb945d473a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010031Z:f88d7c47-e876-4b9b-87b4-d0d426365bc9" + "WESTUS:20200714T011145Z:bb83e633-f64a-4294-9558-0dcb945d473a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1913,26 +3086,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:11:45 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelkxTmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1940,29 +3116,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:00:46 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11978" ], "x-ms-request-id": [ - "b340aca1-f691-410e-8193-453af9cbe522" + "bf71453b-ff82-4f71-9ee8-9c729a98e1de" ], "x-ms-correlation-request-id": [ - "b340aca1-f691-410e-8193-453af9cbe522" + "bf71453b-ff82-4f71-9ee8-9c729a98e1de" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010046Z:b340aca1-f691-410e-8193-453af9cbe522" + "WESTUS:20200714T011200Z:bf71453b-ff82-4f71-9ee8-9c729a98e1de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1970,26 +3143,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:12:00 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelkxTmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1997,23 +3173,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:01:01 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11977" ], "x-ms-request-id": [ - "fb19e753-7ec4-46af-ba62-e2a48c424a63" + "88065cb3-e49e-4d1b-acac-16fe19a10562" ], "x-ms-correlation-request-id": [ - "fb19e753-7ec4-46af-ba62-e2a48c424a63" + "88065cb3-e49e-4d1b-acac-16fe19a10562" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010101Z:fb19e753-7ec4-46af-ba62-e2a48c424a63" + "WESTUS:20200714T011215Z:88065cb3-e49e-4d1b-acac-16fe19a10562" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2021,26 +3194,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:12:15 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzY1Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelkxTmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTIyMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEl5TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2048,23 +3224,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 01:01:01 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11976" ], "x-ms-request-id": [ - "d27bcbf7-2006-4dc0-ba6e-66f62c8cdbd1" + "80832dec-4db1-49f8-be44-50511db6f19d" ], "x-ms-correlation-request-id": [ - "d27bcbf7-2006-4dc0-ba6e-66f62c8cdbd1" + "80832dec-4db1-49f8-be44-50511db6f19d" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T010101Z:d27bcbf7-2006-4dc0-ba6e-66f62c8cdbd1" + "WESTUS:20200714T011215Z:80832dec-4db1-49f8-be44-50511db6f19d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2072,11 +3245,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:12:15 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -2085,14 +3261,14 @@ ], "Names": { "CreateResourceGroup": [ - "cdnResourceGroup3656" + "cdnResourceGroup5220" ], "OriginUpdateTest": [ - "profile2785", - "endpoint8000" + "profile5969", + "endpoint9861" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/GenerateSsoUriTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/GenerateSsoUriTest.json index ef4ce0c588428..f49e70de8f6af 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/GenerateSsoUriTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/GenerateSsoUriTest.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1271?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjcxP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9686?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5Njg2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "347b34fa-4f44-45c0-80c1-99f6106da303" + "2ac274d7-39ce-45a1-9c1a-d4eec22b6a7d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -29,9 +29,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:45:06 GMT" - ], "Pragma": [ "no-cache" ], @@ -39,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "bf0bf95e-47cc-4dc9-ae3c-37d379d4c40d" + "a45b2d8e-3ab9-4aa9-8e7d-776f877e3934" ], "x-ms-correlation-request-id": [ - "bf0bf95e-47cc-4dc9-ae3c-37d379d4c40d" + "a45b2d8e-3ab9-4aa9-8e7d-776f877e3934" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234506Z:bf0bf95e-47cc-4dc9-ae3c-37d379d4c40d" + "WESTUS:20200714T004215Z:a45b2d8e-3ab9-4aa9-8e7d-776f877e3934" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +50,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:42:15 GMT" + ], "Content-Length": [ "193" ], @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1271\",\r\n \"name\": \"cdnResourceGroup1271\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9686\",\r\n \"name\": \"cdnResourceGroup9686\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1271/providers/Microsoft.Cdn/profiles/profile7083?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU3MDgzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9686/providers/Microsoft.Cdn/profiles/profile5251?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5Njg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1MjUxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a98a81ec-5ccf-4961-a305-cdb52d04ca06" + "b21d5b49-cd42-4dd5-8f5e-8cf3829f3492" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -95,26 +95,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:45:13 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "74a8e1a6-bd30-4aeb-9cc4-f911cd2f4639" + "e6e681ef-ecbe-4f37-8da8-5b294af2c499" ], "x-ms-client-request-id": [ - "a98a81ec-5ccf-4961-a305-cdb52d04ca06" + "b21d5b49-cd42-4dd5-8f5e-8cf3829f3492" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1271/providers/Microsoft.Cdn/operationresults/e1512e12-1a14-48ef-93de-5547bfc4dba0?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9686/providers/Microsoft.Cdn/operationresults/0fa95517-435a-4da2-a7e1-aa831cf38dde?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -122,24 +116,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "f1eb7ae4-3a1f-4611-be36-ec4a1e8da983" + "995db2c4-93b2-4fb6-8b3e-ce4e81d578b9" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234513Z:f1eb7ae4-3a1f-4611-be36-ec4a1e8da983" + "WESTUS:20200714T004222Z:995db2c4-93b2-4fb6-8b3e-ce4e81d578b9" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:42:21 GMT" + ], "Content-Length": [ "398" ], @@ -150,40 +150,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile7083\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1271/providers/Microsoft.Cdn/profiles/profile7083\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile5251\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9686/providers/Microsoft.Cdn/profiles/profile5251\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1271/providers/Microsoft.Cdn/operationresults/e1512e12-1a14-48ef-93de-5547bfc4dba0?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZTE1MTJlMTItMWExNC00OGVmLTkzZGUtNTU0N2JmYzRkYmEwP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9686/providers/Microsoft.Cdn/operationresults/0fa95517-435a-4da2-a7e1-aa831cf38dde?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5Njg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMGZhOTU1MTctNDM1YS00ZGEyLWE3ZTEtYWE4MzFjZjM4ZGRlP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:45:23 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "9c7a370e-d878-453e-b9c5-94434e749349" + "32744fed-33d1-4f06-aaeb-ec9985ec4ec3" ], "x-ms-client-request-id": [ - "1fb985bf-4a0b-4082-b711-ce0cc99ddd4b" + "7db0c613-0009-4891-a231-75aff8383a08" ], "OData-Version": [ "4.0" @@ -191,6 +185,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -201,14 +198,17 @@ "11999" ], "x-ms-correlation-request-id": [ - "08645de3-51ec-4b6d-bcea-12d53c8bada8" + "1397ec29-acaa-4f57-a3ab-189d7399412e" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234524Z:08645de3-51ec-4b6d-bcea-12d53c8bada8" + "WESTUS:20200714T004232Z:1397ec29-acaa-4f57-a3ab-189d7399412e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:42:31 GMT" + ], "Content-Length": [ "78" ], @@ -223,36 +223,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1271/providers/Microsoft.Cdn/operationresults/e1512e12-1a14-48ef-93de-5547bfc4dba0?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZTE1MTJlMTItMWExNC00OGVmLTkzZGUtNTU0N2JmYzRkYmEwP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9686/providers/Microsoft.Cdn/operationresults/0fa95517-435a-4da2-a7e1-aa831cf38dde?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5Njg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMGZhOTU1MTctNDM1YS00ZGEyLWE3ZTEtYWE4MzFjZjM4ZGRlP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:45:33 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "a4496ab1-1177-4a20-89e2-cfc970c71391" + "0346cf94-87fa-41c7-a899-a5da4fc04910" ], "x-ms-client-request-id": [ - "4852a77e-9a41-4ad5-abe4-1d4c96469748" + "dba9f28e-cce7-4672-8908-043013ac2bb2" ], "OData-Version": [ "4.0" @@ -260,6 +254,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -270,14 +267,17 @@ "11998" ], "x-ms-correlation-request-id": [ - "8624a6f7-3e5d-4a74-aab0-bd66c9e685b8" + "458602e6-6114-4ccb-a783-e90e58251cac" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234534Z:8624a6f7-3e5d-4a74-aab0-bd66c9e685b8" + "WESTUS:20200714T004242Z:458602e6-6114-4ccb-a783-e90e58251cac" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:42:42 GMT" + ], "Content-Length": [ "78" ], @@ -292,36 +292,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1271/providers/Microsoft.Cdn/operationresults/e1512e12-1a14-48ef-93de-5547bfc4dba0?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZTE1MTJlMTItMWExNC00OGVmLTkzZGUtNTU0N2JmYzRkYmEwP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9686/providers/Microsoft.Cdn/operationresults/0fa95517-435a-4da2-a7e1-aa831cf38dde?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5Njg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMGZhOTU1MTctNDM1YS00ZGEyLWE3ZTEtYWE4MzFjZjM4ZGRlP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:45:43 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "25a3e47d-fb56-4bf6-9c43-da9fa02f8140" + "9295892e-3fd0-4a02-8006-fe78c572a928" ], "x-ms-client-request-id": [ - "38a0fadb-afcb-4cfe-92f2-60a8426d1bef" + "191f5469-284e-4f46-ab7e-1785da85c174" ], "OData-Version": [ "4.0" @@ -329,6 +323,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -339,14 +336,17 @@ "11997" ], "x-ms-correlation-request-id": [ - "4683ca23-dc76-48c4-bc5f-b564c1762f42" + "3ed829eb-0163-4d34-b9b9-639d264e8bbf" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234544Z:4683ca23-dc76-48c4-bc5f-b564c1762f42" + "WESTUS:20200714T004253Z:3ed829eb-0163-4d34-b9b9-639d264e8bbf" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:42:52 GMT" + ], "Content-Length": [ "77" ], @@ -361,36 +361,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1271/providers/Microsoft.Cdn/profiles/profile7083?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU3MDgzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9686/providers/Microsoft.Cdn/profiles/profile5251?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5Njg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1MjUxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:45:44 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "ba613fb8-fdbb-470e-9692-c1fdae063e14" + "1261eb53-26f2-4f14-8943-66cd200836e2" ], "x-ms-client-request-id": [ - "c2ae676d-62f5-48ca-b42b-3242c23a6ef2" + "8a2bb586-60e3-4688-9b2f-dd761303fed3" ], "OData-Version": [ "4.0" @@ -398,24 +392,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "b31a06e5-20b3-44b5-a21d-8b48380ea885" + "99d2c2ec-0171-4d29-b9be-305f0091d683" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234545Z:b31a06e5-20b3-44b5-a21d-8b48380ea885" + "WESTUS:20200714T004253Z:99d2c2ec-0171-4d29-b9be-305f0091d683" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:42:53 GMT" + ], "Content-Length": [ "397" ], @@ -426,46 +426,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile7083\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1271/providers/Microsoft.Cdn/profiles/profile7083\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile5251\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9686/providers/Microsoft.Cdn/profiles/profile5251\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1271/providers/Microsoft.Cdn/profiles/profile7083/generateSsoUri?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU3MDgzL2dlbmVyYXRlU3NvVXJpP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9686/providers/Microsoft.Cdn/profiles/profile5251/generateSsoUri?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5Njg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1MjUxL2dlbmVyYXRlU3NvVXJpP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ac21244-bc11-42c0-a6fd-8c83c5307bd4" + "0b4f173e-2355-46d7-b695-90a76239b5fc" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:45:44 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "900ea2f3-aec6-476e-bbdd-458cf91ee05a" + "2b564bdf-50f6-4169-9d6f-337d5c70e04b" ], "x-ms-client-request-id": [ - "8ac21244-bc11-42c0-a6fd-8c83c5307bd4" + "0b4f173e-2355-46d7-b695-90a76239b5fc" ], "OData-Version": [ "4.0" @@ -473,6 +467,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -483,14 +480,17 @@ "1199" ], "x-ms-correlation-request-id": [ - "954a9959-03ab-4d7d-881f-01eb2901ea99" + "02e15c2e-3567-4af3-a26e-a89f8b7ca65c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234545Z:954a9959-03ab-4d7d-881f-01eb2901ea99" + "WESTUS:20200714T004254Z:02e15c2e-3567-4af3-a26e-a89f8b7ca65c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:42:54 GMT" + ], "Content-Length": [ "261" ], @@ -501,26 +501,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"ssoUriValue\": \"https://cdn.windowsazure.com/account/loginexternal/?token=LtYfqJlXNK0%2f8Ni%2bu3h4kKfvbkbBcN2Cn4JiJdJK4HM%3d×tamp=2019-05-07T23:45:40.4176193Z&cdnAccountId=B1EFE&userCustomId=SSO-819f9e66-0844-442d-86ee-d00bd5080e55&restEndpointId=0\"\r\n}", + "ResponseBody": "{\r\n \"ssoUriValue\": \"https://cdn.windowsazure.com/account/loginexternal/?token=QirCEw%2f9vAFfe%2bU6zmOsfSwoe9V42g9sEY9truF8PhE%3d×tamp=2020-07-14T00:42:54.9427531Z&cdnAccountId=F125D&userCustomId=SSO-d7e93a0f-679f-468c-8fa9-ce8d5e02491f&restEndpointId=1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1271/providers/Microsoft.Cdn/profiles/profile3736?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNzM2P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9686/providers/Microsoft.Cdn/profiles/profile219?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5Njg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyMTk/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1b5960c3-ba50-4868-a05f-ed925c29f137" + "b691a9da-6404-4b65-9b56-c245a1f69a35" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -533,26 +533,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:45:45 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "2edf6052-5aca-407a-a0f0-75217da9e5ea" + "3f2d2c5f-d844-45ab-b1d8-fc6d62577a3c" ], "x-ms-client-request-id": [ - "1b5960c3-ba50-4868-a05f-ed925c29f137" + "b691a9da-6404-4b65-9b56-c245a1f69a35" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1271/providers/Microsoft.Cdn/operationresults/6b8bca7c-088d-4707-95e1-fdd968d64deb?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9686/providers/Microsoft.Cdn/operationresults/5c4c52c8-9a3a-455b-9af7-98241e615bf6?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -560,26 +554,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "23" ], "x-ms-correlation-request-id": [ - "294f7849-73de-4d98-9d7a-e8c5100a368d" + "5dd6ba5d-21b8-4964-8ade-e7ff173a2fa2" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234546Z:294f7849-73de-4d98-9d7a-e8c5100a368d" + "WESTUS:20200714T004258Z:5dd6ba5d-21b8-4964-8ade-e7ff173a2fa2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:42:57 GMT" + ], "Content-Length": [ - "398" + "396" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -588,50 +588,47 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile3736\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1271/providers/Microsoft.Cdn/profiles/profile3736\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile219\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9686/providers/Microsoft.Cdn/profiles/profile219\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1271/providers/Microsoft.Cdn/profiles/profile3736/generateSsoUri?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNzM2L2dlbmVyYXRlU3NvVXJpP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup9686/providers/Microsoft.Cdn/profiles/profile219/generateSsoUri?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5Njg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyMTkvZ2VuZXJhdGVTc29Vcmk/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5bf1049-ad8d-4283-8e78-6c252fd95857" + "752919d6-53a1-4830-8bac-b91158dedc26" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:45:45 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "84a0ac09-1d17-4d36-9c95-720f72c2e82e" + "569a1de6-a8a1-4d57-94e0-2456f76ce8cd" ], "x-ms-client-request-id": [ - "a5bf1049-ad8d-4283-8e78-6c252fd95857" + "752919d6-53a1-4830-8bac-b91158dedc26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -642,14 +639,17 @@ "1198" ], "x-ms-correlation-request-id": [ - "35a08ef9-846a-43bf-82f7-1b15812520bb" + "74042fa7-6354-4eed-b850-10620c540f5f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234546Z:35a08ef9-846a-43bf-82f7-1b15812520bb" + "WESTUS:20200714T004259Z:74042fa7-6354-4eed-b850-10620c540f5f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:42:58 GMT" + ], "Content-Length": [ "147" ], @@ -667,21 +667,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1271?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjcxP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup9686?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5Njg2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b10b3aa-0c73-4619-bff9-cfadca35a4d9" + "d6deb3c2-0c38-47df-ba02-740186d0ec21" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -689,14 +689,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:45:46 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI3MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -705,13 +702,13 @@ "14999" ], "x-ms-request-id": [ - "06ef6a93-eaef-4814-b876-92c2d459ac03" + "c6109efe-0ca4-4d90-96b6-9f5a559654d5" ], "x-ms-correlation-request-id": [ - "06ef6a93-eaef-4814-b876-92c2d459ac03" + "c6109efe-0ca4-4d90-96b6-9f5a559654d5" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234547Z:06ef6a93-eaef-4814-b876-92c2d459ac03" + "WESTUS:20200714T004259Z:c6109efe-0ca4-4d90-96b6-9f5a559654d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -719,26 +716,86 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:42:58 GMT" + ], + "Expires": [ + "-1" + ], "Content-Length": [ "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFk0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "f2ed1362-bd02-4be5-af9c-c4277300e556" + ], + "x-ms-correlation-request-id": [ + "f2ed1362-bd02-4be5-af9c-c4277300e556" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T004314Z:f2ed1362-bd02-4be5-af9c-c4277300e556" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 00:43:13 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI3MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkzTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFk0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -746,29 +803,83 @@ "Cache-Control": [ "no-cache" ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "92e957b9-8797-43b3-a1fb-197e0cc1f129" + ], + "x-ms-correlation-request-id": [ + "92e957b9-8797-43b3-a1fb-197e0cc1f129" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T004329Z:92e957b9-8797-43b3-a1fb-197e0cc1f129" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], "Date": [ - "Tue, 07 May 2019 23:46:02 GMT" + "Tue, 14 Jul 2020 00:43:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFk0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI3MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-request-id": [ - "7942baab-c404-40b5-b717-fff2097868c7" + "f1424226-a7cb-40fd-a54e-2917403f0265" ], "x-ms-correlation-request-id": [ - "7942baab-c404-40b5-b717-fff2097868c7" + "f1424226-a7cb-40fd-a54e-2917403f0265" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234602Z:7942baab-c404-40b5-b717-fff2097868c7" + "WESTUS:20200714T004344Z:f1424226-a7cb-40fd-a54e-2917403f0265" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -776,26 +887,86 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:43:43 GMT" + ], + "Expires": [ + "-1" + ], "Content-Length": [ "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFk0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "de3e1545-e675-4571-87d7-fcdcead5c807" + ], + "x-ms-correlation-request-id": [ + "de3e1545-e675-4571-87d7-fcdcead5c807" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T004359Z:de3e1545-e675-4571-87d7-fcdcead5c807" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 00:43:58 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI3MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkzTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFk0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -803,14 +974,68 @@ "Cache-Control": [ "no-cache" ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "1c08c5ce-d8cb-497a-957d-6893a4702110" + ], + "x-ms-correlation-request-id": [ + "1c08c5ce-d8cb-497a-957d-6893a4702110" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T004414Z:1c08c5ce-d8cb-497a-957d-6893a4702110" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], "Date": [ - "Tue, 07 May 2019 23:46:17 GMT" + "Tue, 14 Jul 2020 00:44:13 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFk0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI3MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -819,13 +1044,13 @@ "11994" ], "x-ms-request-id": [ - "dd4c0eb6-762c-40e2-87e8-baac12882032" + "b710d454-ff7f-4053-9955-872969821590" ], "x-ms-correlation-request-id": [ - "dd4c0eb6-762c-40e2-87e8-baac12882032" + "b710d454-ff7f-4053-9955-872969821590" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234617Z:dd4c0eb6-762c-40e2-87e8-baac12882032" + "WESTUS:20200714T004429Z:b710d454-ff7f-4053-9955-872969821590" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -833,26 +1058,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:44:29 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI3MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkzTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFk0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -860,14 +1088,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:46:32 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI3MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -876,13 +1101,13 @@ "11993" ], "x-ms-request-id": [ - "84a83691-3c2e-490f-aea3-3f179c46ee3a" + "78b86e60-9b86-484a-93ca-be1901b62880" ], "x-ms-correlation-request-id": [ - "84a83691-3c2e-490f-aea3-3f179c46ee3a" + "78b86e60-9b86-484a-93ca-be1901b62880" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234632Z:84a83691-3c2e-490f-aea3-3f179c46ee3a" + "WESTUS:20200714T004444Z:78b86e60-9b86-484a-93ca-be1901b62880" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -890,26 +1115,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:44:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI3MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkzTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFk0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -917,14 +1145,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:46:46 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI3MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -933,13 +1158,13 @@ "11992" ], "x-ms-request-id": [ - "af60835f-8af8-485f-a3c3-6a0ea9ab5a82" + "63feac33-0bb0-4d66-8702-b253b4ca3b3f" ], "x-ms-correlation-request-id": [ - "af60835f-8af8-485f-a3c3-6a0ea9ab5a82" + "63feac33-0bb0-4d66-8702-b253b4ca3b3f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234647Z:af60835f-8af8-485f-a3c3-6a0ea9ab5a82" + "WESTUS:20200714T004459Z:63feac33-0bb0-4d66-8702-b253b4ca3b3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -947,26 +1172,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:44:59 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI3MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkzTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFk0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -974,14 +1202,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:47:02 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI3MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -990,13 +1215,13 @@ "11991" ], "x-ms-request-id": [ - "6c6ada00-0c5b-4e67-875b-c4e70fe91c30" + "4ddffba2-7081-4ac8-b7d9-8ac3ae2c109f" ], "x-ms-correlation-request-id": [ - "6c6ada00-0c5b-4e67-875b-c4e70fe91c30" + "4ddffba2-7081-4ac8-b7d9-8ac3ae2c109f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234702Z:6c6ada00-0c5b-4e67-875b-c4e70fe91c30" + "WESTUS:20200714T004514Z:4ddffba2-7081-4ac8-b7d9-8ac3ae2c109f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1004,26 +1229,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:45:14 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI3MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkzTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFk0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1031,14 +1259,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:47:17 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI3MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1047,13 +1272,13 @@ "11990" ], "x-ms-request-id": [ - "66a9c1fd-a320-4287-9947-6d488ea32cae" + "ff0f4042-aaf4-4f25-8749-0d02d349e2ff" ], "x-ms-correlation-request-id": [ - "66a9c1fd-a320-4287-9947-6d488ea32cae" + "ff0f4042-aaf4-4f25-8749-0d02d349e2ff" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234717Z:66a9c1fd-a320-4287-9947-6d488ea32cae" + "WESTUS:20200714T004529Z:ff0f4042-aaf4-4f25-8749-0d02d349e2ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1061,26 +1286,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:45:29 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI3MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkzTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFk0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1088,9 +1316,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:47:32 GMT" - ], "Pragma": [ "no-cache" ], @@ -1098,13 +1323,13 @@ "11989" ], "x-ms-request-id": [ - "a3416ab1-4356-470d-b761-5335800971f7" + "b6fc7a49-1367-40b0-a7c3-efea0ef6aa36" ], "x-ms-correlation-request-id": [ - "a3416ab1-4356-470d-b761-5335800971f7" + "b6fc7a49-1367-40b0-a7c3-efea0ef6aa36" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234733Z:a3416ab1-4356-470d-b761-5335800971f7" + "WESTUS:20200714T004544Z:b6fc7a49-1367-40b0-a7c3-efea0ef6aa36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1112,26 +1337,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:45:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI3MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkzTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTY4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVFk0TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1139,9 +1367,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:47:32 GMT" - ], "Pragma": [ "no-cache" ], @@ -1149,13 +1374,13 @@ "11988" ], "x-ms-request-id": [ - "c4e4d2d2-489b-4868-af01-33fa606f5372" + "a33f0b27-d914-4c6c-b9ea-f1145ac03692" ], "x-ms-correlation-request-id": [ - "c4e4d2d2-489b-4868-af01-33fa606f5372" + "a33f0b27-d914-4c6c-b9ea-f1145ac03692" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234733Z:c4e4d2d2-489b-4868-af01-33fa606f5372" + "WESTUS:20200714T004544Z:a33f0b27-d914-4c6c-b9ea-f1145ac03692" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1163,11 +1388,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:45:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -1176,14 +1404,14 @@ ], "Names": { "CreateResourceGroup": [ - "cdnResourceGroup1271" + "cdnResourceGroup9686" ], "GenerateSsoUriTest": [ - "profile7083", - "profile3736" + "profile5251", + "profile219" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/GetSupportedOptimizationTypes.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/GetSupportedOptimizationTypes.json index d05b444a3c7ed..34199ce103a39 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/GetSupportedOptimizationTypes.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/GetSupportedOptimizationTypes.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1770?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNzcwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup8905?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4OTA1P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8957594f-ca52-4bcf-a421-a66773e7f2cb" + "ccf5bd97-046c-4a25-96ab-eb41cd6fe641" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -29,9 +29,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:42:44 GMT" - ], "Pragma": [ "no-cache" ], @@ -39,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "9d07ebcf-97e1-4f4b-b67c-05c6834e31c9" + "748a1121-a828-4386-a0d8-9cb072201360" ], "x-ms-correlation-request-id": [ - "9d07ebcf-97e1-4f4b-b67c-05c6834e31c9" + "748a1121-a828-4386-a0d8-9cb072201360" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234245Z:9d07ebcf-97e1-4f4b-b67c-05c6834e31c9" + "WESTUS:20200714T003947Z:748a1121-a828-4386-a0d8-9cb072201360" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +50,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:39:46 GMT" + ], "Content-Length": [ "193" ], @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1770\",\r\n \"name\": \"cdnResourceGroup1770\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup8905\",\r\n \"name\": \"cdnResourceGroup8905\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1770/providers/Microsoft.Cdn/profiles/profile2657?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNzcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyNjU3P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup8905/providers/Microsoft.Cdn/profiles/profile2113?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA4OTA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyMTEzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e11f1e0e-b243-4952-9e09-86f769be67ad" + "5917e888-342e-472c-a86e-9f663cb7552a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -95,26 +95,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:42:46 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "a9685d87-c721-4a5d-9bd0-61fadba93e4b" + "d1b29360-5e2e-42c8-97e6-edfe2dabf6db" ], "x-ms-client-request-id": [ - "e11f1e0e-b243-4952-9e09-86f769be67ad" + "5917e888-342e-472c-a86e-9f663cb7552a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1770/providers/Microsoft.Cdn/operationresults/892b15cc-0fe8-49fa-938d-be91ab4da337?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup8905/providers/Microsoft.Cdn/operationresults/1af26362-5e38-403c-9706-701e3a336377?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -122,24 +116,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "52c59222-47b1-4828-b10e-846864ea0c9b" + "51468d0a-6868-4fa9-a698-7897ef9d6220" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234247Z:52c59222-47b1-4828-b10e-846864ea0c9b" + "WESTUS:20200714T003956Z:51468d0a-6868-4fa9-a698-7897ef9d6220" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:39:55 GMT" + ], "Content-Length": [ "398" ], @@ -150,40 +150,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile2657\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1770/providers/Microsoft.Cdn/profiles/profile2657\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile2113\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup8905/providers/Microsoft.Cdn/profiles/profile2113\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1770/providers/Microsoft.Cdn/operationresults/892b15cc-0fe8-49fa-938d-be91ab4da337?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNzcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODkyYjE1Y2MtMGZlOC00OWZhLTkzOGQtYmU5MWFiNGRhMzM3P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup8905/providers/Microsoft.Cdn/operationresults/1af26362-5e38-403c-9706-701e3a336377?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4OTA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMWFmMjYzNjItNWUzOC00MDNjLTk3MDYtNzAxZTNhMzM2Mzc3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:42:57 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "dbf1e2a1-4cf6-4968-8dc7-23477d3f47c0" + "f245d536-ad6d-4141-af88-4642d1af6eac" ], "x-ms-client-request-id": [ - "5487d418-1dc5-4629-b151-18b937806c3d" + "56192f36-a82d-46bf-9c0f-572a53df8c36" ], "OData-Version": [ "4.0" @@ -191,6 +185,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -201,14 +198,17 @@ "11999" ], "x-ms-correlation-request-id": [ - "d40eaf81-5513-4d77-9e63-c9a5c29d3a5a" + "8ae8b18f-5714-465f-859e-87b2d2bd86f8" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234257Z:d40eaf81-5513-4d77-9e63-c9a5c29d3a5a" + "WESTUS:20200714T004006Z:8ae8b18f-5714-465f-859e-87b2d2bd86f8" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:40:05 GMT" + ], "Content-Length": [ "78" ], @@ -223,36 +223,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1770/providers/Microsoft.Cdn/operationresults/892b15cc-0fe8-49fa-938d-be91ab4da337?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNzcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODkyYjE1Y2MtMGZlOC00OWZhLTkzOGQtYmU5MWFiNGRhMzM3P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup8905/providers/Microsoft.Cdn/operationresults/1af26362-5e38-403c-9706-701e3a336377?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4OTA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMWFmMjYzNjItNWUzOC00MDNjLTk3MDYtNzAxZTNhMzM2Mzc3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:43:07 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "74f3619c-6045-46c9-a803-1ba144e7f73c" + "11cc5c39-6a55-47df-bc47-1ec96a170c26" ], "x-ms-client-request-id": [ - "12ed301a-8b8b-4b4f-99c7-0478fca3c9c4" + "8cc1eb9a-cfaf-4b3e-a356-c8d92618644d" ], "OData-Version": [ "4.0" @@ -260,6 +254,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -270,14 +267,17 @@ "11998" ], "x-ms-correlation-request-id": [ - "3e669bbb-6e61-41f5-9c12-f896d643d8d4" + "ffd026c1-f2a2-4a41-aab9-5d9db6589341" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234307Z:3e669bbb-6e61-41f5-9c12-f896d643d8d4" + "WESTUS:20200714T004017Z:ffd026c1-f2a2-4a41-aab9-5d9db6589341" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:40:16 GMT" + ], "Content-Length": [ "78" ], @@ -292,36 +292,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1770/providers/Microsoft.Cdn/operationresults/892b15cc-0fe8-49fa-938d-be91ab4da337?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNzcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODkyYjE1Y2MtMGZlOC00OWZhLTkzOGQtYmU5MWFiNGRhMzM3P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup8905/providers/Microsoft.Cdn/operationresults/1af26362-5e38-403c-9706-701e3a336377?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4OTA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMWFmMjYzNjItNWUzOC00MDNjLTk3MDYtNzAxZTNhMzM2Mzc3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:43:17 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "7ec9a603-cff9-4f37-8815-a969d3b5bf80" + "7293b9f4-039b-49c1-a452-8db60138f747" ], "x-ms-client-request-id": [ - "457825a8-fe5b-4f9c-9428-c047c454490b" + "8ab5e375-ee77-4bde-a969-7ad215325985" ], "OData-Version": [ "4.0" @@ -329,6 +323,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -339,14 +336,17 @@ "11997" ], "x-ms-correlation-request-id": [ - "e526c0ac-5d6e-4c8f-b326-4433420da731" + "532b24c3-30e2-4dbd-bac9-660e82b49f42" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234318Z:e526c0ac-5d6e-4c8f-b326-4433420da731" + "WESTUS:20200714T004027Z:532b24c3-30e2-4dbd-bac9-660e82b49f42" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:40:26 GMT" + ], "Content-Length": [ "77" ], @@ -361,36 +361,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1770/providers/Microsoft.Cdn/profiles/profile2657?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNzcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyNjU3P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup8905/providers/Microsoft.Cdn/profiles/profile2113?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA4OTA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyMTEzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:43:18 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "6c91405b-d1ad-45a3-a3ad-6375f538376f" + "3b1f265c-10f2-466a-be92-f802c052291b" ], "x-ms-client-request-id": [ - "d64de0bb-aecc-454a-95b4-77bbb9ec8153" + "3b44686b-6508-446d-8b4a-475c98828747" ], "OData-Version": [ "4.0" @@ -398,24 +392,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "eb79eeff-1bde-422a-a9f9-be566a2d99d4" + "6d0d23ea-b6bc-43eb-b07c-7d46f8ddda82" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234318Z:eb79eeff-1bde-422a-a9f9-be566a2d99d4" + "WESTUS:20200714T004028Z:6d0d23ea-b6bc-43eb-b07c-7d46f8ddda82" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:40:27 GMT" + ], "Content-Length": [ "397" ], @@ -426,46 +426,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile2657\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1770/providers/Microsoft.Cdn/profiles/profile2657\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile2113\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup8905/providers/Microsoft.Cdn/profiles/profile2113\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1770/providers/Microsoft.Cdn/profiles/profile2657/getSupportedOptimizationTypes?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNzcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyNjU3L2dldFN1cHBvcnRlZE9wdGltaXphdGlvblR5cGVzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup8905/providers/Microsoft.Cdn/profiles/profile2113/getSupportedOptimizationTypes?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA4OTA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyMTEzL2dldFN1cHBvcnRlZE9wdGltaXphdGlvblR5cGVzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71aa9401-7acc-4c0a-aaf2-f7f401d1fb2b" + "ade9c5c8-36e6-4917-b9e7-73bb2e95a977" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:43:18 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "521900dc-2821-45d5-9ebc-6b560cad0d6e" + "e62a6d75-8095-4d70-af63-b91e02b9322e" ], "x-ms-client-request-id": [ - "71aa9401-7acc-4c0a-aaf2-f7f401d1fb2b" + "ade9c5c8-36e6-4917-b9e7-73bb2e95a977" ], "OData-Version": [ "4.0" @@ -473,6 +467,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -483,14 +480,17 @@ "1199" ], "x-ms-correlation-request-id": [ - "460123e5-b313-4b25-a0e2-99e57338f2dd" + "e10679af-3bab-4cc4-88e2-d28f2357cadd" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234319Z:460123e5-b313-4b25-a0e2-99e57338f2dd" + "WESTUS:20200714T004029Z:e10679af-3bab-4cc4-88e2-d28f2357cadd" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:40:28 GMT" + ], "Content-Length": [ "95" ], @@ -505,21 +505,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1770?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNzcwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup8905?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA4OTA1P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48465d4b-a384-4254-879d-59ed1b41e010" + "25888d38-931c-4855-9a22-9e1a0bed6306" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -527,14 +527,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:43:19 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTc3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODkwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -543,13 +540,13 @@ "14999" ], "x-ms-request-id": [ - "98db9885-b3ac-4449-b8bd-ed28190a2f7f" + "8553529f-b752-400a-ab82-c6be1cc13fa7" ], "x-ms-correlation-request-id": [ - "98db9885-b3ac-4449-b8bd-ed28190a2f7f" + "8553529f-b752-400a-ab82-c6be1cc13fa7" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234320Z:98db9885-b3ac-4449-b8bd-ed28190a2f7f" + "WESTUS:20200714T004029Z:8553529f-b752-400a-ab82-c6be1cc13fa7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -557,26 +554,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:40:29 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTc3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVGMzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODkwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGt3TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -584,29 +584,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:43:34 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTc3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODkwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-request-id": [ - "edd1f01f-42bc-44f4-a3a4-015f224b58c6" + "59701d60-3463-4cff-9d16-988a69e05922" ], "x-ms-correlation-request-id": [ - "edd1f01f-42bc-44f4-a3a4-015f224b58c6" + "59701d60-3463-4cff-9d16-988a69e05922" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234335Z:edd1f01f-42bc-44f4-a3a4-015f224b58c6" + "WESTUS:20200714T004044Z:59701d60-3463-4cff-9d16-988a69e05922" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -614,26 +611,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:40:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTc3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVGMzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODkwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGt3TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -641,29 +641,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:43:49 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTc3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODkwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11998" ], "x-ms-request-id": [ - "4e32a68c-cbeb-414a-bb6c-f1e3dc163273" + "3088aeeb-847f-41d9-9788-236e2cc8fb1e" ], "x-ms-correlation-request-id": [ - "4e32a68c-cbeb-414a-bb6c-f1e3dc163273" + "3088aeeb-847f-41d9-9788-236e2cc8fb1e" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234350Z:4e32a68c-cbeb-414a-bb6c-f1e3dc163273" + "WESTUS:20200714T004059Z:3088aeeb-847f-41d9-9788-236e2cc8fb1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -671,26 +668,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:40:59 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTc3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVGMzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODkwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGt3TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -698,29 +698,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:44:05 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTc3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODkwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11997" ], "x-ms-request-id": [ - "6dedb2e9-f949-4232-a785-f580284b8c82" + "a22a4e27-759c-4d52-b9ee-d379be1ff508" ], "x-ms-correlation-request-id": [ - "6dedb2e9-f949-4232-a785-f580284b8c82" + "a22a4e27-759c-4d52-b9ee-d379be1ff508" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234405Z:6dedb2e9-f949-4232-a785-f580284b8c82" + "WESTUS:20200714T004114Z:a22a4e27-759c-4d52-b9ee-d379be1ff508" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -728,26 +725,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:41:13 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTc3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVGMzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODkwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGt3TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -755,29 +755,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:44:19 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTc3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODkwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11996" ], "x-ms-request-id": [ - "3752193b-62ce-4167-ba37-061c69762a09" + "ef1e7bd3-b893-4682-b26f-c58a8146f7e2" ], "x-ms-correlation-request-id": [ - "3752193b-62ce-4167-ba37-061c69762a09" + "ef1e7bd3-b893-4682-b26f-c58a8146f7e2" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234420Z:3752193b-62ce-4167-ba37-061c69762a09" + "WESTUS:20200714T004129Z:ef1e7bd3-b893-4682-b26f-c58a8146f7e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -785,26 +782,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:41:28 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTc3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVGMzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODkwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGt3TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -812,29 +812,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:44:34 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTc3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODkwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11995" ], "x-ms-request-id": [ - "77e06716-f80c-4749-98e6-3b9c52d48771" + "67eb38d3-9e8e-4100-8c96-9774881f796f" ], "x-ms-correlation-request-id": [ - "77e06716-f80c-4749-98e6-3b9c52d48771" + "67eb38d3-9e8e-4100-8c96-9774881f796f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234435Z:77e06716-f80c-4749-98e6-3b9c52d48771" + "WESTUS:20200714T004144Z:67eb38d3-9e8e-4100-8c96-9774881f796f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -842,26 +839,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:41:43 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTc3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVGMzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODkwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGt3TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -869,29 +869,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:44:49 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTc3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODkwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11994" ], "x-ms-request-id": [ - "7f4e101d-362d-4ac4-b574-92a6886d124c" + "52735935-2726-469f-9036-d416f0dcf046" ], "x-ms-correlation-request-id": [ - "7f4e101d-362d-4ac4-b574-92a6886d124c" + "52735935-2726-469f-9036-d416f0dcf046" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234450Z:7f4e101d-362d-4ac4-b574-92a6886d124c" + "WESTUS:20200714T004159Z:52735935-2726-469f-9036-d416f0dcf046" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -899,26 +896,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:41:58 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTc3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVGMzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODkwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGt3TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -926,23 +926,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:45:04 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11993" ], "x-ms-request-id": [ - "c6861a30-03e7-4215-b9db-22299eb057fa" + "eb3259f5-4526-4ec3-9b04-34cde36fb9e3" ], "x-ms-correlation-request-id": [ - "c6861a30-03e7-4215-b9db-22299eb057fa" + "eb3259f5-4526-4ec3-9b04-34cde36fb9e3" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234505Z:c6861a30-03e7-4215-b9db-22299eb057fa" + "WESTUS:20200714T004214Z:eb3259f5-4526-4ec3-9b04-34cde36fb9e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -950,26 +947,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:42:13 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTc3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVGMzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQODkwNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPRGt3TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -977,23 +977,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:45:04 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11992" ], "x-ms-request-id": [ - "99229a19-88a0-4d05-baf3-34e3cdfd8dd4" + "14d24260-f8b0-45c1-bf26-a7304078acdb" ], "x-ms-correlation-request-id": [ - "99229a19-88a0-4d05-baf3-34e3cdfd8dd4" + "14d24260-f8b0-45c1-bf26-a7304078acdb" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234505Z:99229a19-88a0-4d05-baf3-34e3cdfd8dd4" + "WESTUS:20200714T004214Z:14d24260-f8b0-45c1-bf26-a7304078acdb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1001,11 +998,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:42:13 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -1014,13 +1014,13 @@ ], "Names": { "CreateResourceGroup": [ - "cdnResourceGroup1770" + "cdnResourceGroup8905" ], "GetSupportedOptimizationTypes": [ - "profile2657" + "profile2113" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileCheckUsageTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileCheckUsageTest.json index ece0505cce863..50a5082509725 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileCheckUsageTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileCheckUsageTest.json @@ -1,42 +1,36 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/providers/Microsoft.Cdn/checkResourceUsage?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL2NoZWNrUmVzb3VyY2VVc2FnZT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/providers/Microsoft.Cdn/checkResourceUsage?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL2NoZWNrUmVzb3VyY2VVc2FnZT9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "28ca9585-6091-4c21-a6d5-a70078f7fbf2" + "8248bdf2-a585-432f-9a09-9e21c240c5e8" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:33:34 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "4b0b8079-4e1d-42cf-9883-a23b22878d21" + "a873fa65-1d95-4a1c-8f3e-aca3f9273f97" ], "x-ms-client-request-id": [ - "28ca9585-6091-4c21-a6d5-a70078f7fbf2" + "8248bdf2-a585-432f-9a09-9e21c240c5e8" ], "OData-Version": [ "4.0" @@ -44,6 +38,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -54,16 +51,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "f6d4c705-5493-46f4-a7bd-111cb2dadaad" + "d82d6f50-fa9e-4d94-97a5-93ebb0fd9c4f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233335Z:f6d4c705-5493-46f4-a7bd-111cb2dadaad" + "WESTUS:20200714T185437Z:d82d6f50-fa9e-4d94-97a5-93ebb0fd9c4f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 18:54:37 GMT" + ], "Content-Length": [ - "112" + "113" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -72,46 +72,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"profile\",\r\n \"unit\": \"count\",\r\n \"currentValue\": 11,\r\n \"limit\": 25\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"profile\",\r\n \"unit\": \"count\",\r\n \"currentValue\": 99,\r\n \"limit\": 200\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/providers/Microsoft.Cdn/checkResourceUsage?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL2NoZWNrUmVzb3VyY2VVc2FnZT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/providers/Microsoft.Cdn/checkResourceUsage?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL2NoZWNrUmVzb3VyY2VVc2FnZT9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b3cd3da-f87c-4a6c-9e00-0e4d6ecd4261" + "95bd2e82-d947-476c-940d-461e696c8099" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:33:58 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "ab5b06c6-8564-4de0-9973-9409aa309d5e" + "bf97f4df-84a7-4c1c-8af2-72fa10af09c6" ], "x-ms-client-request-id": [ - "3b3cd3da-f87c-4a6c-9e00-0e4d6ecd4261" + "95bd2e82-d947-476c-940d-461e696c8099" ], "OData-Version": [ "4.0" @@ -119,6 +113,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -126,19 +123,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "93195640-a5f6-4851-a045-db514058affe" + "f6e38b36-a382-403d-aca8-78e601ee7c7e" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233359Z:93195640-a5f6-4851-a045-db514058affe" + "WESTUS:20200714T185525Z:f6e38b36-a382-403d-aca8-78e601ee7c7e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 18:55:24 GMT" + ], "Content-Length": [ - "112" + "113" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -147,25 +147,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"profile\",\r\n \"unit\": \"count\",\r\n \"currentValue\": 12,\r\n \"limit\": 25\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"profile\",\r\n \"unit\": \"count\",\r\n \"currentValue\": 99,\r\n \"limit\": 200\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4270?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup553?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTM/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a9b07925-8cb9-4a29-a893-46ed0be57939" + "cf91a961-bae5-4b9b-90fc-cce946c0cb70" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -179,9 +179,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:33:36 GMT" - ], "Pragma": [ "no-cache" ], @@ -189,13 +186,13 @@ "1199" ], "x-ms-request-id": [ - "4ba9059c-d982-46d6-8a2e-263816cdc7d1" + "baf1fd28-383e-4c7f-b58a-cdfd6e5fd9a5" ], "x-ms-correlation-request-id": [ - "4ba9059c-d982-46d6-8a2e-263816cdc7d1" + "baf1fd28-383e-4c7f-b58a-cdfd6e5fd9a5" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233336Z:4ba9059c-d982-46d6-8a2e-263816cdc7d1" + "WESTUS:20200714T185438Z:baf1fd28-383e-4c7f-b58a-cdfd6e5fd9a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -203,8 +200,11 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 18:54:37 GMT" + ], "Content-Length": [ - "193" + "191" ], "Content-Type": [ "application/json; charset=utf-8" @@ -213,26 +213,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4270\",\r\n \"name\": \"cdnResourceGroup4270\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup553\",\r\n \"name\": \"cdnResourceGroup553\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4270/providers/Microsoft.Cdn/profiles/profile3413?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNDEzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup553/providers/Microsoft.Cdn/profiles/profile1582?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTE1ODI/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "38f8e782-7729-434b-a9a3-71d37d76317d" + "2dd93fce-6e36-47d9-8e7b-4ab218ee48d1" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -245,26 +245,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:33:37 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "5b9752f3-ddaa-42f1-bf9a-0372f8732092" + "9f025c12-30db-47b0-9797-bde7bea72244" ], "x-ms-client-request-id": [ - "38f8e782-7729-434b-a9a3-71d37d76317d" + "2dd93fce-6e36-47d9-8e7b-4ab218ee48d1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4270/providers/Microsoft.Cdn/operationresults/793caf04-e434-44e0-bfaa-5c0fcedb79e9?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup553/providers/Microsoft.Cdn/operationresults/ff75adef-36c0-4e10-9f6a-6c29442c3014?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -272,26 +266,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "b3dd7d42-c098-44d3-99e7-50cc76724510" + "d338d320-d1f2-43cc-ab42-b05716ec76b2" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233337Z:b3dd7d42-c098-44d3-99e7-50cc76724510" + "WESTUS:20200714T185446Z:d338d320-d1f2-43cc-ab42-b05716ec76b2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 18:54:45 GMT" + ], "Content-Length": [ - "398" + "397" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -300,40 +300,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile3413\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4270/providers/Microsoft.Cdn/profiles/profile3413\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile1582\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup553/providers/Microsoft.Cdn/profiles/profile1582\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4270/providers/Microsoft.Cdn/operationresults/793caf04-e434-44e0-bfaa-5c0fcedb79e9?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNzkzY2FmMDQtZTQzNC00NGUwLWJmYWEtNWMwZmNlZGI3OWU5P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup553/providers/Microsoft.Cdn/operationresults/ff75adef-36c0-4e10-9f6a-6c29442c3014?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9mZjc1YWRlZi0zNmMwLTRlMTAtOWY2YS02YzI5NDQyYzMwMTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:33:47 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "b56b1b7e-3e05-4f54-88ad-e992c3b55bba" + "f6f7f157-adc1-47ad-92e2-237dc60558a3" ], "x-ms-client-request-id": [ - "9539dc1a-f22f-4d8d-a2db-cd5ae4d93784" + "2f5a8e37-3fa6-482e-801f-d170aebbae60" ], "OData-Version": [ "4.0" @@ -341,6 +335,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -351,14 +348,17 @@ "11999" ], "x-ms-correlation-request-id": [ - "a26e1893-71c4-4d14-bb50-37571495b5b0" + "c5a01689-060b-4039-9a3f-f0cf67949a0d" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233348Z:a26e1893-71c4-4d14-bb50-37571495b5b0" + "WESTUS:20200714T185456Z:c5a01689-060b-4039-9a3f-f0cf67949a0d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 18:54:56 GMT" + ], "Content-Length": [ "78" ], @@ -373,36 +373,99 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4270/providers/Microsoft.Cdn/operationresults/793caf04-e434-44e0-bfaa-5c0fcedb79e9?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNzkzY2FmMDQtZTQzNC00NGUwLWJmYWEtNWMwZmNlZGI3OWU5P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup553/providers/Microsoft.Cdn/operationresults/ff75adef-36c0-4e10-9f6a-6c29442c3014?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9mZjc1YWRlZi0zNmMwLTRlMTAtOWY2YS02YzI5NDQyYzMwMTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:33:57 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "afe99740-871d-4ec1-8fdb-881250ebab4f" + ], + "x-ms-client-request-id": [ + "5ed72004-3598-4bad-8a77-a9b344b39258" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-IIS/8.5" ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "6d2d0115-139f-4d1d-8a63-162f3cc77247" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T185507Z:6d2d0115-139f-4d1d-8a63-162f3cc77247" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 18:55:06 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup553/providers/Microsoft.Cdn/operationresults/ff75adef-36c0-4e10-9f6a-6c29442c3014?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy9mZjc1YWRlZi0zNmMwLTRlMTAtOWY2YS02YzI5NDQyYzMwMTQ/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-request-id": [ - "82df5d22-99bc-4e8d-b74b-dc8197f22936" + "fa5b75c0-7bc8-48c6-b034-6b5c51eecf83" ], "x-ms-client-request-id": [ - "d88c60b8-b0d9-455b-89d3-f204d60d6639" + "df403a24-9315-48d6-b6e8-9aeae33857f4" ], "OData-Version": [ "4.0" @@ -410,6 +473,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -417,17 +483,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "5040b780-fd0b-428f-9251-0325373ac5bc" + "1a6c106c-4b59-4b29-a23b-1dea2909a474" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233358Z:5040b780-fd0b-428f-9251-0325373ac5bc" + "WESTUS:20200714T185517Z:1a6c106c-4b59-4b29-a23b-1dea2909a474" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 18:55:16 GMT" + ], "Content-Length": [ "77" ], @@ -442,36 +511,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4270/providers/Microsoft.Cdn/profiles/profile3413?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNDEzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup553/providers/Microsoft.Cdn/profiles/profile1582?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTE1ODI/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:33:58 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "2d9d57d3-d5bb-4132-8305-35284a725486" + "35223b7a-0c49-484c-92bc-1801949ab84f" ], "x-ms-client-request-id": [ - "8743dcba-2951-41cd-93ab-8330184cfbfc" + "eea838d1-7f3e-4a86-8779-e4816bac28be" ], "OData-Version": [ "4.0" @@ -479,26 +542,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "4b357b10-8e1e-4297-a0e6-a1849a17c443" + "9cfbd020-f870-421b-8399-cf951f6e53a8" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233358Z:4b357b10-8e1e-4297-a0e6-a1849a17c443" + "WESTUS:20200714T185518Z:9cfbd020-f870-421b-8399-cf951f6e53a8" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 18:55:17 GMT" + ], "Content-Length": [ - "397" + "396" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -507,46 +576,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile3413\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4270/providers/Microsoft.Cdn/profiles/profile3413\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile1582\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup553/providers/Microsoft.Cdn/profiles/profile1582\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4270/providers/Microsoft.Cdn/profiles/profile3413/checkResourceUsage?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNDEzL2NoZWNrUmVzb3VyY2VVc2FnZT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup553/providers/Microsoft.Cdn/profiles/profile1582/checkResourceUsage?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTE1ODIvY2hlY2tSZXNvdXJjZVVzYWdlP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f330eb61-2c4a-4260-9d52-2dbe7b66716c" + "8c170920-7dc2-4b8e-9a58-10a9ea32c946" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:33:59 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "508835fd-caf2-47bb-96e9-c3cb4e92b62c" + "d3500148-28b2-4926-bb98-3e93634ce5d9" ], "x-ms-client-request-id": [ - "f330eb61-2c4a-4260-9d52-2dbe7b66716c" + "8c170920-7dc2-4b8e-9a58-10a9ea32c946" ], "OData-Version": [ "4.0" @@ -554,6 +617,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -561,17 +627,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "745c7a46-709c-463c-8d33-b062d67d04a6" + "8127203a-6676-4f6c-b58d-338b7ef2a69f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233400Z:745c7a46-709c-463c-8d33-b062d67d04a6" + "WESTUS:20200714T185526Z:8127203a-6676-4f6c-b58d-338b7ef2a69f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 18:55:25 GMT" + ], "Content-Length": [ "112" ], @@ -586,42 +655,36 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4270/providers/Microsoft.Cdn/profiles/profile3413/checkResourceUsage?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNDEzL2NoZWNrUmVzb3VyY2VVc2FnZT9hcGktdmVyc2lvbj0yMDE5LTA0LTE1", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup553/providers/Microsoft.Cdn/profiles/profile1582/checkResourceUsage?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTE1ODIvY2hlY2tSZXNvdXJjZVVzYWdlP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00ef24a2-67e2-4495-8434-432ebb31b473" + "9fc2eda1-884c-4ff2-af25-9617b48638c4" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:34:11 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "5922019b-a7cf-4bcf-8414-1c11ea33a5eb" + "6540966b-8e08-46aa-a7a4-fe3247ad442b" ], "x-ms-client-request-id": [ - "00ef24a2-67e2-4495-8434-432ebb31b473" + "9fc2eda1-884c-4ff2-af25-9617b48638c4" ], "OData-Version": [ "4.0" @@ -629,6 +692,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -636,17 +702,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-correlation-request-id": [ - "fffb5afc-7ffa-4be9-a76b-3030cd8c5a27" + "2381eb28-1589-4002-9f1e-6554f7de0161" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233412Z:fffb5afc-7ffa-4be9-a76b-3030cd8c5a27" + "WESTUS:20200714T185552Z:2381eb28-1589-4002-9f1e-6554f7de0161" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 18:55:52 GMT" + ], "Content-Length": [ "112" ], @@ -661,22 +730,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4270/providers/Microsoft.Cdn/profiles/profile3413/endpoints/endpoint5992?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNDEzL2VuZHBvaW50cy9lbmRwb2ludDU5OTI/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup553/providers/Microsoft.Cdn/profiles/profile1582/endpoints/endpoint5370?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTE1ODIvZW5kcG9pbnRzL2VuZHBvaW50NTM3MD9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\"\r\n }\r\n }\r\n ]\r\n },\r\n \"location\": \"WestUs\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c6f082f7-3c52-415e-80d1-e250e105c7dc" + "4f3e975b-cfac-444b-91c8-35e3ff10000b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -689,26 +758,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:34:00 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "8c09ccce-2784-4263-a584-2c3b3b298182" + "d2579703-8c73-41da-9bcb-ffc470d33aa2" ], "x-ms-client-request-id": [ - "c6f082f7-3c52-415e-80d1-e250e105c7dc" + "4f3e975b-cfac-444b-91c8-35e3ff10000b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4270/providers/Microsoft.Cdn/operationresults/9960e4d5-af7e-4ec2-b72c-cefd271a68e3?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup553/providers/Microsoft.Cdn/operationresults/69d5b998-ba9b-48d0-bbc0-d7b8e8d85195?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -716,26 +779,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "99" ], "x-ms-correlation-request-id": [ - "5486e264-793e-4fef-96f7-3a2a2b4a8142" + "e4177b08-fc70-414f-8177-9cebf7b4a316" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233401Z:5486e264-793e-4fef-96f7-3a2a2b4a8142" + "WESTUS:20200714T185529Z:e4177b08-fc70-414f-8177-9cebf7b4a316" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 18:55:29 GMT" + ], "Content-Length": [ - "890" + "1193" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -744,40 +813,103 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint5992\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4270/providers/Microsoft.Cdn/profiles/profile3413/endpoints/endpoint5992\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint5992.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint5370\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup553/providers/Microsoft.Cdn/profiles/profile1582/endpoints/endpoint5370\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint5370.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4270/providers/Microsoft.Cdn/operationresults/9960e4d5-af7e-4ec2-b72c-cefd271a68e3?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOTk2MGU0ZDUtYWY3ZS00ZWMyLWI3MmMtY2VmZDI3MWE2OGUzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup553/providers/Microsoft.Cdn/operationresults/69d5b998-ba9b-48d0-bbc0-d7b8e8d85195?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy82OWQ1Yjk5OC1iYTliLTQ4ZDAtYmJjMC1kN2I4ZThkODUxOTU/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:34:10 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "1e8aa4a9-cb72-49d6-bfda-101db388d8c4" + ], + "x-ms-client-request-id": [ + "102f466b-3bfb-4b9e-a3a5-813de64e4750" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-IIS/8.5" ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "0bd64775-d4e6-4900-b7e0-4787a3b826fe" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T185540Z:0bd64775-d4e6-4900-b7e0-4787a3b826fe" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 18:55:39 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup553/providers/Microsoft.Cdn/operationresults/69d5b998-ba9b-48d0-bbc0-d7b8e8d85195?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vb3BlcmF0aW9ucmVzdWx0cy82OWQ1Yjk5OC1iYTliLTQ4ZDAtYmJjMC1kN2I4ZThkODUxOTU/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-request-id": [ - "cb7ab0b4-c478-4b61-ac98-decd49cd828d" + "6ffe9483-361d-4d80-b3e9-0616507527ed" ], "x-ms-client-request-id": [ - "6f6c801b-3c95-4c04-9a79-4034c01fea63" + "5e754f77-ebc2-4c49-a8bc-6a110fcd89f8" ], "OData-Version": [ "4.0" @@ -785,6 +917,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -792,17 +927,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-correlation-request-id": [ - "ad297063-f875-4457-9d93-466ec5f3cb8c" + "518eee50-57c4-480d-91f0-e316eaff3cd3" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233411Z:ad297063-f875-4457-9d93-466ec5f3cb8c" + "WESTUS:20200714T185550Z:518eee50-57c4-480d-91f0-e316eaff3cd3" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 18:55:50 GMT" + ], "Content-Length": [ "77" ], @@ -817,36 +955,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup4270/providers/Microsoft.Cdn/profiles/profile3413/endpoints/endpoint5992?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNDEzL2VuZHBvaW50cy9lbmRwb2ludDU5OTI/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup553/providers/Microsoft.Cdn/profiles/profile1582/endpoints/endpoint5370?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTMvcHJvdmlkZXJzL01pY3Jvc29mdC5DZG4vcHJvZmlsZXMvcHJvZmlsZTE1ODIvZW5kcG9pbnRzL2VuZHBvaW50NTM3MD9hcGktdmVyc2lvbj0yMDIwLTA0LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:34:11 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "523ea5d1-ba31-4c6f-affd-92dd1479bb2d" + "1d49ef55-0f32-4bdc-a5f8-f65dd03972ed" ], "x-ms-client-request-id": [ - "e6e1ae6c-0f6d-49dc-844d-76e90b8c0370" + "401afe41-57d0-403f-944b-5c1b15fa39a2" ], "OData-Version": [ "4.0" @@ -854,26 +986,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "4a9529ed-5c6c-440f-9b04-04b79aae116a" + "eca4e841-a195-42dc-a040-1049b5a4ea8a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233412Z:4a9529ed-5c6c-440f-9b04-04b79aae116a" + "WESTUS:20200714T185551Z:eca4e841-a195-42dc-a040-1049b5a4ea8a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 18:55:51 GMT" + ], "Content-Length": [ - "890" + "1193" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -882,25 +1020,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"endpoint5992\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4270/providers/Microsoft.Cdn/profiles/profile3413/endpoints/endpoint5992\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint5992.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null\r\n }\r\n }\r\n ],\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"endpoint5370\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup553/providers/Microsoft.Cdn/profiles/profile1582/endpoints/endpoint5370\",\r\n \"type\": \"Microsoft.Cdn/profiles/endpoints\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"properties\": {\r\n \"hostName\": \"endpoint5370.azureedge.net\",\r\n \"originHostHeader\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"isHttpAllowed\": true,\r\n \"isHttpsAllowed\": true,\r\n \"queryStringCachingBehavior\": \"IgnoreQueryString\",\r\n \"originPath\": null,\r\n \"origins\": [\r\n {\r\n \"name\": \"origin1\",\r\n \"properties\": {\r\n \"hostName\": \"host1.hello.com\",\r\n \"httpPort\": null,\r\n \"httpsPort\": null,\r\n \"originHostHeader\": null,\r\n \"priority\": null,\r\n \"weight\": null,\r\n \"enabled\": true,\r\n \"privateLinkResourceId\": null,\r\n \"privateLinkLocation\": null,\r\n \"privateLinkAlias\": null,\r\n \"privateEndpointStatus\": null,\r\n \"privateLinkApprovalMessage\": null\r\n }\r\n }\r\n ],\r\n \"originGroups\": [],\r\n \"defaultOriginGroup\": null,\r\n \"customDomains\": [],\r\n \"contentTypesToCompress\": [],\r\n \"isCompressionEnabled\": false,\r\n \"optimizationType\": null,\r\n \"probePath\": null,\r\n \"geoFilters\": [],\r\n \"deliveryPolicy\": null,\r\n \"urlSigningKeys\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup4270?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0MjcwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup553?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTM/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f31a902-e291-4c04-97fb-e9c41892d062" + "41439edc-df91-407a-a7ee-aeacf6b26b9f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -908,14 +1046,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:34:12 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -924,13 +1059,13 @@ "14999" ], "x-ms-request-id": [ - "9dc33512-597b-4825-97d5-c7ea5915b0fd" + "205248e8-0d60-423f-8401-4c8fe12ee8da" ], "x-ms-correlation-request-id": [ - "9dc33512-597b-4825-97d5-c7ea5915b0fd" + "205248e8-0d60-423f-8401-4c8fe12ee8da" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233413Z:9dc33512-597b-4825-97d5-c7ea5915b0fd" + "WESTUS:20200714T185552Z:205248e8-0d60-423f-8401-4c8fe12ee8da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -938,26 +1073,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 18:55:52 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV6TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -965,29 +1103,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:34:28 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-request-id": [ - "6263f5a2-9161-4a11-86a1-f708292f39d5" + "86bea482-7135-43d4-a293-9c61090323cd" ], "x-ms-correlation-request-id": [ - "6263f5a2-9161-4a11-86a1-f708292f39d5" + "86bea482-7135-43d4-a293-9c61090323cd" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233428Z:6263f5a2-9161-4a11-86a1-f708292f39d5" + "WESTUS:20200714T185607Z:86bea482-7135-43d4-a293-9c61090323cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -995,26 +1130,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 18:56:07 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV6TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1022,29 +1160,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:34:42 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-request-id": [ - "65e3e674-8f75-4eab-9b16-bd2a265142fd" + "e2b55282-2248-4010-a717-21f33d2aa53f" ], "x-ms-correlation-request-id": [ - "65e3e674-8f75-4eab-9b16-bd2a265142fd" + "e2b55282-2248-4010-a717-21f33d2aa53f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233443Z:65e3e674-8f75-4eab-9b16-bd2a265142fd" + "WESTUS:20200714T185622Z:e2b55282-2248-4010-a717-21f33d2aa53f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1052,26 +1187,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 18:56:22 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV6TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1079,29 +1217,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:34:58 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-request-id": [ - "8e894c32-07e6-4088-ae3f-02f39c9cc5ea" + "95a463a8-1a64-4c31-a839-75517ff67e25" ], "x-ms-correlation-request-id": [ - "8e894c32-07e6-4088-ae3f-02f39c9cc5ea" + "95a463a8-1a64-4c31-a839-75517ff67e25" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233458Z:8e894c32-07e6-4088-ae3f-02f39c9cc5ea" + "WESTUS:20200714T185637Z:95a463a8-1a64-4c31-a839-75517ff67e25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1109,26 +1244,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 18:56:37 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV6TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1136,29 +1274,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:35:13 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-request-id": [ - "e7b7144b-75b2-4f81-804c-da5f5bc63c49" + "9d65f462-d3be-4247-8f95-38c6188d24e2" ], "x-ms-correlation-request-id": [ - "e7b7144b-75b2-4f81-804c-da5f5bc63c49" + "9d65f462-d3be-4247-8f95-38c6188d24e2" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233513Z:e7b7144b-75b2-4f81-804c-da5f5bc63c49" + "WESTUS:20200714T185652Z:9d65f462-d3be-4247-8f95-38c6188d24e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1166,26 +1301,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 18:56:52 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV6TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1193,29 +1331,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:35:28 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-request-id": [ - "0fc9c07a-a3a9-47ca-b5df-27825d3f68a6" + "bef77cd7-4328-4ed1-b341-d73ddd4fc81b" ], "x-ms-correlation-request-id": [ - "0fc9c07a-a3a9-47ca-b5df-27825d3f68a6" + "bef77cd7-4328-4ed1-b341-d73ddd4fc81b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233528Z:0fc9c07a-a3a9-47ca-b5df-27825d3f68a6" + "WESTUS:20200714T185708Z:bef77cd7-4328-4ed1-b341-d73ddd4fc81b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1223,26 +1358,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 18:57:07 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV6TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1250,29 +1388,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:35:42 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-request-id": [ - "7ccea826-6f55-4d85-8a27-104f4be4174d" + "8d20603b-2d0d-4478-9343-1b6d9b8e03fb" ], "x-ms-correlation-request-id": [ - "7ccea826-6f55-4d85-8a27-104f4be4174d" + "8d20603b-2d0d-4478-9343-1b6d9b8e03fb" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233543Z:7ccea826-6f55-4d85-8a27-104f4be4174d" + "WESTUS:20200714T185723Z:8d20603b-2d0d-4478-9343-1b6d9b8e03fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1280,26 +1415,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 18:57:22 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV6TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1307,29 +1445,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:35:57 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-request-id": [ - "76b2965a-a5fc-4f0a-a6a3-1999e125910b" + "bc8fc924-7329-4b86-bb72-0cfe7f288161" ], "x-ms-correlation-request-id": [ - "76b2965a-a5fc-4f0a-a6a3-1999e125910b" + "bc8fc924-7329-4b86-bb72-0cfe7f288161" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233558Z:76b2965a-a5fc-4f0a-a6a3-1999e125910b" + "WESTUS:20200714T185738Z:bc8fc924-7329-4b86-bb72-0cfe7f288161" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1337,26 +1472,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 18:57:37 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV6TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1364,29 +1502,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:36:13 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-request-id": [ - "30891ecc-0c9d-453c-ad65-90757692dfda" + "ad2914e6-0643-4c3d-af8d-dfec07bf8e87" ], "x-ms-correlation-request-id": [ - "30891ecc-0c9d-453c-ad65-90757692dfda" + "ad2914e6-0643-4c3d-af8d-dfec07bf8e87" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233613Z:30891ecc-0c9d-453c-ad65-90757692dfda" + "WESTUS:20200714T185753Z:ad2914e6-0643-4c3d-af8d-dfec07bf8e87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1394,26 +1529,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 18:57:52 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV6TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1421,29 +1559,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:36:28 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11991" ], "x-ms-request-id": [ - "28480f38-6065-4b11-9def-4f55a108bebd" + "7bdd7dc2-9b9b-44d0-9b42-c58ecbef29d1" ], "x-ms-correlation-request-id": [ - "28480f38-6065-4b11-9def-4f55a108bebd" + "7bdd7dc2-9b9b-44d0-9b42-c58ecbef29d1" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233628Z:28480f38-6065-4b11-9def-4f55a108bebd" + "WESTUS:20200714T185808Z:7bdd7dc2-9b9b-44d0-9b42-c58ecbef29d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1451,26 +1586,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 18:58:07 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV6TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1478,29 +1616,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:36:43 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11990" ], "x-ms-request-id": [ - "84719c69-9a55-4fed-87bf-77e857fc0335" + "89a09c71-58a7-446a-b3bc-c1eddd9e9474" ], "x-ms-correlation-request-id": [ - "84719c69-9a55-4fed-87bf-77e857fc0335" + "89a09c71-58a7-446a-b3bc-c1eddd9e9474" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233643Z:84719c69-9a55-4fed-87bf-77e857fc0335" + "WESTUS:20200714T185823Z:89a09c71-58a7-446a-b3bc-c1eddd9e9474" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1508,26 +1643,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 18:58:23 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV6TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1535,23 +1673,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:36:58 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11989" ], "x-ms-request-id": [ - "338af790-c14d-4f4e-99d7-ad3bc7aad107" + "9a260de6-459c-4121-94f5-34808129c047" ], "x-ms-correlation-request-id": [ - "338af790-c14d-4f4e-99d7-ad3bc7aad107" + "9a260de6-459c-4121-94f5-34808129c047" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233659Z:338af790-c14d-4f4e-99d7-ad3bc7aad107" + "WESTUS:20200714T185838Z:9a260de6-459c-4121-94f5-34808129c047" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1559,26 +1694,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 18:58:38 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDI3MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOREkzTUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV6TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1586,23 +1724,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:36:58 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11988" ], "x-ms-request-id": [ - "a4d3f5fb-5b0e-4893-9aed-053a4169ab29" + "8b9a8f36-b8ae-4107-af03-1bba2ff88fa6" ], "x-ms-correlation-request-id": [ - "a4d3f5fb-5b0e-4893-9aed-053a4169ab29" + "8b9a8f36-b8ae-4107-af03-1bba2ff88fa6" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233659Z:a4d3f5fb-5b0e-4893-9aed-053a4169ab29" + "WESTUS:20200714T185838Z:8b9a8f36-b8ae-4107-af03-1bba2ff88fa6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1610,11 +1745,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 18:58:38 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -1623,14 +1761,14 @@ ], "Names": { "CreateResourceGroup": [ - "cdnResourceGroup4270" + "cdnResourceGroup553" ], "ProfileCheckUsageTest": [ - "profile3413", - "endpoint5992" + "profile1582", + "endpoint5370" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileCreateTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileCreateTest.json index cc9e5442af326..c5452f876d05e 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileCreateTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileCreateTest.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7a3c6059-b39c-467a-b04d-a75f9277ea52" + "3df1d6e7-8fec-4a37-bce6-8c949933110c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -29,9 +29,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:47:28 GMT" - ], "Pragma": [ "no-cache" ], @@ -39,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "0245ee22-df53-4e55-9ac6-16a89e425ab0" + "f683644b-f3ab-40ad-9b94-c6ec89a43930" ], "x-ms-correlation-request-id": [ - "0245ee22-df53-4e55-9ac6-16a89e425ab0" + "f683644b-f3ab-40ad-9b94-c6ec89a43930" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234729Z:0245ee22-df53-4e55-9ac6-16a89e425ab0" + "WESTUS:20200714T004545Z:f683644b-f3ab-40ad-9b94-c6ec89a43930" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +50,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:45:45 GMT" + ], "Content-Length": [ "193" ], @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1926\",\r\n \"name\": \"cdnResourceGroup1926\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5525\",\r\n \"name\": \"cdnResourceGroup5525\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1926/providers/Microsoft.Cdn/profiles/profile8202?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4MjAyP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5525/providers/Microsoft.Cdn/profiles/profile2941?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyOTQxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eedff2cc-75e1-4afa-95ff-e19f67fbee8e" + "cb4bc144-4755-4d7d-b840-15a1ae42715e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -95,26 +95,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:47:30 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "9b788bcd-4cb4-4603-85e4-e2222e248fe1" + "a1fa7b04-310b-471c-bf4d-023c0cbe32c7" ], "x-ms-client-request-id": [ - "eedff2cc-75e1-4afa-95ff-e19f67fbee8e" + "cb4bc144-4755-4d7d-b840-15a1ae42715e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/operationresults/531e136f-69ef-4f8f-80a6-40fa2ad201c3?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/operationresults/31fa76dc-3961-4459-8159-0bb339202c5d?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -122,24 +116,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "0d65c3f3-32f9-42fb-9740-c9f7855b47ba" + "12eaac98-41c2-4cf7-9785-ce2ccb99d3b1" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234731Z:0d65c3f3-32f9-42fb-9740-c9f7855b47ba" + "WESTUS:20200714T004551Z:12eaac98-41c2-4cf7-9785-ce2ccb99d3b1" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:45:50 GMT" + ], "Content-Length": [ "398" ], @@ -150,40 +150,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile8202\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/profiles/profile8202\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile2941\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/profiles/profile2941\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/operationresults/531e136f-69ef-4f8f-80a6-40fa2ad201c3?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNTMxZTEzNmYtNjllZi00ZjhmLTgwYTYtNDBmYTJhZDIwMWMzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/operationresults/31fa76dc-3961-4459-8159-0bb339202c5d?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMzFmYTc2ZGMtMzk2MS00NDU5LTgxNTktMGJiMzM5MjAyYzVkP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:47:41 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "4b060dbe-f92b-4358-b023-481633152299" + "03e4f16a-3a31-4f22-a326-d81cd3631dac" ], "x-ms-client-request-id": [ - "7bf00250-9e06-4dd0-8d49-66aa75d918a2" + "54898d52-319c-4752-b5f1-33fc1c73f2cb" ], "OData-Version": [ "4.0" @@ -191,6 +185,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -201,14 +198,17 @@ "11999" ], "x-ms-correlation-request-id": [ - "4c40650d-672b-4e06-94fb-020aa1d7648e" + "e500e353-710c-4b92-a614-07373f790b15" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234741Z:4c40650d-672b-4e06-94fb-020aa1d7648e" + "WESTUS:20200714T004601Z:e500e353-710c-4b92-a614-07373f790b15" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:46:00 GMT" + ], "Content-Length": [ "78" ], @@ -223,36 +223,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/operationresults/531e136f-69ef-4f8f-80a6-40fa2ad201c3?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNTMxZTEzNmYtNjllZi00ZjhmLTgwYTYtNDBmYTJhZDIwMWMzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/operationresults/31fa76dc-3961-4459-8159-0bb339202c5d?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMzFmYTc2ZGMtMzk2MS00NDU5LTgxNTktMGJiMzM5MjAyYzVkP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:47:51 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "acaa4aa4-e5aa-4930-8424-c0afc016879d" + "3221608e-8db2-4eaa-813f-07e0830b490f" ], "x-ms-client-request-id": [ - "af184a4e-51a0-442c-a32e-082f34e3c4b3" + "adb93870-dfc7-4894-8fd8-1855ed0ecf8b" ], "OData-Version": [ "4.0" @@ -260,6 +254,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -270,14 +267,17 @@ "11998" ], "x-ms-correlation-request-id": [ - "339cebed-3b4f-40a4-bc51-f7a11f24f9d8" + "b496d5ce-2335-4aac-a712-719b4a04a5e0" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234751Z:339cebed-3b4f-40a4-bc51-f7a11f24f9d8" + "WESTUS:20200714T004611Z:b496d5ce-2335-4aac-a712-719b4a04a5e0" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:46:11 GMT" + ], "Content-Length": [ "78" ], @@ -292,36 +292,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/operationresults/531e136f-69ef-4f8f-80a6-40fa2ad201c3?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNTMxZTEzNmYtNjllZi00ZjhmLTgwYTYtNDBmYTJhZDIwMWMzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/operationresults/31fa76dc-3961-4459-8159-0bb339202c5d?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMzFmYTc2ZGMtMzk2MS00NDU5LTgxNTktMGJiMzM5MjAyYzVkP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:48:01 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "aca5ad7a-4be1-4ea5-ad80-8d86b74b1dfc" + "4695ab65-c902-4db9-97a6-fee7dab7eadd" ], "x-ms-client-request-id": [ - "3d700728-bbed-401d-8b47-33ce0d19d518" + "f686c4e4-d99b-4e34-9d96-4131c8a9ff8f" ], "OData-Version": [ "4.0" @@ -329,6 +323,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -339,14 +336,17 @@ "11997" ], "x-ms-correlation-request-id": [ - "0325f250-f1d9-46f5-930b-0244247ab2b7" + "0255e599-fd56-4807-9786-27f56975a1fe" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234801Z:0325f250-f1d9-46f5-930b-0244247ab2b7" + "WESTUS:20200714T004621Z:0255e599-fd56-4807-9786-27f56975a1fe" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:46:21 GMT" + ], "Content-Length": [ "77" ], @@ -361,36 +361,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1926/providers/Microsoft.Cdn/profiles/profile8202?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4MjAyP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5525/providers/Microsoft.Cdn/profiles/profile2941?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyOTQxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:48:01 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "2a978b89-8d7a-431b-abb2-e2ee6d4b5925" + "d8b3de1b-e7e1-41d0-a2db-09bde10a4bf8" ], "x-ms-client-request-id": [ - "99d0c752-d45e-4a1d-bf7b-1ec82ca6b2f2" + "b0dfb8b9-d735-4c66-a169-039de23d6c2f" ], "OData-Version": [ "4.0" @@ -398,24 +392,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "4be78867-db6d-43a5-82b6-8e450c2a7bb2" + "3123f82d-9929-4f49-9d0b-23dda4e68dd6" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234802Z:4be78867-db6d-43a5-82b6-8e450c2a7bb2" + "WESTUS:20200714T004622Z:3123f82d-9929-4f49-9d0b-23dda4e68dd6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:46:22 GMT" + ], "Content-Length": [ "397" ], @@ -426,26 +426,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile8202\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/profiles/profile8202\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile2941\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/profiles/profile2941\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1926/providers/Microsoft.Cdn/profiles/profile1538?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxNTM4P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5525/providers/Microsoft.Cdn/profiles/profile4557?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0NTU3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5d659aba-1217-45da-b7a6-7c41980c6917" + "ce00e704-3256-47e7-9986-871aa60d0fea" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -458,26 +458,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:48:04 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "d6973df6-ed01-4bca-a369-e4be8116ff47" + "bb862e26-9482-410e-bf1d-80a9ab479954" ], "x-ms-client-request-id": [ - "5d659aba-1217-45da-b7a6-7c41980c6917" + "ce00e704-3256-47e7-9986-871aa60d0fea" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/operationresults/6758cba2-0624-4b64-bd24-e8d19a71db55?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/operationresults/b9486370-2274-4805-a001-3eff1a4560b5?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -485,24 +479,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "23" ], "x-ms-correlation-request-id": [ - "27b7b0fa-ee2f-4110-8ab6-86c9b84da110" + "72622ad4-9c21-4548-aaa5-0e233cd1de89" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234804Z:27b7b0fa-ee2f-4110-8ab6-86c9b84da110" + "WESTUS:20200714T004625Z:72622ad4-9c21-4548-aaa5-0e233cd1de89" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:46:24 GMT" + ], "Content-Length": [ "397" ], @@ -513,40 +513,103 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile1538\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/profiles/profile1538\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile4557\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/profiles/profile4557\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/operationresults/6758cba2-0624-4b64-bd24-e8d19a71db55?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNjc1OGNiYTItMDYyNC00YjY0LWJkMjQtZThkMTlhNzFkYjU1P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/operationresults/b9486370-2274-4805-a001-3eff1a4560b5?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYjk0ODYzNzAtMjI3NC00ODA1LWEwMDEtM2VmZjFhNDU2MGI1P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:48:14 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "3099e8f7-dda9-4713-afb3-fa8625cb83ff" + ], + "x-ms-client-request-id": [ + "28e94df1-983c-4673-aaad-35dd0eb32b77" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-IIS/8.5" ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "bcdef141-7842-412c-a6ba-e1ae952f78d8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T004635Z:bcdef141-7842-412c-a6ba-e1ae952f78d8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 00:46:34 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/operationresults/b9486370-2274-4805-a001-3eff1a4560b5?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYjk0ODYzNzAtMjI3NC00ODA1LWEwMDEtM2VmZjFhNDU2MGI1P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-request-id": [ - "c2975054-c701-4526-8049-835404395432" + "651d6d7b-49ba-4552-b3b3-a7de0f015c08" ], "x-ms-client-request-id": [ - "1d6c9a07-6e5a-4e19-9ebb-3af2ae83b816" + "f73ce8fd-1171-4b4c-bded-d2562dfc6a32" ], "OData-Version": [ "4.0" @@ -554,6 +617,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -564,14 +630,17 @@ "11995" ], "x-ms-correlation-request-id": [ - "cff1eb67-e8a9-4996-a3c8-aa3a17edb006" + "4f75d30b-d716-4175-8812-a0724c93b329" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234814Z:cff1eb67-e8a9-4996-a3c8-aa3a17edb006" + "WESTUS:20200714T004645Z:4f75d30b-d716-4175-8812-a0724c93b329" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:46:45 GMT" + ], "Content-Length": [ "77" ], @@ -586,36 +655,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1926/providers/Microsoft.Cdn/profiles/profile1538?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxNTM4P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5525/providers/Microsoft.Cdn/profiles/profile4557?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0NTU3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:48:14 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "87ee93b7-1a88-4395-8f65-00a022514626" + "2c51fe0a-4a88-49f4-9461-c63a794b4670" ], "x-ms-client-request-id": [ - "1cc9dd62-6666-4f2e-9bac-bb710c3da5bd" + "9e8e6bd7-4a74-4fc4-acf7-47d21ce549d5" ], "OData-Version": [ "4.0" @@ -623,24 +686,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "48" ], "x-ms-correlation-request-id": [ - "8f0f301c-5858-495d-9681-0fb4d6116a49" + "91884106-02c7-4044-8027-4350afcc823f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234815Z:8f0f301c-5858-495d-9681-0fb4d6116a49" + "WESTUS:20200714T004646Z:91884106-02c7-4044-8027-4350afcc823f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:46:45 GMT" + ], "Content-Length": [ "396" ], @@ -651,26 +720,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile1538\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/profiles/profile1538\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile4557\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/profiles/profile4557\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1926/providers/Microsoft.Cdn/profiles/profile1583?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxNTgzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5525/providers/Microsoft.Cdn/profiles/profile4868?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0ODY4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key5\": \"value5\",\r\n \"key6\": \"value6\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "62dc9fb0-ae94-444d-a726-7fe7e01f565e" + "29c95b49-3dfb-4bab-9311-cc8d887baa61" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -683,26 +752,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:48:16 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "e0cecd10-a9ad-4eaa-bb9c-45ba4a6a4ada" + "37066d96-3342-4da5-b121-d41ab6669d4c" ], "x-ms-client-request-id": [ - "62dc9fb0-ae94-444d-a726-7fe7e01f565e" + "29c95b49-3dfb-4bab-9311-cc8d887baa61" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/operationresults/1d21b821-8fed-475a-8454-09f8ce95b625?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/operationresults/ea74d395-68c4-4d6d-903c-bfd68d6af503?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -710,24 +773,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "22" ], "x-ms-correlation-request-id": [ - "b9a6ed6e-ad05-459f-9a7c-6d9c5906a0d8" + "c7723709-940d-4b9c-80d4-a343a2b5fcc6" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234816Z:b9a6ed6e-ad05-459f-9a7c-6d9c5906a0d8" + "WESTUS:20200714T004655Z:c7723709-940d-4b9c-80d4-a343a2b5fcc6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:46:55 GMT" + ], "Content-Length": [ "400" ], @@ -738,40 +807,103 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile1583\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/profiles/profile1583\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key5\": \"value5\",\r\n \"key6\": \"value6\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile4868\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/profiles/profile4868\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key5\": \"value5\",\r\n \"key6\": \"value6\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/operationresults/1d21b821-8fed-475a-8454-09f8ce95b625?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMWQyMWI4MjEtOGZlZC00NzVhLTg0NTQtMDlmOGNlOTViNjI1P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/operationresults/ea74d395-68c4-4d6d-903c-bfd68d6af503?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZWE3NGQzOTUtNjhjNC00ZDZkLTkwM2MtYmZkNjhkNmFmNTAzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:48:27 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "d5acd6d7-22c5-4426-a42c-659c74e13618" + ], + "x-ms-client-request-id": [ + "a556ab57-88e0-4d11-a0b2-123bcabbbcdb" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-IIS/8.5" ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "f685a262-517f-45fc-808f-f5455aa84b4f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T004706Z:f685a262-517f-45fc-808f-f5455aa84b4f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 00:47:06 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/operationresults/ea74d395-68c4-4d6d-903c-bfd68d6af503?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZWE3NGQzOTUtNjhjNC00ZDZkLTkwM2MtYmZkNjhkNmFmNTAzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-request-id": [ - "420107ee-b8d2-4fb2-9010-4fabab92e4ea" + "54302f44-c9c2-4d81-bdf3-f9eccd76e9bf" ], "x-ms-client-request-id": [ - "8f62af90-a4e8-4167-a0ce-103dc4ff6ae4" + "a5117dee-aa7c-4581-af44-a704decfc1ff" ], "OData-Version": [ "4.0" @@ -779,6 +911,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -789,14 +924,17 @@ "11993" ], "x-ms-correlation-request-id": [ - "77eacf98-43af-4ea4-b963-d693041ffb29" + "4e41855f-3ec3-47c6-9a75-ae680ce5d6be" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234827Z:77eacf98-43af-4ea4-b963-d693041ffb29" + "WESTUS:20200714T004716Z:4e41855f-3ec3-47c6-9a75-ae680ce5d6be" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:47:16 GMT" + ], "Content-Length": [ "77" ], @@ -811,36 +949,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1926/providers/Microsoft.Cdn/profiles/profile1583?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxNTgzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5525/providers/Microsoft.Cdn/profiles/profile4868?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0ODY4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:48:27 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "44a36fac-db3a-471b-b021-5697aec994b6" + "5e0ed99c-efa0-4978-acc8-fb807035a3bb" ], "x-ms-client-request-id": [ - "f4599e5d-99ee-4a85-92fd-ef9d1da31f91" + "768e5f73-c995-4d33-a6ad-0d2c5949dc67" ], "OData-Version": [ "4.0" @@ -848,24 +980,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "47" ], "x-ms-correlation-request-id": [ - "2d1b53bb-4f37-4cae-9dfa-f96821c48b43" + "e6811fbf-af25-4271-9803-592f08cb830c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234827Z:2d1b53bb-4f37-4cae-9dfa-f96821c48b43" + "WESTUS:20200714T004717Z:e6811fbf-af25-4271-9803-592f08cb830c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:47:17 GMT" + ], "Content-Length": [ "399" ], @@ -876,26 +1014,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile1583\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/profiles/profile1583\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key5\": \"value5\",\r\n \"key6\": \"value6\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile4868\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/profiles/profile4868\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key5\": \"value5\",\r\n \"key6\": \"value6\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1926/providers/Microsoft.Cdn/profiles/profile5613?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1NjEzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5525/providers/Microsoft.Cdn/profiles/profile5179?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1MTc5P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"tags\": {\r\n \"key7\": \"value7\",\r\n \"key8\": \"value8\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fab3d526-88d4-46a5-88e7-8fad031f1519" + "d733215d-fc8c-444c-80fe-8868b0b5385b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -908,26 +1046,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:48:28 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "39144eed-c36d-4eed-aadc-68849c45d5ec" + "975058e1-966e-4674-9e35-ba6119f4f1ef" ], "x-ms-client-request-id": [ - "fab3d526-88d4-46a5-88e7-8fad031f1519" + "d733215d-fc8c-444c-80fe-8868b0b5385b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/operationresults/95c612ff-cec8-4e36-8149-8ea3ed00c14b?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/operationresults/dd596a0c-2ea4-4c67-856e-5872a75678b4?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -935,24 +1067,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "21" ], "x-ms-correlation-request-id": [ - "0ce4ce4a-dcc9-4adb-979c-4d88205d4ddf" + "7b7de042-50dd-4bb9-9606-8cf54e6cd00e" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234828Z:0ce4ce4a-dcc9-4adb-979c-4d88205d4ddf" + "WESTUS:20200714T004719Z:7b7de042-50dd-4bb9-9606-8cf54e6cd00e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:47:19 GMT" + ], "Content-Length": [ "397" ], @@ -963,26 +1101,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile5613\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/profiles/profile5613\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key7\": \"value7\",\r\n \"key8\": \"value8\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile5179\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/profiles/profile5179\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key7\": \"value7\",\r\n \"key8\": \"value8\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1926/providers/Microsoft.Cdn/profiles/profile5613?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1NjEzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5525/providers/Microsoft.Cdn/profiles/profile5179?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1MTc5P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "35f92f06-5dee-48fe-b60c-c88850a538a9" + "61675fad-1130-4cad-a250-6c9dd8312e9e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -995,9 +1133,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:49:20 GMT" - ], "Pragma": [ "no-cache" ], @@ -1005,13 +1140,13 @@ "gateway" ], "x-ms-request-id": [ - "87759d49-da76-414c-ab90-4d2e502ad862" + "2f507977-c650-4ca2-b619-a654b875b0ee" ], "x-ms-correlation-request-id": [ - "87759d49-da76-414c-ab90-4d2e502ad862" + "2f507977-c650-4ca2-b619-a654b875b0ee" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234921Z:87759d49-da76-414c-ab90-4d2e502ad862" + "WESTUS:20200714T004802Z:2f507977-c650-4ca2-b619-a654b875b0ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1019,6 +1154,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:48:01 GMT" + ], "Content-Length": [ "266" ], @@ -1029,40 +1167,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"InvalidResourceLocation\",\r\n \"message\": \"The resource 'profile5613' already exists in location 'eastus' in resource group 'cdnResourceGroup1926'. A resource with the same name cannot be created in location 'WestUs'. Please select a new resource name.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"InvalidResourceLocation\",\r\n \"message\": \"The resource 'profile5179' already exists in location 'eastus' in resource group 'cdnResourceGroup5525'. A resource with the same name cannot be created in location 'WestUs'. Please select a new resource name.\"\r\n }\r\n}", "StatusCode": 409 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/operationresults/95c612ff-cec8-4e36-8149-8ea3ed00c14b?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOTVjNjEyZmYtY2VjOC00ZTM2LTgxNDktOGVhM2VkMDBjMTRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/operationresults/dd596a0c-2ea4-4c67-856e-5872a75678b4?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGQ1OTZhMGMtMmVhNC00YzY3LTg1NmUtNTg3MmE3NTY3OGI0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:48:38 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "fa0c74c0-f817-4751-8272-da4185b0f4dc" + "dc3fa7b6-781f-4499-9eac-db0903d98170" ], "x-ms-client-request-id": [ - "c60c5a71-32dc-4164-b893-87694f735cc6" + "b635e175-926c-4a45-a18a-bd3950e8dd99" ], "OData-Version": [ "4.0" @@ -1070,6 +1202,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1077,18 +1212,21 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-correlation-request-id": [ - "8bfed5ad-a5d3-4d86-b242-ac2237264c38" + "788bab36-3a4d-468c-bbdb-c7cdbac3531e" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234838Z:8bfed5ad-a5d3-4d86-b242-ac2237264c38" + "WESTUS:20200714T004730Z:788bab36-3a4d-468c-bbdb-c7cdbac3531e" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ + "Date": [ + "Tue, 14 Jul 2020 00:47:30 GMT" + ], + "Content-Length": [ "78" ], "Content-Type": [ @@ -1102,36 +1240,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/operationresults/95c612ff-cec8-4e36-8149-8ea3ed00c14b?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOTVjNjEyZmYtY2VjOC00ZTM2LTgxNDktOGVhM2VkMDBjMTRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/operationresults/dd596a0c-2ea4-4c67-856e-5872a75678b4?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGQ1OTZhMGMtMmVhNC00YzY3LTg1NmUtNTg3MmE3NTY3OGI0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:48:48 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "f9095c3b-0fe7-4ad9-95d3-df50b5d700ab" + "d6d44c9c-f5e6-4141-9483-2aec1d9cfe7e" ], "x-ms-client-request-id": [ - "6918674e-2503-435c-a23f-8584ee21f426" + "de248255-6481-4433-bc5f-d8792ebfe6bf" ], "OData-Version": [ "4.0" @@ -1139,6 +1271,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1146,17 +1281,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11991" ], "x-ms-correlation-request-id": [ - "9a7c06d8-95f2-4837-bb13-8cd1b6f62fe2" + "b3f3c356-2315-49d2-a2ec-cbd1539381c1" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234848Z:9a7c06d8-95f2-4837-bb13-8cd1b6f62fe2" + "WESTUS:20200714T004740Z:b3f3c356-2315-49d2-a2ec-cbd1539381c1" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:47:40 GMT" + ], "Content-Length": [ "78" ], @@ -1171,36 +1309,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/operationresults/95c612ff-cec8-4e36-8149-8ea3ed00c14b?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOTVjNjEyZmYtY2VjOC00ZTM2LTgxNDktOGVhM2VkMDBjMTRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/operationresults/dd596a0c-2ea4-4c67-856e-5872a75678b4?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGQ1OTZhMGMtMmVhNC00YzY3LTg1NmUtNTg3MmE3NTY3OGI0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:48:59 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "f17dd7ce-7d6c-4ede-8424-9d4252c728d0" + "3bf9c76a-b9cd-40eb-b95f-c4f0f4e98b8c" ], "x-ms-client-request-id": [ - "f63ad59c-3426-428d-96bc-7962e9c69e3e" + "12d42051-7b46-4a7e-9f89-7e090efb9789" ], "OData-Version": [ "4.0" @@ -1208,6 +1340,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1215,17 +1350,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11990" ], "x-ms-correlation-request-id": [ - "6ef26761-6473-4d58-9166-49ccae52c309" + "a5542617-2bbf-4eb6-ad67-05bc0cab9135" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234859Z:6ef26761-6473-4d58-9166-49ccae52c309" + "WESTUS:20200714T004750Z:a5542617-2bbf-4eb6-ad67-05bc0cab9135" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:47:50 GMT" + ], "Content-Length": [ "78" ], @@ -1240,36 +1378,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/operationresults/95c612ff-cec8-4e36-8149-8ea3ed00c14b?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOTVjNjEyZmYtY2VjOC00ZTM2LTgxNDktOGVhM2VkMDBjMTRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/operationresults/dd596a0c-2ea4-4c67-856e-5872a75678b4?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGQ1OTZhMGMtMmVhNC00YzY3LTg1NmUtNTg3MmE3NTY3OGI0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:49:09 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "72ceae3b-7fc1-45a0-87d8-5170fdcbaaca" + "e8993365-cb57-4c98-b037-10bce1403661" ], "x-ms-client-request-id": [ - "58b536c7-e401-4173-91a2-fa0d5dc38031" + "29158e10-fd92-429e-87de-ed293e1c2c5a" ], "OData-Version": [ "4.0" @@ -1277,6 +1409,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1284,19 +1419,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11989" ], "x-ms-correlation-request-id": [ - "f8c3f522-f4a0-432f-ae0e-04d9dff58a89" + "6e96c972-b13b-4438-aea9-6098e0d5c164" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234909Z:f8c3f522-f4a0-432f-ae0e-04d9dff58a89" + "WESTUS:20200714T004801Z:6e96c972-b13b-4438-aea9-6098e0d5c164" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:48:00 GMT" + ], "Content-Length": [ - "78" + "77" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1305,40 +1443,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/operationresults/95c612ff-cec8-4e36-8149-8ea3ed00c14b?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOTVjNjEyZmYtY2VjOC00ZTM2LTgxNDktOGVhM2VkMDBjMTRiP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5525/providers/Microsoft.Cdn/profiles/profile5179?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1MTc5P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:49:19 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "175dcaa9-789f-4cf8-b126-9a422320366a" + "44987f0c-951b-432c-8dae-0364cac2fe91" ], "x-ms-client-request-id": [ - "ce4a934e-36e0-496f-b573-c406728c34f9" + "64c6f3b5-4a49-4365-aada-77f948cf8e9e" ], "OData-Version": [ "4.0" @@ -1346,26 +1478,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "46" ], "x-ms-correlation-request-id": [ - "23a57ac4-5eb9-4e86-b3a8-aaf729106ad6" + "6843dfad-6cf6-4d12-986e-38751883f194" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234920Z:23a57ac4-5eb9-4e86-b3a8-aaf729106ad6" + "WESTUS:20200714T004801Z:6843dfad-6cf6-4d12-986e-38751883f194" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:48:01 GMT" + ], "Content-Length": [ - "77" + "396" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1374,94 +1512,139 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile5179\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525/providers/Microsoft.Cdn/profiles/profile5179\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key7\": \"value7\",\r\n \"key8\": \"value8\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1926/providers/Microsoft.Cdn/profiles/profile5613?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1NjEzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5525?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1NTI1P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "cdce8f35-cb52-4067-942b-bb852414e2fd" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:49:20 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "99833257-cc7e-4416-9f34-f3109f0b1215" + "4c9394dd-9770-4282-8043-742ed15737a7" ], - "x-ms-client-request-id": [ - "0d14a5cf-e145-47b5-b11c-79f029a3b032" + "x-ms-correlation-request-id": [ + "4c9394dd-9770-4282-8043-742ed15737a7" ], - "OData-Version": [ - "4.0" + "x-ms-routing-request-id": [ + "WESTUS:20200714T004802Z:4c9394dd-9770-4282-8043-742ed15737a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "X-Content-Type-Options": [ + "nosniff" ], - "X-Powered-By": [ - "ASP.NET" + "Date": [ + "Tue, 14 Jul 2020 00:48:01 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV5TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11999" + ], + "x-ms-request-id": [ + "7db3ca76-4caf-4c6c-b2d0-0359cc463714" ], "x-ms-correlation-request-id": [ - "4d076ffd-e0a9-44d0-b000-2780e8208b48" + "7db3ca76-4caf-4c6c-b2d0-0359cc463714" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234921Z:4d076ffd-e0a9-44d0-b000-2780e8208b48" + "WESTUS:20200714T004817Z:7db3ca76-4caf-4c6c-b2d0-0359cc463714" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "396" - ], - "Content-Type": [ - "application/json; odata.metadata=minimal; odata.streaming=true" + "Date": [ + "Tue, 14 Jul 2020 00:48:16 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"name\": \"profile5613\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926/providers/Microsoft.Cdn/profiles/profile5613\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key7\": \"value7\",\r\n \"key8\": \"value8\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1926?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxOTI2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV5TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "1d68eea2-d454-4a9e-a5eb-f1d58bb32594" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1469,29 +1652,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:49:21 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTkyNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "x-ms-request-id": [ - "e66518b1-be32-4c76-a4ec-17558e92571c" + "a080b592-da09-491b-bb5a-014ab6dc6a98" ], "x-ms-correlation-request-id": [ - "e66518b1-be32-4c76-a4ec-17558e92571c" + "a080b592-da09-491b-bb5a-014ab6dc6a98" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234921Z:e66518b1-be32-4c76-a4ec-17558e92571c" + "WESTUS:20200714T004832Z:a080b592-da09-491b-bb5a-014ab6dc6a98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1499,26 +1679,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:48:31 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTkyNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVGt5TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV5TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1526,29 +1709,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:49:36 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTkyNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-request-id": [ - "479dcbe4-648d-4cdc-943a-8031195e71bf" + "07634149-105e-42d0-a622-5e1101dbd4d5" ], "x-ms-correlation-request-id": [ - "479dcbe4-648d-4cdc-943a-8031195e71bf" + "07634149-105e-42d0-a622-5e1101dbd4d5" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234936Z:479dcbe4-648d-4cdc-943a-8031195e71bf" + "WESTUS:20200714T004847Z:07634149-105e-42d0-a622-5e1101dbd4d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1556,26 +1736,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:48:46 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTkyNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVGt5TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV5TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1583,29 +1766,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:49:51 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTkyNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-request-id": [ - "c4342599-89a6-4380-b8d2-55869abac8a1" + "b1bfe8a9-caf5-4ebb-908a-a5295a498f6c" ], "x-ms-correlation-request-id": [ - "c4342599-89a6-4380-b8d2-55869abac8a1" + "b1bfe8a9-caf5-4ebb-908a-a5295a498f6c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234951Z:c4342599-89a6-4380-b8d2-55869abac8a1" + "WESTUS:20200714T004902Z:b1bfe8a9-caf5-4ebb-908a-a5295a498f6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1613,26 +1793,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:49:02 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTkyNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVGt5TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV5TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1640,29 +1823,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:50:06 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTkyNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-request-id": [ - "87334026-e211-4b1d-8a2f-5326e74686ce" + "5ec63386-a66e-43fd-a66a-599013b160b6" ], "x-ms-correlation-request-id": [ - "87334026-e211-4b1d-8a2f-5326e74686ce" + "5ec63386-a66e-43fd-a66a-599013b160b6" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235006Z:87334026-e211-4b1d-8a2f-5326e74686ce" + "WESTUS:20200714T004917Z:5ec63386-a66e-43fd-a66a-599013b160b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1670,26 +1850,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:49:17 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTkyNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVGt5TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV5TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1697,29 +1880,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:50:22 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTkyNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-request-id": [ - "a2d84398-852b-4834-993b-64951ca0306d" + "2eaf0314-bdf2-46ab-b7e2-490f6110ef2f" ], "x-ms-correlation-request-id": [ - "a2d84398-852b-4834-993b-64951ca0306d" + "2eaf0314-bdf2-46ab-b7e2-490f6110ef2f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235022Z:a2d84398-852b-4834-993b-64951ca0306d" + "WESTUS:20200714T004932Z:2eaf0314-bdf2-46ab-b7e2-490f6110ef2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1727,26 +1907,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:49:32 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTkyNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVGt5TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV5TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1754,29 +1937,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:50:36 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTkyNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11993" ], "x-ms-request-id": [ - "67fa0ef4-6371-4e3f-89de-7aac7f56d699" + "714198c7-a47e-4efa-a74f-75b96f37fc64" ], "x-ms-correlation-request-id": [ - "67fa0ef4-6371-4e3f-89de-7aac7f56d699" + "714198c7-a47e-4efa-a74f-75b96f37fc64" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235037Z:67fa0ef4-6371-4e3f-89de-7aac7f56d699" + "WESTUS:20200714T004947Z:714198c7-a47e-4efa-a74f-75b96f37fc64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1784,26 +1964,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:49:47 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTkyNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVGt5TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV5TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1811,29 +1994,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:50:51 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTkyNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11992" ], "x-ms-request-id": [ - "8450b93d-a6c5-438b-9dc8-8eca67ca5a44" + "2b4ec3c8-06a4-449f-a419-97309435e548" ], "x-ms-correlation-request-id": [ - "8450b93d-a6c5-438b-9dc8-8eca67ca5a44" + "2b4ec3c8-06a4-449f-a419-97309435e548" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235052Z:8450b93d-a6c5-438b-9dc8-8eca67ca5a44" + "WESTUS:20200714T005002Z:2b4ec3c8-06a4-449f-a419-97309435e548" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1841,26 +2021,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:50:02 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTkyNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVGt5TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV5TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1868,23 +2051,83 @@ "Cache-Control": [ "no-cache" ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "b3c4de4c-9449-44d4-91e2-ddbc55f0fc41" + ], + "x-ms-correlation-request-id": [ + "b3c4de4c-9449-44d4-91e2-ddbc55f0fc41" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T005017Z:b3c4de4c-9449-44d4-91e2-ddbc55f0fc41" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], "Date": [ - "Tue, 07 May 2019 23:51:06 GMT" + "Tue, 14 Jul 2020 00:50:17 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV5TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11990" ], "x-ms-request-id": [ - "b6905ca8-7e51-4a1b-bdf3-aba87f153c85" + "fc374862-1f7c-4391-b436-87bfc709b7e6" ], "x-ms-correlation-request-id": [ - "b6905ca8-7e51-4a1b-bdf3-aba87f153c85" + "fc374862-1f7c-4391-b436-87bfc709b7e6" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235107Z:b6905ca8-7e51-4a1b-bdf3-aba87f153c85" + "WESTUS:20200714T005032Z:fc374862-1f7c-4391-b436-87bfc709b7e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1892,26 +2135,80 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:50:31 GMT" + ], + "Expires": [ + "-1" + ], "Content-Length": [ "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV5TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "a3c0862d-d01d-42a6-8e9a-0cb858da6133" + ], + "x-ms-correlation-request-id": [ + "a3c0862d-d01d-42a6-8e9a-0cb858da6133" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T005047Z:a3c0862d-d01d-42a6-8e9a-0cb858da6133" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 00:50:47 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTkyNi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVGt5TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTUyNS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVFV5TlMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1919,23 +2216,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:51:06 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11988" ], "x-ms-request-id": [ - "fe2fcf8a-1bec-471c-9d47-f62b83d95548" + "08ce5fa3-dcae-4f3a-adfc-2119b3fef135" ], "x-ms-correlation-request-id": [ - "fe2fcf8a-1bec-471c-9d47-f62b83d95548" + "08ce5fa3-dcae-4f3a-adfc-2119b3fef135" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235107Z:fe2fcf8a-1bec-471c-9d47-f62b83d95548" + "WESTUS:20200714T005047Z:08ce5fa3-dcae-4f3a-adfc-2119b3fef135" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1943,11 +2237,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:50:47 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -1956,16 +2253,16 @@ ], "Names": { "CreateResourceGroup": [ - "cdnResourceGroup1926" + "cdnResourceGroup5525" ], "ProfileCreateTest": [ - "profile8202", - "profile1538", - "profile1583", - "profile5613" + "profile2941", + "profile4557", + "profile4868", + "profile5179" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileDeleteTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileDeleteTest.json index 710e6feb89887..09b5d3d6ef595 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileDeleteTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileDeleteTest.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9779?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5Nzc5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0OTMzP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f88900a1-31d4-4b13-bad2-0e49855a6107" + "c61a9092-7748-4bf0-a7c1-4d7773aeda51" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -29,9 +29,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:40:07 GMT" - ], "Pragma": [ "no-cache" ], @@ -39,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "b09375e3-118d-41a1-9d5a-a4f86f27391f" + "a441014f-c51e-405b-9cc1-5da5899dca92" ], "x-ms-correlation-request-id": [ - "b09375e3-118d-41a1-9d5a-a4f86f27391f" + "a441014f-c51e-405b-9cc1-5da5899dca92" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234007Z:b09375e3-118d-41a1-9d5a-a4f86f27391f" + "WESTUS:20200714T191602Z:a441014f-c51e-405b-9cc1-5da5899dca92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +50,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:16:02 GMT" + ], "Content-Length": [ "193" ], @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9779\",\r\n \"name\": \"cdnResourceGroup9779\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup4933\",\r\n \"name\": \"cdnResourceGroup4933\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9779/providers/Microsoft.Cdn/profiles/profile1618?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5Nzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxNjE4P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup4933/providers/Microsoft.Cdn/profiles/profile9110?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0OTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5MTEwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a4839eda-d34d-4f91-927c-33a5903caa00" + "91fe88c2-0760-446a-896b-e166412540eb" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -95,26 +95,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:40:08 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "2b4ae835-2fed-467f-b9ee-05eb3a8f258a" + "a926a30d-e52f-47e7-8d4c-afc6ca3709b6" ], "x-ms-client-request-id": [ - "a4839eda-d34d-4f91-927c-33a5903caa00" + "91fe88c2-0760-446a-896b-e166412540eb" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9779/providers/Microsoft.Cdn/operationresults/d5940901-a7b1-466d-b8d1-14c9e2fde74f?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933/providers/Microsoft.Cdn/operationresults/705b9a5e-bb1b-4c3a-864d-24003373f861?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -122,24 +116,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "d8c0d152-4a41-453a-a659-3bab9d21d6be" + "f6b71d50-c07e-4b36-b8b7-596e652bbbf9" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234008Z:d8c0d152-4a41-453a-a659-3bab9d21d6be" + "WESTUS:20200714T191606Z:f6b71d50-c07e-4b36-b8b7-596e652bbbf9" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:16:05 GMT" + ], "Content-Length": [ "398" ], @@ -150,40 +150,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile1618\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9779/providers/Microsoft.Cdn/profiles/profile1618\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile9110\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933/providers/Microsoft.Cdn/profiles/profile9110\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9779/providers/Microsoft.Cdn/operationresults/d5940901-a7b1-466d-b8d1-14c9e2fde74f?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5Nzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZDU5NDA5MDEtYTdiMS00NjZkLWI4ZDEtMTRjOWUyZmRlNzRmP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933/providers/Microsoft.Cdn/operationresults/705b9a5e-bb1b-4c3a-864d-24003373f861?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0OTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNzA1YjlhNWUtYmIxYi00YzNhLTg2NGQtMjQwMDMzNzNmODYxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:40:18 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "c932f792-d43e-43bf-88dc-0eda7ef80af3" + "1136cffe-61e0-4c13-8c09-42568e82e967" ], "x-ms-client-request-id": [ - "c4840881-76b2-4f4a-ae39-176e2c64d675" + "1b594017-aa4e-472f-80e5-371059bc1e03" ], "OData-Version": [ "4.0" @@ -191,6 +185,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -198,17 +195,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11998" ], "x-ms-correlation-request-id": [ - "80415672-7148-4c73-9088-12ca3f0cf24b" + "e246bbca-5a46-4404-9f45-bdbac2388b4d" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234019Z:80415672-7148-4c73-9088-12ca3f0cf24b" + "WESTUS:20200714T191616Z:e246bbca-5a46-4404-9f45-bdbac2388b4d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:16:15 GMT" + ], "Content-Length": [ "78" ], @@ -223,36 +223,99 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9779/providers/Microsoft.Cdn/operationresults/d5940901-a7b1-466d-b8d1-14c9e2fde74f?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5Nzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZDU5NDA5MDEtYTdiMS00NjZkLWI4ZDEtMTRjOWUyZmRlNzRmP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933/providers/Microsoft.Cdn/operationresults/705b9a5e-bb1b-4c3a-864d-24003373f861?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0OTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNzA1YjlhNWUtYmIxYi00YzNhLTg2NGQtMjQwMDMzNzNmODYxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:40:28 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "46dc1d51-7f24-4d9a-b910-e4d0f7d82bb7" + ], + "x-ms-client-request-id": [ + "15d41af1-d274-423c-8402-b70b2a13a1b9" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-IIS/8.5" ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "0b9bd78c-2717-4e90-a324-404d9f76fc47" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T191626Z:0b9bd78c-2717-4e90-a324-404d9f76fc47" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 19:16:26 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933/providers/Microsoft.Cdn/operationresults/705b9a5e-bb1b-4c3a-864d-24003373f861?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0OTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNzA1YjlhNWUtYmIxYi00YzNhLTg2NGQtMjQwMDMzNzNmODYxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-request-id": [ - "a564715b-223f-4f67-a187-1bd634234f1a" + "29259254-749e-40ba-ab35-68f1fbc8c81b" ], "x-ms-client-request-id": [ - "181ef665-9717-471a-b02c-1ba1962a48db" + "c3a3e859-de05-47db-b1d2-347b1e3d69d1" ], "OData-Version": [ "4.0" @@ -260,6 +323,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -267,17 +333,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11996" ], "x-ms-correlation-request-id": [ - "7ff388ab-705d-42ab-8460-250ab815591e" + "4f13486c-40e9-46fb-80ca-5bb4bd0f6151" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234029Z:7ff388ab-705d-42ab-8460-250ab815591e" + "WESTUS:20200714T191636Z:4f13486c-40e9-46fb-80ca-5bb4bd0f6151" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:16:36 GMT" + ], "Content-Length": [ "77" ], @@ -292,36 +361,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9779/providers/Microsoft.Cdn/profiles/profile1618?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5Nzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxNjE4P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup4933/providers/Microsoft.Cdn/profiles/profile9110?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0OTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5MTEwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:40:29 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "5abb1085-265c-475f-9c78-73425d149677" + "6e893120-f171-4c57-b5db-ceba56015f6c" ], "x-ms-client-request-id": [ - "97847a4b-6499-4d64-97d8-2433e2e422db" + "73a6aaea-72b0-4230-89ec-6d0dcebd2cd9" ], "OData-Version": [ "4.0" @@ -329,24 +392,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "a788fe85-152e-47ea-abc9-53f4fd294bd4" + "5eb85a27-b75e-4871-b2f7-fe4b6e52f788" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234030Z:a788fe85-152e-47ea-abc9-53f4fd294bd4" + "WESTUS:20200714T191637Z:5eb85a27-b75e-4871-b2f7-fe4b6e52f788" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:16:37 GMT" + ], "Content-Length": [ "397" ], @@ -357,59 +426,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile1618\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9779/providers/Microsoft.Cdn/profiles/profile1618\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile9110\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933/providers/Microsoft.Cdn/profiles/profile9110\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9779/providers/Microsoft.Cdn/profiles/profile1618?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5Nzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxNjE4P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup4933/providers/Microsoft.Cdn/profiles/profile9110?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0OTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5MTEwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d45930e-b835-4b8e-9fa4-7bd643e60952" + "bdaac791-e5d3-4a54-b551-95c8bba16f27" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:40:32 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9779/providers/Microsoft.Cdn/operationresults/dbd64edc-7f18-4cf1-8604-cd12e023e2c5/profileresults/profile1618?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933/providers/Microsoft.Cdn/operationresults/cbb1bfb8-307b-476c-aff7-f987f6fee3d8/profileresults/profile9110?api-version=2020-04-15" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "5036e705-7534-4b82-a8c6-1bf46a817129" + "e3724354-d013-448c-badf-fef8086fbd49" ], "x-ms-client-request-id": [ - "9d45930e-b835-4b8e-9fa4-7bd643e60952" + "bdaac791-e5d3-4a54-b551-95c8bba16f27" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9779/providers/Microsoft.Cdn/operationresults/dbd64edc-7f18-4cf1-8604-cd12e023e2c5?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933/providers/Microsoft.Cdn/operationresults/cbb1bfb8-307b-476c-aff7-f987f6fee3d8?api-version=2020-04-15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -417,68 +483,68 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "6668b193-29e6-44dd-a79b-00bf62754ef6" + "0a8f10b6-9762-47fa-8b56-1aefc1e7412c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234032Z:6668b193-29e6-44dd-a79b-00bf62754ef6" + "WESTUS:20200714T191639Z:0a8f10b6-9762-47fa-8b56-1aefc1e7412c" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:16:38 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9779/providers/Microsoft.Cdn/profiles/profile1618?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5Nzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxNjE4P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup4933/providers/Microsoft.Cdn/profiles/profile9110?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0OTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU5MTEwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af19a3fa-3182-48e9-9d7f-e90e170053ad" + "f8537b9d-3629-44d7-b61e-66f98cd3322d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:40:44 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "64c52af8-df01-47c5-8fc8-56fc05b4d4ac" + "d45bf068-f743-4961-b08e-1cb8528233cb" ], "x-ms-client-request-id": [ - "af19a3fa-3182-48e9-9d7f-e90e170053ad" + "f8537b9d-3629-44d7-b61e-66f98cd3322d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -486,17 +552,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14998" ], "x-ms-correlation-request-id": [ - "8a9051ca-b09d-4324-be06-5efab3ca6b1a" + "e57d5bce-a246-485f-817c-a40e3f7a1c2b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234044Z:8a9051ca-b09d-4324-be06-5efab3ca6b1a" + "WESTUS:20200714T191703Z:e57d5bce-a246-485f-817c-a40e3f7a1c2b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:17:02 GMT" + ], "Expires": [ "-1" ] @@ -505,36 +574,30 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9779/providers/Microsoft.Cdn/operationresults/dbd64edc-7f18-4cf1-8604-cd12e023e2c5?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5Nzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGJkNjRlZGMtN2YxOC00Y2YxLTg2MDQtY2QxMmUwMjNlMmM1P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933/providers/Microsoft.Cdn/operationresults/cbb1bfb8-307b-476c-aff7-f987f6fee3d8?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0OTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvY2JiMWJmYjgtMzA3Yi00NzZjLWFmZjctZjk4N2Y2ZmVlM2Q4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:40:42 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "d77b2619-c1e5-4937-b989-8b720bb05777" + "41634574-1815-453b-a082-dc209959f27f" ], "x-ms-client-request-id": [ - "c1046232-bd18-4ec3-8bbf-0da605a1dc57" + "fc58f42b-ee79-472b-9eac-9e702ea91033" ], "OData-Version": [ "4.0" @@ -542,6 +605,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -549,19 +615,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11995" ], "x-ms-correlation-request-id": [ - "efe6b85e-b501-439d-8716-74ef5b83b4e5" + "d38b82bb-b35b-45a2-85f2-4614c06e40e7" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234042Z:efe6b85e-b501-439d-8716-74ef5b83b4e5" + "WESTUS:20200714T191649Z:d38b82bb-b35b-45a2-85f2-4614c06e40e7" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:16:48 GMT" + ], "Content-Length": [ - "77" + "78" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -570,44 +639,44 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9779/providers/Microsoft.Cdn/operationresults/dbd64edc-7f18-4cf1-8604-cd12e023e2c5/profileresults/profile1618?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5Nzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZGJkNjRlZGMtN2YxOC00Y2YxLTg2MDQtY2QxMmUwMjNlMmM1L3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGUxNjE4P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933/providers/Microsoft.Cdn/operationresults/cbb1bfb8-307b-476c-aff7-f987f6fee3d8?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0OTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvY2JiMWJmYjgtMzA3Yi00NzZjLWFmZjctZjk4N2Y2ZmVlM2Q4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:40:42 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "f023ff90-46a4-4516-bdcf-b095a3d7ebaa" + "b82ed70b-d62e-44c9-837b-5cebe59e6c73" ], "x-ms-client-request-id": [ - "0fdd5348-3e33-4d24-ad89-ad7c3f2e43c1" + "226b033f-5138-453d-a8cc-c05117fa4a7e" + ], + "OData-Version": [ + "4.0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -615,77 +684,65 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11994" ], "x-ms-correlation-request-id": [ - "8a54de4f-2896-48b2-8e9b-3d7f0a65f4e4" + "dd36d62e-5762-4d43-a111-10aafe07f316" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234043Z:8a54de4f-2896-48b2-8e9b-3d7f0a65f4e4" + "WESTUS:20200714T191659Z:dd36d62e-5762-4d43-a111-10aafe07f316" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:16:59 GMT" + ], "Content-Length": [ - "104" + "77" ], "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Language": [ - "en-US" + "application/json; odata.metadata=minimal; odata.streaming=true" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"NotFound\",\r\n \"message\": \"The requested resource was not found.\"\r\n }\r\n}", - "StatusCode": 404 + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9779/providers/Microsoft.Cdn/profiles?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5Nzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933/providers/Microsoft.Cdn/operationresults/cbb1bfb8-307b-476c-aff7-f987f6fee3d8/profileresults/profile9110?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0OTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvY2JiMWJmYjgtMzA3Yi00NzZjLWFmZjctZjk4N2Y2ZmVlM2Q4L3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGU5MTEwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "b7fa76eb-d3f4-4f17-b59b-2e7606ea111f" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:40:43 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "267c9dc1-daec-4388-a127-72b2782e81f0" + "703f8ecf-3aa6-4f6a-9051-dc9664755d09" ], "x-ms-client-request-id": [ - "b7fa76eb-d3f4-4f17-b59b-2e7606ea111f" - ], - "OData-Version": [ - "4.0" + "d1153925-cef6-418a-be97-8e77dd486e0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -693,67 +750,67 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11993" ], "x-ms-correlation-request-id": [ - "5b6f9370-000c-49fd-8202-c82f4464d022" + "6ba5729c-76df-4e26-9f91-48c1e777d7ac" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234043Z:5b6f9370-000c-49fd-8202-c82f4464d022" + "WESTUS:20200714T191700Z:6ba5729c-76df-4e26-9f91-48c1e777d7ac" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:16:59 GMT" + ], "Content-Length": [ - "28" + "104" ], "Content-Type": [ - "application/json; odata.metadata=minimal; odata.streaming=true" + "application/json; charset=utf-8" + ], + "Content-Language": [ + "en-US" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"NotFound\",\r\n \"message\": \"The requested resource was not found.\"\r\n }\r\n}", + "StatusCode": 404 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9779/providers/Microsoft.Cdn/profiles?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5Nzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup4933/providers/Microsoft.Cdn/profiles?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0OTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "287e4489-bfed-40b6-8e82-24afb15f18eb" + "e8486d26-b5ad-45c0-bdb7-8cda96eaa8c6" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:41:58 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "73358e62-77f9-49eb-aaa1-705a0f7930e7" + "0704cd7f-51a8-4e03-8307-9e51ba026938" ], "x-ms-client-request-id": [ - "287e4489-bfed-40b6-8e82-24afb15f18eb" + "e8486d26-b5ad-45c0-bdb7-8cda96eaa8c6" ], "OData-Version": [ "4.0" @@ -761,24 +818,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "48" ], "x-ms-correlation-request-id": [ - "8171e950-3b9c-4f81-a6b5-090c6eb4399d" + "df071c19-6e72-4479-8ded-04b92af3752b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234158Z:8171e950-3b9c-4f81-a6b5-090c6eb4399d" + "WESTUS:20200714T191701Z:df071c19-6e72-4479-8ded-04b92af3752b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:17:00 GMT" + ], "Content-Length": [ "28" ], @@ -793,54 +856,36 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9779/providers/Microsoft.Cdn/profiles/profile2384?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5Nzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyMzg0P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup4933/providers/Microsoft.Cdn/profiles?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0OTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ca5a2e6-8ce5-48da-bac4-2b30583b43d1" + "d6261fbe-c33c-4905-86af-449e8f9b6bea" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "142" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:40:44 GMT" - ], "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "254524d4-b4f6-43ac-90c8-2433657419cc" + "f9f24b80-b71b-49f8-9f2a-28b85bd9ae7d" ], "x-ms-client-request-id": [ - "2ca5a2e6-8ce5-48da-bac4-2b30583b43d1" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9779/providers/Microsoft.Cdn/operationresults/18c197a8-58d6-4021-8d7d-8cde154bacda?api-version=2019-04-15" + "d6261fbe-c33c-4905-86af-449e8f9b6bea" ], "OData-Version": [ "4.0" @@ -848,162 +893,177 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "47" ], "x-ms-correlation-request-id": [ - "6f83d7ff-1db7-4b7a-a995-d9a253e60bb1" + "083725a2-ec90-4f4e-a223-d1587d23d699" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234045Z:6f83d7ff-1db7-4b7a-a995-d9a253e60bb1" + "WESTUS:20200714T191822Z:083725a2-ec90-4f4e-a223-d1587d23d699" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:18:22 GMT" + ], "Content-Length": [ - "398" + "28" ], "Content-Type": [ - "application/json; odata.metadata=minimal" + "application/json; odata.metadata=minimal; odata.streaming=true" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile2384\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9779/providers/Microsoft.Cdn/profiles/profile2384\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"value\": []\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9779/providers/Microsoft.Cdn/profiles/profile2384?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5Nzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyMzg0P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", - "RequestMethod": "DELETE", - "RequestBody": "", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup4933/providers/Microsoft.Cdn/profiles/profile1434?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0OTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxNDM0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c3b6e3c1-05f1-48bf-83c1-ce3bf094e7bd" + "600c6739-6e0f-4b69-8294-6307e676e49a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "142" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:40:45 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "ebf83a0a-4d8a-4c7c-ad1b-7f29866fc10f" + "f1db7885-3689-4ab4-8c8c-193fa16da80e" ], "x-ms-client-request-id": [ - "c3b6e3c1-05f1-48bf-83c1-ce3bf094e7bd" + "600c6739-6e0f-4b69-8294-6307e676e49a" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933/providers/Microsoft.Cdn/operationresults/7d771c5a-15f0-4c59-bc54-dccd9dae8f47?api-version=2020-04-15" + ], + "OData-Version": [ + "4.0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "23" ], "x-ms-correlation-request-id": [ - "29daa05b-824f-4325-b020-1d966d29e40a" + "f495a939-4312-45d6-b418-1310aa3a501e" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234046Z:29daa05b-824f-4325-b020-1d966d29e40a" + "WESTUS:20200714T191709Z:f495a939-4312-45d6-b418-1310aa3a501e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:17:08 GMT" + ], "Content-Length": [ - "147" + "398" ], "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Language": [ - "en-US" + "application/json; odata.metadata=minimal" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"BadRequest\",\r\n \"message\": \"The requested operation cannot be executed on the entity in the current state.\"\r\n }\r\n}", - "StatusCode": 400 + "ResponseBody": "{\r\n \"name\": \"profile1434\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933/providers/Microsoft.Cdn/profiles/profile1434\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup9779/providers/Microsoft.Cdn/profiles/profile2384?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA5Nzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyMzg0P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup4933/providers/Microsoft.Cdn/profiles/profile1434?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA0OTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxNDM0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "819e6eb2-8d6d-4e26-be38-ed49b011af2d" + "85d061d3-baab-4fd1-bd84-a54be7d6da43" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:41:46 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9779/providers/Microsoft.Cdn/operationresults/5253158a-e101-424e-a501-21ef6901af47/profileresults/profile2384?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933/providers/Microsoft.Cdn/operationresults/5325ff2e-d1d1-4fd6-9278-884363476893/profileresults/profile1434?api-version=2020-04-15" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "018f0611-dd1a-4dd6-82cb-1133c6d2b9ff" + "e047d98e-762b-464d-aa35-2ceb7a3ae838" ], "x-ms-client-request-id": [ - "819e6eb2-8d6d-4e26-be38-ed49b011af2d" + "85d061d3-baab-4fd1-bd84-a54be7d6da43" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9779/providers/Microsoft.Cdn/operationresults/5253158a-e101-424e-a501-21ef6901af47?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933/providers/Microsoft.Cdn/operationresults/5325ff2e-d1d1-4fd6-9278-884363476893?api-version=2020-04-15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1011,58 +1071,55 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14997" ], "x-ms-correlation-request-id": [ - "bea0709c-4365-4a3d-9640-9b5ff386541d" + "0ce96351-1234-43f0-95b5-2682091f7379" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234146Z:bea0709c-4365-4a3d-9640-9b5ff386541d" + "WESTUS:20200714T191810Z:0ce96351-1234-43f0-95b5-2682091f7379" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:18:10 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9779/providers/Microsoft.Cdn/operationresults/5253158a-e101-424e-a501-21ef6901af47?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5Nzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNTI1MzE1OGEtZTEwMS00MjRlLWE1MDEtMjFlZjY5MDFhZjQ3P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933/providers/Microsoft.Cdn/operationresults/5325ff2e-d1d1-4fd6-9278-884363476893?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0OTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNTMyNWZmMmUtZDFkMS00ZmQ2LTkyNzgtODg0MzYzNDc2ODkzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:41:57 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "2a8d7af5-e4d0-4a03-bba0-dc62125d79fb" + "001ef78c-9254-4fee-ae2d-b058a61d7aa2" ], "x-ms-client-request-id": [ - "06b528d5-f51d-4055-854f-6e7e5c6de8a8" + "36a03657-063b-4e40-8032-d11db258d7bc" ], "OData-Version": [ "4.0" @@ -1070,6 +1127,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1077,17 +1137,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11992" ], "x-ms-correlation-request-id": [ - "9b8cb7dc-3f9d-4a15-8c84-f2f38b3fef59" + "07372701-1e73-4ec7-bc5f-1c28d9eebe4f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234157Z:9b8cb7dc-3f9d-4a15-8c84-f2f38b3fef59" + "WESTUS:20200714T191820Z:07372701-1e73-4ec7-bc5f-1c28d9eebe4f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:18:20 GMT" + ], "Content-Length": [ "77" ], @@ -1102,40 +1165,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9779/providers/Microsoft.Cdn/operationresults/5253158a-e101-424e-a501-21ef6901af47/profileresults/profile2384?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5Nzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNTI1MzE1OGEtZTEwMS00MjRlLWE1MDEtMjFlZjY5MDFhZjQ3L3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGUyMzg0P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933/providers/Microsoft.Cdn/operationresults/5325ff2e-d1d1-4fd6-9278-884363476893/profileresults/profile1434?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0OTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNTMyNWZmMmUtZDFkMS00ZmQ2LTkyNzgtODg0MzYzNDc2ODkzL3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGUxNDM0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:41:57 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "5d78e7a7-3557-4d2e-976f-29861c064928" + "0e85f538-627f-4799-bea6-83a2997db0ea" ], "x-ms-client-request-id": [ - "a25e7247-addc-4cb1-9605-edda8ca04b56" + "81af55c2-81d0-402e-93d1-98f8ca966991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1143,17 +1203,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11991" ], "x-ms-correlation-request-id": [ - "8b279d13-0e27-47c6-ac2d-c5b5f72098c5" + "d6a54876-e848-4ef4-aa72-072aaf746aa6" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234157Z:8b279d13-0e27-47c6-ac2d-c5b5f72098c5" + "WESTUS:20200714T191821Z:d6a54876-e848-4ef4-aa72-072aaf746aa6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 19:18:21 GMT" + ], "Content-Length": [ "104" ], @@ -1171,21 +1234,21 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup9779?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA5Nzc5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4933?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA0OTMzP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1e8df5a-891f-4156-ab66-bdec68b9931b" + "71f9ebf7-bce6-4d81-97bc-8f8705d99002" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1193,14 +1256,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:41:58 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTc3OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDkzMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1209,13 +1269,13 @@ "14999" ], "x-ms-request-id": [ - "11da4a1e-c4e1-4c91-94c7-e532d00ced8c" + "8b0292fe-f199-4eb3-8540-6e147b1d748b" ], "x-ms-correlation-request-id": [ - "11da4a1e-c4e1-4c91-94c7-e532d00ced8c" + "8b0292fe-f199-4eb3-8540-6e147b1d748b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234159Z:11da4a1e-c4e1-4c91-94c7-e532d00ced8c" + "WESTUS:20200714T191822Z:8b0292fe-f199-4eb3-8540-6e147b1d748b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1223,26 +1283,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:18:22 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTc3OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVGMzT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDkzMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORGt6TXkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1250,29 +1313,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:42:13 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTc3OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDkzMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "80e52a74-f38f-45a6-8081-cb19c59fd0ba" + "9da9f873-88e1-4ad5-9e3a-957f183e1b9f" ], "x-ms-correlation-request-id": [ - "80e52a74-f38f-45a6-8081-cb19c59fd0ba" + "9da9f873-88e1-4ad5-9e3a-957f183e1b9f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234214Z:80e52a74-f38f-45a6-8081-cb19c59fd0ba" + "WESTUS:20200714T191838Z:9da9f873-88e1-4ad5-9e3a-957f183e1b9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1280,26 +1340,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:18:37 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTc3OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVGMzT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDkzMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORGt6TXkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1307,29 +1370,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:42:28 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTc3OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDkzMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-request-id": [ - "b7eff031-826a-40a8-9336-9d4b4d8d1675" + "5c3a32cc-b28d-44b1-85ef-68903ff18178" ], "x-ms-correlation-request-id": [ - "b7eff031-826a-40a8-9336-9d4b4d8d1675" + "5c3a32cc-b28d-44b1-85ef-68903ff18178" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234229Z:b7eff031-826a-40a8-9336-9d4b4d8d1675" + "WESTUS:20200714T191853Z:5c3a32cc-b28d-44b1-85ef-68903ff18178" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1337,26 +1397,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:18:52 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTc3OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVGMzT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDkzMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORGt6TXkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1364,23 +1427,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:42:44 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-request-id": [ - "384bc41d-76aa-47cf-a64c-c1bd14abebbf" + "cdd01c82-621f-4f5c-b979-50ee9a2b5017" ], "x-ms-correlation-request-id": [ - "384bc41d-76aa-47cf-a64c-c1bd14abebbf" + "cdd01c82-621f-4f5c-b979-50ee9a2b5017" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234244Z:384bc41d-76aa-47cf-a64c-c1bd14abebbf" + "WESTUS:20200714T191908Z:cdd01c82-621f-4f5c-b979-50ee9a2b5017" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1388,26 +1448,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:19:08 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQOTc3OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFPVGMzT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNDkzMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFORGt6TXkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1415,23 +1478,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:42:44 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-request-id": [ - "369384c1-95d1-42eb-8924-b115dad3b9d2" + "a4b83570-d167-487e-b9c3-5a85d8b368ff" ], "x-ms-correlation-request-id": [ - "369384c1-95d1-42eb-8924-b115dad3b9d2" + "a4b83570-d167-487e-b9c3-5a85d8b368ff" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234244Z:369384c1-95d1-42eb-8924-b115dad3b9d2" + "WESTUS:20200714T191908Z:a4b83570-d167-487e-b9c3-5a85d8b368ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1439,11 +1499,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 19:19:08 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -1452,14 +1515,14 @@ ], "Names": { "CreateResourceGroup": [ - "cdnResourceGroup9779" + "cdnResourceGroup4933" ], "ProfileDeleteTest": [ - "profile1618", - "profile2384" + "profile9110", + "profile1434" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileGetListTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileGetListTest.json index 7d1558bcfe3d2..f7b521263cc7e 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileGetListTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileGetListTest.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a47cfd4c-49ab-46e5-ba6b-fee0f3ec9fb6" + "b6284fa6-218a-48d0-bbf1-664c7face01c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -29,23 +29,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:56:36 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "0d2fce18-c546-4301-a8be-b6fcb020a739" + "1b47bb4e-8e50-4a8f-87aa-2bf8191cfd0b" ], "x-ms-correlation-request-id": [ - "0d2fce18-c546-4301-a8be-b6fcb020a739" + "1b47bb4e-8e50-4a8f-87aa-2bf8191cfd0b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235637Z:0d2fce18-c546-4301-a8be-b6fcb020a739" + "WESTUS:20200714T005626Z:1b47bb4e-8e50-4a8f-87aa-2bf8191cfd0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +50,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:56:26 GMT" + ], "Content-Length": [ "193" ], @@ -63,49 +63,46 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1624\",\r\n \"name\": \"cdnResourceGroup1624\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6729\",\r\n \"name\": \"cdnResourceGroup6729\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94a81b55-9cf6-47b1-8072-37f890cbd54a" + "b3fc9858-0b39-4c11-882d-85f65d1fb919" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:56:37 GMT" - ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-request-id": [ - "5b09d745-a874-46cb-ba12-6077a667b78b" + "478c001b-7df5-49e5-8823-76f8705d906f" ], "x-ms-correlation-request-id": [ - "5b09d745-a874-46cb-ba12-6077a667b78b" + "478c001b-7df5-49e5-8823-76f8705d906f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235637Z:5b09d745-a874-46cb-ba12-6077a667b78b" + "WESTUS:20200714T005626Z:478c001b-7df5-49e5-8823-76f8705d906f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -113,56 +110,53 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "12" + "Date": [ + "Tue, 14 Jul 2020 00:56:26 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6eb50488-63ed-47fe-a184-4e8573a5ddfa" + "e9f659f0-d8d5-4dbf-b50a-05209a3b1b53" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:57:11 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "95542f97-28d2-4bd2-bdf4-4adcad99d651" + "ca79119e-af9d-4827-a0bd-01773fb9f279" ], "x-ms-client-request-id": [ - "6eb50488-63ed-47fe-a184-4e8573a5ddfa" + "e9f659f0-d8d5-4dbf-b50a-05209a3b1b53" ], "OData-Version": [ "4.0" @@ -170,24 +164,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "46" ], "x-ms-correlation-request-id": [ - "9b217f0c-cb15-468f-a435-839c4945002b" + "167d7118-bb45-4618-8cb3-fbe8cc7d9ebe" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235712Z:9b217f0c-cb15-468f-a435-839c4945002b" + "WESTUS:20200714T005705Z:167d7118-bb45-4618-8cb3-fbe8cc7d9ebe" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:57:05 GMT" + ], "Content-Length": [ "455" ], @@ -198,46 +198,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"profile810\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles/profile810\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"profile210\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles/profile210\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a97c2eb-a35d-47d7-8714-7c344c42277a" + "94491c08-f8e3-459b-a2a6-71b3e8399214" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:57:13 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "536a5504-124c-4884-8993-91d6ea28fe71" + "8240014c-3261-425f-b2d8-7a6850d6086b" ], "x-ms-client-request-id": [ - "1a97c2eb-a35d-47d7-8714-7c344c42277a" + "94491c08-f8e3-459b-a2a6-71b3e8399214" ], "OData-Version": [ "4.0" @@ -245,24 +239,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "45" ], "x-ms-correlation-request-id": [ - "20e08629-282c-43fb-866d-6e155c6570c9" + "6b4c49e3-65b5-4d12-8250-7ed0af3b3750" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235713Z:20e08629-282c-43fb-866d-6e155c6570c9" + "WESTUS:20200714T005709Z:6b4c49e3-65b5-4d12-8250-7ed0af3b3750" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:57:09 GMT" + ], "Content-Length": [ "886" ], @@ -273,46 +273,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"profile3879\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles/profile3879\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile810\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles/profile810\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"profile1831\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles/profile1831\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile210\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles/profile210\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fea4fc63-190a-4e5b-88ad-09805984681c" + "9548f740-f7f0-422a-b2ba-afadd13219ad" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:57:25 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "4b84c7d0-2a0e-4e2a-9dbf-04e16e64a711" + "b26c7909-ad94-49f0-82c6-cb03080da7f1" ], "x-ms-client-request-id": [ - "fea4fc63-190a-4e5b-88ad-09805984681c" + "9548f740-f7f0-422a-b2ba-afadd13219ad" ], "OData-Version": [ "4.0" @@ -320,24 +314,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "43" ], "x-ms-correlation-request-id": [ - "67168328-7718-437c-9b61-44bde028800a" + "42c710fa-ed44-4594-9bc8-aaf91338d7f0" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235726Z:67168328-7718-437c-9b61-44bde028800a" + "WESTUS:20200714T005723Z:42c710fa-ed44-4594-9bc8-aaf91338d7f0" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:57:23 GMT" + ], "Content-Length": [ "458" ], @@ -348,49 +348,46 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"profile3879\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles/profile3879\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"profile1831\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles/profile1831\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "668fb4f3-c07a-4ecd-936a-89bfda6c86bf" + "c5dafe71-6f87-4eca-8a5b-4e6a0d1dabac" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:59:29 GMT" - ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "41" ], "x-ms-request-id": [ - "943f5e32-1027-46b1-8f33-2a6b6ed58086" + "e5e5c91a-a435-4dbe-96a7-928f9d7492be" ], "x-ms-correlation-request-id": [ - "943f5e32-1027-46b1-8f33-2a6b6ed58086" + "e5e5c91a-a435-4dbe-96a7-928f9d7492be" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235929Z:943f5e32-1027-46b1-8f33-2a6b6ed58086" + "WESTUS:20200714T005927Z:e5e5c91a-a435-4dbe-96a7-928f9d7492be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -398,36 +395,39 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "12" + "Date": [ + "Tue, 14 Jul 2020 00:59:26 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles/profile810?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4MTA/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles/profile210?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyMTA/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2fb742b3-4717-4989-a762-21bbc1037352" + "c654bfe5-4477-4774-9434-d3bb79c47d2b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -440,26 +440,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:56:40 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "44260790-cf1e-4234-83aa-a58c8a920713" + "4041eef6-0d54-4cde-9d08-27c9e11c9a31" ], "x-ms-client-request-id": [ - "2fb742b3-4717-4989-a762-21bbc1037352" + "c654bfe5-4477-4774-9434-d3bb79c47d2b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/operationresults/e6b761be-d03a-4fe0-a499-44ccd034ec6c?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/operationresults/913d48fb-57c7-41e2-9cae-0fdacede0c88?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -467,24 +461,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "c101b001-ad2b-4431-beb4-78bd3ed35e08" + "ab15356b-2dba-4a02-a2b8-ddd9476315ef" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235640Z:c101b001-ad2b-4431-beb4-78bd3ed35e08" + "WESTUS:20200714T005632Z:ab15356b-2dba-4a02-a2b8-ddd9476315ef" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:56:31 GMT" + ], "Content-Length": [ "396" ], @@ -495,40 +495,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile810\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles/profile810\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile210\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles/profile210\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/operationresults/e6b761be-d03a-4fe0-a499-44ccd034ec6c?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZTZiNzYxYmUtZDAzYS00ZmUwLWE0OTktNDRjY2QwMzRlYzZjP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/operationresults/913d48fb-57c7-41e2-9cae-0fdacede0c88?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOTEzZDQ4ZmItNTdjNy00MWUyLTljYWUtMGZkYWNlZGUwYzg4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:56:50 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "be560644-4ff5-4b83-875a-d1150c2f3c6d" + "c9ab6fad-1ce7-489a-935c-ec4919fec287" ], "x-ms-client-request-id": [ - "4a218cf7-402e-4d3b-a9eb-e4303bd71171" + "6871eb75-4462-4e95-998c-569b1149947e" ], "OData-Version": [ "4.0" @@ -536,6 +530,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -543,17 +540,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "9c991b3e-814a-4bed-a79f-273870b0d19b" + "0c8880b3-ea8e-4ccd-b55d-9ce01684dae0" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235650Z:9c991b3e-814a-4bed-a79f-273870b0d19b" + "WESTUS:20200714T005642Z:0c8880b3-ea8e-4ccd-b55d-9ce01684dae0" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:56:42 GMT" + ], "Content-Length": [ "78" ], @@ -568,36 +568,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/operationresults/e6b761be-d03a-4fe0-a499-44ccd034ec6c?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZTZiNzYxYmUtZDAzYS00ZmUwLWE0OTktNDRjY2QwMzRlYzZjP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/operationresults/913d48fb-57c7-41e2-9cae-0fdacede0c88?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOTEzZDQ4ZmItNTdjNy00MWUyLTljYWUtMGZkYWNlZGUwYzg4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:57:00 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "a660c08d-302b-4ca0-87c8-420a7e6f5eb4" + "47c80d8f-82d9-4bb0-86d7-f794e8df9744" ], "x-ms-client-request-id": [ - "f2e70a91-d52b-4f0c-ad44-88cb040ba910" + "ef681e84-910d-4d2a-83fd-58b9d25da880" ], "OData-Version": [ "4.0" @@ -605,6 +599,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -612,17 +609,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "75c15e4b-b5f6-4245-98b5-5a1a236e5f3e" + "ce8f82f6-9157-44f5-a44e-f38d466e1849" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235701Z:75c15e4b-b5f6-4245-98b5-5a1a236e5f3e" + "WESTUS:20200714T005652Z:ce8f82f6-9157-44f5-a44e-f38d466e1849" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:56:52 GMT" + ], "Content-Length": [ "78" ], @@ -637,36 +637,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/operationresults/e6b761be-d03a-4fe0-a499-44ccd034ec6c?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvZTZiNzYxYmUtZDAzYS00ZmUwLWE0OTktNDRjY2QwMzRlYzZjP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/operationresults/913d48fb-57c7-41e2-9cae-0fdacede0c88?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOTEzZDQ4ZmItNTdjNy00MWUyLTljYWUtMGZkYWNlZGUwYzg4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:57:10 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "47ce5724-7ed4-439d-954a-9859d3dccb39" + "ea76db14-82da-4242-b26c-426b26c2b137" ], "x-ms-client-request-id": [ - "1383356a-a6bf-4b24-ba69-70050b87b5d3" + "e7d89201-aa8b-4d04-ac95-ab1980333c42" ], "OData-Version": [ "4.0" @@ -674,6 +668,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -681,17 +678,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-correlation-request-id": [ - "5a14e2d2-30be-42bf-abe3-1e50c9d6480a" + "052b3e15-1c4b-43c5-a016-bac82930020a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235711Z:5a14e2d2-30be-42bf-abe3-1e50c9d6480a" + "WESTUS:20200714T005702Z:052b3e15-1c4b-43c5-a016-bac82930020a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:57:02 GMT" + ], "Content-Length": [ "77" ], @@ -706,36 +706,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles/profile810?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4MTA/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles/profile210?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyMTA/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:57:10 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "a63cf10f-7491-4608-b474-67de3541da0c" + "03f786d8-2d82-41c7-95d0-8c4a22b30cc8" ], "x-ms-client-request-id": [ - "e4b67ebf-a651-4967-82bc-2ff128b8fcc8" + "24aff848-fae1-4b46-bfda-caea5ccdaa4b" ], "OData-Version": [ "4.0" @@ -743,24 +737,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "48" ], "x-ms-correlation-request-id": [ - "0c3c96f0-f30f-4483-b280-8753473cbf2e" + "19b18d96-3d8b-48f5-8fb1-c30fb092b1c1" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235711Z:0c3c96f0-f30f-4483-b280-8753473cbf2e" + "WESTUS:20200714T005703Z:19b18d96-3d8b-48f5-8fb1-c30fb092b1c1" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:57:03 GMT" + ], "Content-Length": [ "395" ], @@ -771,46 +771,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile810\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles/profile810\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile210\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles/profile210\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles/profile810?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4MTA/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles/profile210?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyMTA/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5aa47c60-d0c4-4837-9bfd-eea6b0fba9ea" + "705de399-ab36-43e4-97e9-508315044597" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:57:11 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "d6d02096-def4-4663-a4e9-987610e85677" + "8714965f-e26e-4d09-81b1-a84a9c1f4e14" ], "x-ms-client-request-id": [ - "5aa47c60-d0c4-4837-9bfd-eea6b0fba9ea" + "705de399-ab36-43e4-97e9-508315044597" ], "OData-Version": [ "4.0" @@ -818,24 +812,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "47" ], "x-ms-correlation-request-id": [ - "32b5e3ee-8ab0-47db-af96-5a79d7e97d4a" + "f9280cc6-5db4-476e-81ae-95372873a925" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235712Z:32b5e3ee-8ab0-47db-af96-5a79d7e97d4a" + "WESTUS:20200714T005704Z:f9280cc6-5db4-476e-81ae-95372873a925" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:57:04 GMT" + ], "Content-Length": [ "395" ], @@ -846,68 +846,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile810\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles/profile810\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile210\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles/profile210\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles/profile810?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4MTA/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles/profile210?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyMTA/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8aee3fc2-9ad9-42cd-87b7-44810c2b4d69" + "794e21c8-7d7e-4a41-ab64-ee93a897df26" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:57:25 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "b5e24c83-f3b4-4afd-a43d-50fa9e809520" + "8196fa64-c6c6-4252-9762-d19a08768e1a" ], "x-ms-client-request-id": [ - "8aee3fc2-9ad9-42cd-87b7-44810c2b4d69" + "794e21c8-7d7e-4a41-ab64-ee93a897df26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "44" ], "x-ms-correlation-request-id": [ - "afc4bcfa-1884-4919-8da7-c410c1461d5c" + "a65c6dbd-710a-4399-a695-786d51447060" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235726Z:afc4bcfa-1884-4919-8da7-c410c1461d5c" + "WESTUS:20200714T005723Z:a65c6dbd-710a-4399-a695-786d51447060" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:57:22 GMT" + ], "Content-Length": [ "104" ], @@ -925,22 +925,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles/profile3879?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzODc5P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles/profile1831?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxODMxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "181f2c37-7413-48c9-9a35-5a9ef173e879" + "0b84806e-7085-4a32-8c8a-afbad7935b83" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -953,26 +953,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:57:12 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "1a24bbfd-3bfd-4015-b41c-e002eeb022b5" + "a4635a87-62f1-4d9c-aa00-263e62557515" ], "x-ms-client-request-id": [ - "181f2c37-7413-48c9-9a35-5a9ef173e879" + "0b84806e-7085-4a32-8c8a-afbad7935b83" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/operationresults/90b85125-33e6-4793-b799-92248d5924ea?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/operationresults/f570ea6a-e70a-4b5f-b499-b79043cd4ea9?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -980,24 +974,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "23" ], "x-ms-correlation-request-id": [ - "0da8858e-693e-49fe-be90-bfc24e765f30" + "20f61d0a-1df7-4405-b61c-c037d3069a96" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235713Z:0da8858e-693e-49fe-be90-bfc24e765f30" + "WESTUS:20200714T005708Z:20f61d0a-1df7-4405-b61c-c037d3069a96" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:57:08 GMT" + ], "Content-Length": [ "398" ], @@ -1008,59 +1008,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile3879\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles/profile3879\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile1831\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles/profile1831\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles/profile810?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4MTA/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles/profile210?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUyMTA/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7aecd594-d983-4462-a20b-58b4d676d246" + "29941e45-9868-4cea-b351-e84cef7fd680" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:57:13 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/operationresults/2055d14d-719f-4c29-8947-3adabf032f6d/profileresults/profile810?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/operationresults/942911d9-e5a3-4ce7-8ac0-d2f02549d127/profileresults/profile210?api-version=2020-04-15" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "bb02fe3c-a948-4692-b090-e09eeb518cdf" + "e9d282ac-c8a1-4e43-975c-1668061306c2" ], "x-ms-client-request-id": [ - "7aecd594-d983-4462-a20b-58b4d676d246" + "29941e45-9868-4cea-b351-e84cef7fd680" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/operationresults/2055d14d-719f-4c29-8947-3adabf032f6d?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/operationresults/942911d9-e5a3-4ce7-8ac0-d2f02549d127?api-version=2020-04-15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1071,55 +1068,52 @@ "14999" ], "x-ms-correlation-request-id": [ - "ef39bb3c-bd57-4a4d-9366-75e109822484" + "90695860-9b0c-46ec-b389-692ec97a4cd2" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235714Z:ef39bb3c-bd57-4a4d-9366-75e109822484" + "WESTUS:20200714T005711Z:90695860-9b0c-46ec-b389-692ec97a4cd2" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:57:10 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/operationresults/2055d14d-719f-4c29-8947-3adabf032f6d?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMjA1NWQxNGQtNzE5Zi00YzI5LTg5NDctM2FkYWJmMDMyZjZkP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/operationresults/942911d9-e5a3-4ce7-8ac0-d2f02549d127?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOTQyOTExZDktZTVhMy00Y2U3LThhYzAtZDJmMDI1NDlkMTI3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:57:24 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "2d997de4-03f9-4f20-96ab-5b378504e2e0" + "2784bcb1-7436-413c-aa4e-7779d97d5460" ], "x-ms-client-request-id": [ - "8d288460-c197-4165-96a9-85704c37edb9" + "acb6faa9-93ab-4aaa-a55b-ee6e47d105f4" ], "OData-Version": [ "4.0" @@ -1127,6 +1121,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1134,17 +1131,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "a76dcf44-dd4c-4e02-babf-4a84fdb00deb" + "e1af4351-c46c-4a18-b927-45fbe5eeed53" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235724Z:a76dcf44-dd4c-4e02-babf-4a84fdb00deb" + "WESTUS:20200714T005721Z:e1af4351-c46c-4a18-b927-45fbe5eeed53" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:57:20 GMT" + ], "Content-Length": [ "77" ], @@ -1159,40 +1159,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/operationresults/2055d14d-719f-4c29-8947-3adabf032f6d/profileresults/profile810?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMjA1NWQxNGQtNzE5Zi00YzI5LTg5NDctM2FkYWJmMDMyZjZkL3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGU4MTA/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/operationresults/942911d9-e5a3-4ce7-8ac0-d2f02549d127/profileresults/profile210?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOTQyOTExZDktZTVhMy00Y2U3LThhYzAtZDJmMDI1NDlkMTI3L3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGUyMTA/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:57:24 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "54e9585d-1dda-4267-80e5-cb96489170ab" + "2ab91297-5ccc-49ac-8d59-f37c848feec6" ], "x-ms-client-request-id": [ - "c36a963f-a7b5-40a9-8ce7-ceafff3368f5" + "be127d7c-7db8-4675-988b-400230cf278d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1200,17 +1197,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "93c073c2-a568-4aaa-9d5d-826a96ff787e" + "7bed7200-5d9b-47e6-bbe5-332e0911f654" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235725Z:93c073c2-a568-4aaa-9d5d-826a96ff787e" + "WESTUS:20200714T005722Z:7bed7200-5d9b-47e6-bbe5-332e0911f654" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:57:21 GMT" + ], "Content-Length": [ "104" ], @@ -1228,55 +1228,52 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles/profile3879?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzODc5P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles/profile1831?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxODMxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da57074e-c70d-4782-8a24-04cc95d41d13" + "c24dded0-a8f1-4f38-98b2-85e655b1b90d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:58:28 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/operationresults/99e6f546-3a58-4eb3-9354-87bac7b9960f/profileresults/profile3879?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/operationresults/4bd603d4-7bd1-4601-b2e2-9ec94c53081a/profileresults/profile1831?api-version=2020-04-15" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "65d362f1-1545-4c28-bbe6-7b5c25540af5" + "296ec05b-a50c-47bb-828a-d2862ba6c5f0" ], "x-ms-client-request-id": [ - "da57074e-c70d-4782-8a24-04cc95d41d13" + "c24dded0-a8f1-4f38-98b2-85e655b1b90d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/operationresults/99e6f546-3a58-4eb3-9354-87bac7b9960f?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/operationresults/4bd603d4-7bd1-4601-b2e2-9ec94c53081a?api-version=2020-04-15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1287,61 +1284,58 @@ "14998" ], "x-ms-correlation-request-id": [ - "75888f0d-7d05-4143-a352-2ded165fea4a" + "de31733b-1c56-43c9-90f3-f8aed8ea085e" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235829Z:75888f0d-7d05-4143-a352-2ded165fea4a" + "WESTUS:20200714T005826Z:de31733b-1c56-43c9-90f3-f8aed8ea085e" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:58:25 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles/profile3879?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzODc5P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles/profile1831?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxODMxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fa8e5a36-169d-4815-b3dd-c02f4ac1abc9" + "7e35185a-df67-48cc-8b43-99ca8befba77" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:58:29 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "4535b1dd-d539-4a01-b721-ef6dac4627af" + "2d822791-a913-4d5b-8d2b-225db9257b4d" ], "x-ms-client-request-id": [ - "fa8e5a36-169d-4815-b3dd-c02f4ac1abc9" + "7e35185a-df67-48cc-8b43-99ca8befba77" ], "OData-Version": [ "4.0" @@ -1349,24 +1343,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "42" ], "x-ms-correlation-request-id": [ - "4e0ebf9a-1adf-49f7-bb64-7f10a546cc57" + "acc46f63-44c6-4d2b-aca8-247563dd3e3e" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235829Z:4e0ebf9a-1adf-49f7-bb64-7f10a546cc57" + "WESTUS:20200714T005827Z:acc46f63-44c6-4d2b-aca8-247563dd3e3e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:58:26 GMT" + ], "Content-Length": [ "399" ], @@ -1377,25 +1377,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile3879\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624/providers/Microsoft.Cdn/profiles/profile3879\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Deleting\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile1831\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729/providers/Microsoft.Cdn/profiles/profile1831\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Deleting\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup1624?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxNjI0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup6729?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2NzI5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a2fd1b85-e2d9-4bac-b691-c1207f316d89" + "0cba0864-2cf3-4089-97a2-2813cf640d72" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1403,14 +1403,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:59:29 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTYyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjcyOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1419,13 +1416,13 @@ "14999" ], "x-ms-request-id": [ - "98f183bc-7e2c-42c0-a19a-30262e06aac9" + "8df37d06-83ee-4141-9704-25afab368fc9" ], "x-ms-correlation-request-id": [ - "98f183bc-7e2c-42c0-a19a-30262e06aac9" + "8df37d06-83ee-4141-9704-25afab368fc9" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235930Z:98f183bc-7e2c-42c0-a19a-30262e06aac9" + "WESTUS:20200714T005927Z:8df37d06-83ee-4141-9704-25afab368fc9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1433,26 +1430,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:59:26 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTYyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVFl5TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjcyOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOamN5T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1460,14 +1460,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:59:44 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTYyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjcyOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1476,13 +1473,13 @@ "11999" ], "x-ms-request-id": [ - "92bfaff5-6da6-479c-b72f-0d1c93e54ccd" + "0f9d8a5d-7b00-49dc-b4df-830ed03cf69b" ], "x-ms-correlation-request-id": [ - "92bfaff5-6da6-479c-b72f-0d1c93e54ccd" + "0f9d8a5d-7b00-49dc-b4df-830ed03cf69b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235945Z:92bfaff5-6da6-479c-b72f-0d1c93e54ccd" + "WESTUS:20200714T005942Z:0f9d8a5d-7b00-49dc-b4df-830ed03cf69b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1490,26 +1487,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:59:41 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTYyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVFl5TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjcyOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOamN5T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1517,14 +1517,11 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:00:00 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTYyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjcyOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1533,13 +1530,13 @@ "11998" ], "x-ms-request-id": [ - "1c40a6e5-e9b0-4fa5-b5b1-033f528424bf" + "90ed715d-9205-4f27-b2fe-06ab6b977fdf" ], "x-ms-correlation-request-id": [ - "1c40a6e5-e9b0-4fa5-b5b1-033f528424bf" + "90ed715d-9205-4f27-b2fe-06ab6b977fdf" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000000Z:1c40a6e5-e9b0-4fa5-b5b1-033f528424bf" + "WESTUS:20200714T005957Z:90ed715d-9205-4f27-b2fe-06ab6b977fdf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1547,26 +1544,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:59:56 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTYyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVFl5TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjcyOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOamN5T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1574,9 +1574,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:00:15 GMT" - ], "Pragma": [ "no-cache" ], @@ -1584,13 +1581,13 @@ "11997" ], "x-ms-request-id": [ - "be8d961c-ec96-41a4-a027-ffcff14d12a6" + "c089ecdc-8ca5-43e4-a94a-f27ea1bc2950" ], "x-ms-correlation-request-id": [ - "be8d961c-ec96-41a4-a027-ffcff14d12a6" + "c089ecdc-8ca5-43e4-a94a-f27ea1bc2950" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000015Z:be8d961c-ec96-41a4-a027-ffcff14d12a6" + "WESTUS:20200714T010012Z:c089ecdc-8ca5-43e4-a94a-f27ea1bc2950" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1598,26 +1595,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:00:11 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTYyNC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVFl5TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjcyOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOamN5T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1625,9 +1625,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:00:15 GMT" - ], "Pragma": [ "no-cache" ], @@ -1635,13 +1632,13 @@ "11996" ], "x-ms-request-id": [ - "809f8ac2-5743-492d-850f-50c13c32de2c" + "9d5fe830-847d-4c3a-b2bc-cf967614c459" ], "x-ms-correlation-request-id": [ - "809f8ac2-5743-492d-850f-50c13c32de2c" + "9d5fe830-847d-4c3a-b2bc-cf967614c459" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T000015Z:809f8ac2-5743-492d-850f-50c13c32de2c" + "WESTUS:20200714T010012Z:9d5fe830-847d-4c3a-b2bc-cf967614c459" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1649,11 +1646,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 01:00:11 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -1662,14 +1662,14 @@ ], "Names": { "CreateResourceGroup": [ - "cdnResourceGroup1624" + "cdnResourceGroup6729" ], "ProfileGetListTest": [ - "profile810", - "profile3879" + "profile210", + "profile1831" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileListBySubcriptionTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileListBySubcriptionTest.json index 365d940d4ddc8..6740a9ad43dbd 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileListBySubcriptionTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileListBySubcriptionTest.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3596?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNTk2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7130?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3MTMwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "92377a1c-6321-4ced-ac85-5d886d11191c" + "75c2b02e-a301-4236-826d-d42e5e239abd" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -29,9 +29,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:36:59 GMT" - ], "Pragma": [ "no-cache" ], @@ -39,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "c07b3b38-d61e-4939-9d8a-869f8275e98c" + "c2b17d2f-a175-4f06-817b-c81c78ccea03" ], "x-ms-correlation-request-id": [ - "c07b3b38-d61e-4939-9d8a-869f8275e98c" + "c2b17d2f-a175-4f06-817b-c81c78ccea03" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233700Z:c07b3b38-d61e-4939-9d8a-869f8275e98c" + "WESTUS:20200714T224544Z:c2b17d2f-a175-4f06-817b-c81c78ccea03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +50,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:45:44 GMT" + ], "Content-Length": [ "193" ], @@ -63,46 +63,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup3596\",\r\n \"name\": \"cdnResourceGroup3596\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7130\",\r\n \"name\": \"cdnResourceGroup7130\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/providers/Microsoft.Cdn/profiles?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/providers/Microsoft.Cdn/profiles?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bb37cb6b-ceed-42d8-8362-b19cea3601d3" + "ec59afab-86ad-4beb-82f6-84fdab15f971" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:37:00 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "1b2d110d-c00b-4054-a10f-258719d5243d" + "823ad2cf-b639-4a75-91f8-ea840c749caf" ], "x-ms-client-request-id": [ - "bb37cb6b-ceed-42d8-8362-b19cea3601d3" + "ec59afab-86ad-4beb-82f6-84fdab15f971" ], "OData-Version": [ "4.0" @@ -110,26 +104,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "df7f45f7-5869-477b-8f50-4d967050fa2f" + "44d8b09c-c2d9-42d7-ab1b-ddcc9e56097f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233701Z:df7f45f7-5869-477b-8f50-4d967050fa2f" + "WESTUS:20200714T224547Z:44d8b09c-c2d9-42d7-ab1b-ddcc9e56097f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:45:46 GMT" + ], "Content-Length": [ - "4460" + "40342" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -138,46 +138,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"profile4551\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup7011/providers/Microsoft.Cdn/profiles/profile4551\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"Hata-AFD\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/HataTest/providers/Microsoft.Cdn/profiles/Hata-AFD\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-verizon\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/azureedgedefault/providers/Microsoft.Cdn/profiles/hata-verizon\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ravindpAkamai\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/ravindp/providers/Microsoft.Cdn/profiles/ravindpAkamai\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testProfile\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/frontdoorpreview/providers/Microsoft.Cdn/profiles/testProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"tag2\": \"value2\",\r\n \"tag1\": \"value1\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ps8126\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/ps6218/providers/Microsoft.Cdn/profiles/ps8126\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"tag2\": \"value2\",\r\n \"tag1\": \"value1\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ravindpBYoC\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/ravindp/providers/Microsoft.Cdn/profiles/ravindpBYoC\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile981\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5308/providers/Microsoft.Cdn/profiles/profile981\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/frontdoorpreview/providers/Microsoft.Cdn/profiles/test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"IStayTaiwanMSCDN\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/istaytaiwanresgroup/providers/Microsoft.Cdn/profiles/IStayTaiwanMSCDN\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"EastAsia\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"susi-test\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/susi/providers/Microsoft.Cdn/profiles/susi-test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"RRVz\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rrahultest/providers/Microsoft.Cdn/profiles/RRVz\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"jomejia-msft-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/jomejia-rg/providers/Microsoft.Cdn/profiles/jomejia-msft-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/varunch/providers/Microsoft.Cdn/profiles/test123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"rrms2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rrahultest/providers/Microsoft.Cdn/profiles/rrms2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"rrvz2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rrahultest/providers/Microsoft.Cdn/profiles/rrvz2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-temp-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-temp-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-profile-123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-profile-123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"xujiaPremiumVerizonBYP1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/xujiaPremiumVerizonBYP1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-prof-temp\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn_res_group_temp/providers/Microsoft.Cdn/profiles/cdn-prof-temp\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"nachakra-multiorigin-bugbash\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/nachakra-rg-test/providers/Microsoft.Cdn/profiles/nachakra-multiorigin-bugbash\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"Cdn-E2e-Test-Std-Verizon\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/Cdn-E2e-Test-Std-Verizon\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"zhdencdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/zhden-rp-test/providers/Microsoft.Cdn/profiles/zhdencdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdnsecondprofile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdnsecondprofile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sriCDNProfile-Akamai\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/sriCDNProfile-Akamai\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"xujiaStandardVerizonForUpgrade\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/xujiaStandardVerizonForUpgrade\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sinallop\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/SINADELL-TEST-RG/providers/Microsoft.Cdn/profiles/sinallop\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"ind\": \"sdd\"\r\n },\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"private-link\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/jomejia-rg/providers/Microsoft.Cdn/profiles/private-link\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-profile-MS\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-profile-MS\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testtesttest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/anyresource/providers/Microsoft.Cdn/profiles/testtesttest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonRev4Test\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/VerizonRev4Test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"Event\": \"NFL\",\r\n \"Quarter\": \"3rd\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sri-URLSigning-CDNProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/sri-URLSigning-CDNProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"twitter-card-image-default-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/jomejia-rg/providers/Microsoft.Cdn/profiles/twitter-card-image-default-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"puyuCdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/TestPuyu/providers/Microsoft.Cdn/profiles/puyuCdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"MSCdnProfileRandom123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/MSCdnProfileRandom123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"multioriginbugbash\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/multioriginbugbash/providers/Microsoft.Cdn/profiles/multioriginbugbash\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-standard-verizon\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/cdn-standard-verizon\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sriCDNProfile-MS\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/sriCDNProfile-MS\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sindhuricdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/SINADELL-TEST-RG/providers/Microsoft.Cdn/profiles/sindhuricdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test0618-2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/ravindp-westus/providers/Microsoft.Cdn/profiles/test0618-2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test0618\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/ravindp-westus/providers/Microsoft.Cdn/profiles/test0618\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"CdnProfile100\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/CdnProfile100\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"displayName\": \"CdnProfile100\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"GuruProdProfile1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/gubalasu-rg/providers/Microsoft.Cdn/profiles/GuruProdProfile1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"E2e-Test-Profile-1-5ff5733b-0226-4732-a42a-8ee6faf977b4\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/E2e-Test-Profile-1-5ff5733b-0226-4732-a42a-8ee6faf977b4\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile5178\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1588/providers/Microsoft.Cdn/profiles/profile5178\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"E2e-Test-Profile-1-6c165b91-4e19-4b44-bdab-d881d9736cbd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/E2e-Test-Profile-1-6c165b91-4e19-4b44-bdab-d881d9736cbd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile4812\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2409/providers/Microsoft.Cdn/profiles/profile4812\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-profile-VZ\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-profile-VZ\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"random\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/SINADELL-TEST-RG/providers/Microsoft.Cdn/profiles/random\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile793\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2354/providers/Microsoft.Cdn/profiles/profile793\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"qwerty\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/qwerty\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile8458\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5601/providers/Microsoft.Cdn/profiles/profile8458\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdntestprofile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/cdntestprofile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile6760\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4013/providers/Microsoft.Cdn/profiles/profile6760\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile5913\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5895/providers/Microsoft.Cdn/profiles/profile5913\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-akamai-1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/hata-akamai-1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ggnng\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rkesav-rg/providers/Microsoft.Cdn/profiles/ggnng\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-roku-premium\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/cdn-roku-premium\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile7778\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1192/providers/Microsoft.Cdn/profiles/profile7778\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-test-1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/hata-test-1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"wertsdftsdft\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/wertsdftsdft\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-verizonPrime\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/hata-verizonPrime\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test11111\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/test11111\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"statictest123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/akucer-test/providers/Microsoft.Cdn/profiles/statictest123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"CachingRuleTest-akamai\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AaronTest/providers/Microsoft.Cdn/profiles/CachingRuleTest-akamai\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"Akamai403Test\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/Akamai403Test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"test\": \"test\",\r\n \"test2\": \"test2\"\r\n },\r\n \"location\": \"WestEurope\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testakamai524\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/testakamai524\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-afd-1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/hata-afd-1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"142536\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/142536\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test1234\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/test1234\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiProdStagingTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/AkamaiProdStagingTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testabcdef\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/testabcdef\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"roku-test\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/roku-test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"nachakra-testportal\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/nachakra-testportal\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sadfgasdfasd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azfdtest.xyz/providers/Microsoft.Cdn/profiles/sadfgasdfasd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"nachakra-msftstd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/nachakra-msftstd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testmarketplacedelivery\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/anyresource/providers/Microsoft.Cdn/profiles/testmarketplacedelivery\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"CompanyCode\": \"0973\"\r\n },\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ResourceNameTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/ResourceNameTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"Event\": \"NFL\",\r\n \"Quarter\": \"3rd\"\r\n },\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile7988\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup3906/providers/Microsoft.Cdn/profiles/profile7988\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AFDTesting\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/AFDTesting\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile6061\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup3491/providers/Microsoft.Cdn/profiles/profile6061\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testDeliveryRules\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/anyresource/providers/Microsoft.Cdn/profiles/testDeliveryRules\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"CostElement\": \"HC02917\",\r\n \"CompanyCode\": \"0973\"\r\n },\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"vfbbgf\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rkesav-rg/providers/Microsoft.Cdn/profiles/vfbbgf\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"test\": \"testkey1\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiWiredPortalTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiWiredPortalTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-test-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/cdn-test-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiCustomDomainTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiCustomDomainTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiQSCTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiQSCTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"inzarifTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/inzarifTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"newProfilenewPackage2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/newProfilenewPackage2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"premiumcdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/premiumcdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile-test-afd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/profile-test-afd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonPremiumTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonPremiumTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonWiredPortalTestProfile2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonWiredPortalTestProfile2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"EdgeCastDsaBillingTestPremium\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/billing/providers/Microsoft.Cdn/profiles/EdgeCastDsaBillingTestPremium\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"JapanEast\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ec-prod-billing\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/ec-prod-billing\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"susiTestVerizon\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-dev-susi-eun-g-rg-res-1/providers/Microsoft.Cdn/profiles/susiTestVerizon\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"NorthEurope\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonStandardTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonStandardTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonV2QSCTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonV2QSCTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"babyphoto2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/babyphotos/providers/Microsoft.Cdn/profiles/babyphoto2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ak-prod-billingtest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/ak-prod-billingtest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"armdelaysynctest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/armdelaysynctest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testtesttest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/testtesttest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"CachingPolicyTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CachingPolicy/providers/Microsoft.Cdn/profiles/CachingPolicyTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiTestProfile2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiTestProfile2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"newProfileNewPackage\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/newProfileNewPackage\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"SouthCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonQSCTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonQSCTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonWiredPortalTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonWiredPortalTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"EdgeCastDsaBillingTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/billing/providers/Microsoft.Cdn/profiles/EdgeCastDsaBillingTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"JapanEast\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"BillingTest5\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/BillingTest5\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"tag1\": \"val1\",\r\n \"tag2\": \"val2\",\r\n \"tag3\": \"val3\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/providers/Microsoft.Cdn/profiles?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/providers/Microsoft.Cdn/profiles?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c58a337-42f5-4598-9672-78c6373b1aa1" + "8d3a158f-529e-41b2-8151-6b00e435da2b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:38:10 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "a066a54f-0d9c-488f-8771-4c7cef2fd4f5" + "23ec27c8-8c66-4ac2-9795-b878cc8cd4e8" ], "x-ms-client-request-id": [ - "9c58a337-42f5-4598-9672-78c6373b1aa1" + "8d3a158f-529e-41b2-8151-6b00e435da2b" ], "OData-Version": [ "4.0" @@ -185,26 +179,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "46" ], "x-ms-correlation-request-id": [ - "5a34f47e-40b1-4a45-8e2e-92a4376d2bb4" + "c0716394-53ea-4240-9845-73ad0f493720" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233810Z:5a34f47e-40b1-4a45-8e2e-92a4376d2bb4" + "WESTUS:20200714T224628Z:c0716394-53ea-4240-9845-73ad0f493720" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:46:28 GMT" + ], "Content-Length": [ - "5320" + "40354" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -213,46 +213,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"profile4551\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup7011/providers/Microsoft.Cdn/profiles/profile4551\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"IStayTaiwanMSCDN\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/istaytaiwanresgroup/providers/Microsoft.Cdn/profiles/IStayTaiwanMSCDN\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"EastAsia\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile5036\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3596/providers/Microsoft.Cdn/profiles/profile5036\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-verizon\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/azureedgedefault/providers/Microsoft.Cdn/profiles/hata-verizon\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"Hata-AFD\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/HataTest/providers/Microsoft.Cdn/profiles/Hata-AFD\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testProfile\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/frontdoorpreview/providers/Microsoft.Cdn/profiles/testProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"tag2\": \"value2\",\r\n \"tag1\": \"value1\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/frontdoorpreview/providers/Microsoft.Cdn/profiles/test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ps8126\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/ps6218/providers/Microsoft.Cdn/profiles/ps8126\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"tag2\": \"value2\",\r\n \"tag1\": \"value1\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ravindpAkamai\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/ravindp/providers/Microsoft.Cdn/profiles/ravindpAkamai\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile981\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5308/providers/Microsoft.Cdn/profiles/profile981\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile7250\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2559/providers/Microsoft.Cdn/profiles/profile7250\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"susi-test\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/susi/providers/Microsoft.Cdn/profiles/susi-test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ravindpBYoC\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/ravindp/providers/Microsoft.Cdn/profiles/ravindpBYoC\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"RRVz\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rrahultest/providers/Microsoft.Cdn/profiles/RRVz\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sri-URLSigning-CDNProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/sri-URLSigning-CDNProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/varunch/providers/Microsoft.Cdn/profiles/test123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonRev4Test\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/VerizonRev4Test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"Event\": \"NFL\",\r\n \"Quarter\": \"3rd\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"rrvz2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rrahultest/providers/Microsoft.Cdn/profiles/rrvz2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"rrms2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rrahultest/providers/Microsoft.Cdn/profiles/rrms2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"xujiaPremiumVerizonBYP1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/xujiaPremiumVerizonBYP1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-profile-123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-profile-123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdnsecondprofile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdnsecondprofile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"nachakra-multiorigin-bugbash\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/nachakra-rg-test/providers/Microsoft.Cdn/profiles/nachakra-multiorigin-bugbash\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"jomejia-msft-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/jomejia-rg/providers/Microsoft.Cdn/profiles/jomejia-msft-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sindhuricdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/SINADELL-TEST-RG/providers/Microsoft.Cdn/profiles/sindhuricdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"twitter-card-image-default-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/jomejia-rg/providers/Microsoft.Cdn/profiles/twitter-card-image-default-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"xujiaStandardVerizonForUpgrade\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/xujiaStandardVerizonForUpgrade\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-profile-MS\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-profile-MS\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-prof-temp\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn_res_group_temp/providers/Microsoft.Cdn/profiles/cdn-prof-temp\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-standard-verizon\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/cdn-standard-verizon\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"multioriginbugbash\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/multioriginbugbash/providers/Microsoft.Cdn/profiles/multioriginbugbash\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-temp-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-temp-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"private-link\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/jomejia-rg/providers/Microsoft.Cdn/profiles/private-link\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"E2e-Test-Profile-1-6c165b91-4e19-4b44-bdab-d881d9736cbd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/E2e-Test-Profile-1-6c165b91-4e19-4b44-bdab-d881d9736cbd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"Cdn-E2e-Test-Std-Verizon\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/Cdn-E2e-Test-Std-Verizon\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile5178\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1588/providers/Microsoft.Cdn/profiles/profile5178\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test0618\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/ravindp-westus/providers/Microsoft.Cdn/profiles/test0618\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"GuruProdProfile1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/gubalasu-rg/providers/Microsoft.Cdn/profiles/GuruProdProfile1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test0618-2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/ravindp-westus/providers/Microsoft.Cdn/profiles/test0618-2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"E2e-Test-Profile-1-5ff5733b-0226-4732-a42a-8ee6faf977b4\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/E2e-Test-Profile-1-5ff5733b-0226-4732-a42a-8ee6faf977b4\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile6760\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4013/providers/Microsoft.Cdn/profiles/profile6760\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sinallop\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/SINADELL-TEST-RG/providers/Microsoft.Cdn/profiles/sinallop\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"ind\": \"sdd\"\r\n },\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"CdnProfile100\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/CdnProfile100\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"displayName\": \"CdnProfile100\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile7778\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1192/providers/Microsoft.Cdn/profiles/profile7778\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"MSCdnProfileRandom123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/MSCdnProfileRandom123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile5913\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5895/providers/Microsoft.Cdn/profiles/profile5913\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"puyuCdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/TestPuyu/providers/Microsoft.Cdn/profiles/puyuCdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"qwerty\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/qwerty\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"zhdencdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/zhden-rp-test/providers/Microsoft.Cdn/profiles/zhdencdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"vfbbgf\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rkesav-rg/providers/Microsoft.Cdn/profiles/vfbbgf\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-profile-VZ\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-profile-VZ\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sriCDNProfile-Akamai\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/sriCDNProfile-Akamai\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"142536\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/142536\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdntestprofile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/cdntestprofile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"random\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/SINADELL-TEST-RG/providers/Microsoft.Cdn/profiles/random\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testtesttest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/anyresource/providers/Microsoft.Cdn/profiles/testtesttest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile1058\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7130/providers/Microsoft.Cdn/profiles/profile1058\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-akamai-1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/hata-akamai-1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"roku-test\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/roku-test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"wertsdftsdft\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/wertsdftsdft\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile793\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2354/providers/Microsoft.Cdn/profiles/profile793\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-verizonPrime\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/hata-verizonPrime\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"CachingRuleTest-akamai\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AaronTest/providers/Microsoft.Cdn/profiles/CachingRuleTest-akamai\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ggnng\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rkesav-rg/providers/Microsoft.Cdn/profiles/ggnng\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiTestProfile2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiTestProfile2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AFDTesting\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/AFDTesting\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"statictest123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/akucer-test/providers/Microsoft.Cdn/profiles/statictest123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile6061\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup3491/providers/Microsoft.Cdn/profiles/profile6061\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"newProfilenewPackage2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/newProfilenewPackage2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testDeliveryRules\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/anyresource/providers/Microsoft.Cdn/profiles/testDeliveryRules\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"CostElement\": \"HC02917\",\r\n \"CompanyCode\": \"0973\"\r\n },\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"nachakra-msftstd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/nachakra-msftstd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test1234\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/test1234\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonQSCTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonQSCTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile8458\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5601/providers/Microsoft.Cdn/profiles/profile8458\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile7988\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup3906/providers/Microsoft.Cdn/profiles/profile7988\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-afd-1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/hata-afd-1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonWiredPortalTestProfile2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonWiredPortalTestProfile2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test11111\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/test11111\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-test-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/cdn-test-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile4812\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2409/providers/Microsoft.Cdn/profiles/profile4812\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-test-1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/hata-test-1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ResourceNameTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/ResourceNameTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"Event\": \"NFL\",\r\n \"Quarter\": \"3rd\"\r\n },\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"Akamai403Test\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/Akamai403Test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"test\": \"test\",\r\n \"test2\": \"test2\"\r\n },\r\n \"location\": \"WestEurope\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiQSCTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiQSCTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiProdStagingTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/AkamaiProdStagingTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testabcdef\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/testabcdef\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonStandardTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonStandardTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"newProfileNewPackage\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/newProfileNewPackage\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"SouthCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"inzarifTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/inzarifTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-roku-premium\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/cdn-roku-premium\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"nachakra-testportal\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/nachakra-testportal\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonWiredPortalTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonWiredPortalTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ak-prod-billingtest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/ak-prod-billingtest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"EdgeCastDsaBillingTestPremium\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/billing/providers/Microsoft.Cdn/profiles/EdgeCastDsaBillingTestPremium\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"JapanEast\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiWiredPortalTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiWiredPortalTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"premiumcdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/premiumcdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiCustomDomainTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiCustomDomainTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"babyphoto2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/babyphotos/providers/Microsoft.Cdn/profiles/babyphoto2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonV2QSCTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonV2QSCTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sriCDNProfile-MS\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/sriCDNProfile-MS\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sadfgasdfasd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azfdtest.xyz/providers/Microsoft.Cdn/profiles/sadfgasdfasd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonPremiumTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonPremiumTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"EdgeCastDsaBillingTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/billing/providers/Microsoft.Cdn/profiles/EdgeCastDsaBillingTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"JapanEast\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"test\": \"testkey1\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile-test-afd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/profile-test-afd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testakamai524\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/testakamai524\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testmarketplacedelivery\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/anyresource/providers/Microsoft.Cdn/profiles/testmarketplacedelivery\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"CompanyCode\": \"0973\"\r\n },\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"BillingTest5\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/BillingTest5\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"tag1\": \"val1\",\r\n \"tag2\": \"val2\",\r\n \"tag3\": \"val3\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ec-prod-billing\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/ec-prod-billing\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"CachingPolicyTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CachingPolicy/providers/Microsoft.Cdn/profiles/CachingPolicyTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testtesttest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/testtesttest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"armdelaysynctest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/armdelaysynctest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/providers/Microsoft.Cdn/profiles?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/providers/Microsoft.Cdn/profiles?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76447edc-3e77-4123-b4f0-82012ef168dc" + "041760d9-bfd9-4f70-8342-dc3f0d0c7a9a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:38:22 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "4ecac25d-eb31-45ef-9411-987f62912c82" + "619a5d2d-284a-4923-9451-ef76d7778857" ], "x-ms-client-request-id": [ - "76447edc-3e77-4123-b4f0-82012ef168dc" + "041760d9-bfd9-4f70-8342-dc3f0d0c7a9a" ], "OData-Version": [ "4.0" @@ -260,26 +254,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "44" ], "x-ms-correlation-request-id": [ - "9dfa88ad-3e6c-43ff-a04f-9cc3d1311ccb" + "82764399-9805-4382-9346-33c5ed605a12" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233822Z:9dfa88ad-3e6c-43ff-a04f-9cc3d1311ccb" + "WESTUS:20200714T224706Z:82764399-9805-4382-9346-33c5ed605a12" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:47:05 GMT" + ], "Content-Length": [ - "4890" + "40381" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -288,46 +288,115 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"testProfile\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/frontdoorpreview/providers/Microsoft.Cdn/profiles/testProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"tag2\": \"value2\",\r\n \"tag1\": \"value1\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile4551\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup7011/providers/Microsoft.Cdn/profiles/profile4551\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/frontdoorpreview/providers/Microsoft.Cdn/profiles/test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-verizon\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/azureedgedefault/providers/Microsoft.Cdn/profiles/hata-verizon\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"IStayTaiwanMSCDN\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/istaytaiwanresgroup/providers/Microsoft.Cdn/profiles/IStayTaiwanMSCDN\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"EastAsia\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ravindpBYoC\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/ravindp/providers/Microsoft.Cdn/profiles/ravindpBYoC\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"Hata-AFD\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/HataTest/providers/Microsoft.Cdn/profiles/Hata-AFD\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ravindpAkamai\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/ravindp/providers/Microsoft.Cdn/profiles/ravindpAkamai\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile7250\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2559/providers/Microsoft.Cdn/profiles/profile7250\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"susi-test\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/susi/providers/Microsoft.Cdn/profiles/susi-test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile981\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5308/providers/Microsoft.Cdn/profiles/profile981\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ps8126\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/ps6218/providers/Microsoft.Cdn/profiles/ps8126\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"tag2\": \"value2\",\r\n \"tag1\": \"value1\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"test123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/varunch/providers/Microsoft.Cdn/profiles/test123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"rrms2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rrahultest/providers/Microsoft.Cdn/profiles/rrms2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"rrvz2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rrahultest/providers/Microsoft.Cdn/profiles/rrvz2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-profile-123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-profile-123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sriCDNProfile-Akamai\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/sriCDNProfile-Akamai\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"MSCdnProfileRandom123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/MSCdnProfileRandom123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"private-link\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/jomejia-rg/providers/Microsoft.Cdn/profiles/private-link\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"jomejia-msft-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/jomejia-rg/providers/Microsoft.Cdn/profiles/jomejia-msft-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonRev4Test\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/VerizonRev4Test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"Event\": \"NFL\",\r\n \"Quarter\": \"3rd\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"RRVz\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rrahultest/providers/Microsoft.Cdn/profiles/RRVz\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"Cdn-E2e-Test-Std-Verizon\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/Cdn-E2e-Test-Std-Verizon\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"twitter-card-image-default-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/jomejia-rg/providers/Microsoft.Cdn/profiles/twitter-card-image-default-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"multioriginbugbash\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/multioriginbugbash/providers/Microsoft.Cdn/profiles/multioriginbugbash\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testDeliveryRules\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/anyresource/providers/Microsoft.Cdn/profiles/testDeliveryRules\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"CostElement\": \"HC02917\",\r\n \"CompanyCode\": \"0973\"\r\n },\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"E2e-Test-Profile-1-6c165b91-4e19-4b44-bdab-d881d9736cbd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/E2e-Test-Profile-1-6c165b91-4e19-4b44-bdab-d881d9736cbd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdnsecondprofile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdnsecondprofile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test11111\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/test11111\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"GuruProdProfile1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/gubalasu-rg/providers/Microsoft.Cdn/profiles/GuruProdProfile1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-standard-verizon\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/cdn-standard-verizon\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"nachakra-msftstd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/nachakra-msftstd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sri-URLSigning-CDNProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/sri-URLSigning-CDNProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test0618\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/ravindp-westus/providers/Microsoft.Cdn/profiles/test0618\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"nachakra-multiorigin-bugbash\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/nachakra-rg-test/providers/Microsoft.Cdn/profiles/nachakra-multiorigin-bugbash\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sadfgasdfasd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azfdtest.xyz/providers/Microsoft.Cdn/profiles/sadfgasdfasd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiCustomDomainTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiCustomDomainTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"CdnProfile100\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/CdnProfile100\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"displayName\": \"CdnProfile100\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-temp-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-temp-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-prof-temp\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn_res_group_temp/providers/Microsoft.Cdn/profiles/cdn-prof-temp\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testakamai524\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/testakamai524\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"puyuCdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/TestPuyu/providers/Microsoft.Cdn/profiles/puyuCdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sinallop\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/SINADELL-TEST-RG/providers/Microsoft.Cdn/profiles/sinallop\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"ind\": \"sdd\"\r\n },\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"xujiaStandardVerizonForUpgrade\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/xujiaStandardVerizonForUpgrade\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test1234\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/test1234\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testmarketplacedelivery\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/anyresource/providers/Microsoft.Cdn/profiles/testmarketplacedelivery\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"CompanyCode\": \"0973\"\r\n },\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"xujiaPremiumVerizonBYP1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/xujiaPremiumVerizonBYP1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-profile-MS\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-profile-MS\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"zhdencdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/zhden-rp-test/providers/Microsoft.Cdn/profiles/zhdencdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AFDTesting\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/AFDTesting\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile6061\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup3491/providers/Microsoft.Cdn/profiles/profile6061\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testtesttest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/anyresource/providers/Microsoft.Cdn/profiles/testtesttest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"random\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/SINADELL-TEST-RG/providers/Microsoft.Cdn/profiles/random\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-roku-premium\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/cdn-roku-premium\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ResourceNameTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/ResourceNameTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"Event\": \"NFL\",\r\n \"Quarter\": \"3rd\"\r\n },\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"E2e-Test-Profile-1-5ff5733b-0226-4732-a42a-8ee6faf977b4\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/E2e-Test-Profile-1-5ff5733b-0226-4732-a42a-8ee6faf977b4\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"statictest123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/akucer-test/providers/Microsoft.Cdn/profiles/statictest123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"wertsdftsdft\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/wertsdftsdft\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-profile-VZ\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-profile-VZ\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdntestprofile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/cdntestprofile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-afd-1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/hata-afd-1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"test\": \"testkey1\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sindhuricdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/SINADELL-TEST-RG/providers/Microsoft.Cdn/profiles/sindhuricdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test0618-2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/ravindp-westus/providers/Microsoft.Cdn/profiles/test0618-2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile-test-afd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/profile-test-afd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"nachakra-testportal\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/nachakra-testportal\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile6760\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4013/providers/Microsoft.Cdn/profiles/profile6760\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonPremiumTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonPremiumTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-verizonPrime\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/hata-verizonPrime\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-akamai-1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/hata-akamai-1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile793\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2354/providers/Microsoft.Cdn/profiles/profile793\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"newProfileNewPackage\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/newProfileNewPackage\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"SouthCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonWiredPortalTestProfile2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonWiredPortalTestProfile2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile8458\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5601/providers/Microsoft.Cdn/profiles/profile8458\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile4622\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1261/providers/Microsoft.Cdn/profiles/profile4622\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ak-prod-billingtest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/ak-prod-billingtest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonStandardTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonStandardTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-test-1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/hata-test-1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"qwerty\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/qwerty\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ec-prod-billing\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/ec-prod-billing\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonWiredPortalTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonWiredPortalTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiProdStagingTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/AkamaiProdStagingTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile5178\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1588/providers/Microsoft.Cdn/profiles/profile5178\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"premiumcdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/premiumcdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile4812\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2409/providers/Microsoft.Cdn/profiles/profile4812\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"142536\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/142536\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"newProfilenewPackage2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/newProfilenewPackage2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"babyphoto2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/babyphotos/providers/Microsoft.Cdn/profiles/babyphoto2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ggnng\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rkesav-rg/providers/Microsoft.Cdn/profiles/ggnng\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-test-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/cdn-test-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile1058\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7130/providers/Microsoft.Cdn/profiles/profile1058\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testabcdef\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/testabcdef\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"Akamai403Test\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/Akamai403Test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"test\": \"test\",\r\n \"test2\": \"test2\"\r\n },\r\n \"location\": \"WestEurope\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile7988\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup3906/providers/Microsoft.Cdn/profiles/profile7988\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile7778\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1192/providers/Microsoft.Cdn/profiles/profile7778\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sriCDNProfile-MS\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/sriCDNProfile-MS\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"roku-test\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/roku-test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"CachingRuleTest-akamai\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AaronTest/providers/Microsoft.Cdn/profiles/CachingRuleTest-akamai\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile5913\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5895/providers/Microsoft.Cdn/profiles/profile5913\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiTestProfile2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiTestProfile2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"vfbbgf\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rkesav-rg/providers/Microsoft.Cdn/profiles/vfbbgf\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiQSCTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiQSCTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"EdgeCastDsaBillingTestPremium\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/billing/providers/Microsoft.Cdn/profiles/EdgeCastDsaBillingTestPremium\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"JapanEast\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"armdelaysynctest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/armdelaysynctest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"EdgeCastDsaBillingTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/billing/providers/Microsoft.Cdn/profiles/EdgeCastDsaBillingTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"JapanEast\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"BillingTest5\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/BillingTest5\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"tag1\": \"val1\",\r\n \"tag2\": \"val2\",\r\n \"tag3\": \"val3\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonV2QSCTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonV2QSCTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiWiredPortalTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiWiredPortalTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"inzarifTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/inzarifTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonQSCTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonQSCTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testtesttest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/testtesttest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/providers/Microsoft.Cdn/profiles?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/providers/Microsoft.Cdn/profiles?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2141275a-55ae-4cba-ab24-a834be09445f" + "14396e85-6bc5-47b0-8199-2a9febada390" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:38:34 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "affa257d-392e-43cd-aaef-e97c9db4a826" + ], + "x-ms-client-request-id": [ + "14396e85-6bc5-47b0-8199-2a9febada390" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-IIS/8.5" ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "43" + ], + "x-ms-correlation-request-id": [ + "dea6e1af-05d4-48d5-a245-92d6a0ab0ace" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T224720Z:dea6e1af-05d4-48d5-a245-92d6a0ab0ace" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 22:47:20 GMT" + ], + "Content-Length": [ + "40354" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"jomejia-msft-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/jomejia-rg/providers/Microsoft.Cdn/profiles/jomejia-msft-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"RRVz\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rrahultest/providers/Microsoft.Cdn/profiles/RRVz\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonRev4Test\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/VerizonRev4Test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"Event\": \"NFL\",\r\n \"Quarter\": \"3rd\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"twitter-card-image-default-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/jomejia-rg/providers/Microsoft.Cdn/profiles/twitter-card-image-default-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"MSCdnProfileRandom123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/MSCdnProfileRandom123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"puyuCdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/TestPuyu/providers/Microsoft.Cdn/profiles/puyuCdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"xujiaPremiumVerizonBYP1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/xujiaPremiumVerizonBYP1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdnsecondprofile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdnsecondprofile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"nachakra-multiorigin-bugbash\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/nachakra-rg-test/providers/Microsoft.Cdn/profiles/nachakra-multiorigin-bugbash\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"Cdn-E2e-Test-Std-Verizon\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/Cdn-E2e-Test-Std-Verizon\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"zhdencdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/zhden-rp-test/providers/Microsoft.Cdn/profiles/zhdencdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sriCDNProfile-MS\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/sriCDNProfile-MS\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sri-URLSigning-CDNProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/sri-URLSigning-CDNProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sriCDNProfile-Akamai\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/sriCDNProfile-Akamai\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/varunch/providers/Microsoft.Cdn/profiles/test123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"GuruProdProfile1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/gubalasu-rg/providers/Microsoft.Cdn/profiles/GuruProdProfile1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test0618\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/ravindp-westus/providers/Microsoft.Cdn/profiles/test0618\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sinallop\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/SINADELL-TEST-RG/providers/Microsoft.Cdn/profiles/sinallop\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"ind\": \"sdd\"\r\n },\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"rrvz2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rrahultest/providers/Microsoft.Cdn/profiles/rrvz2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testtesttest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/anyresource/providers/Microsoft.Cdn/profiles/testtesttest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test0618-2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/ravindp-westus/providers/Microsoft.Cdn/profiles/test0618-2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdntestprofile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/cdntestprofile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-prof-temp\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn_res_group_temp/providers/Microsoft.Cdn/profiles/cdn-prof-temp\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-profile-123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-profile-123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"E2e-Test-Profile-1-5ff5733b-0226-4732-a42a-8ee6faf977b4\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/E2e-Test-Profile-1-5ff5733b-0226-4732-a42a-8ee6faf977b4\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"multioriginbugbash\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/multioriginbugbash/providers/Microsoft.Cdn/profiles/multioriginbugbash\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-temp-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-temp-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AFDTesting\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/AFDTesting\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"xujiaStandardVerizonForUpgrade\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/xujiaStandardVerizonForUpgrade\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sindhuricdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/SINADELL-TEST-RG/providers/Microsoft.Cdn/profiles/sindhuricdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"rrms2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rrahultest/providers/Microsoft.Cdn/profiles/rrms2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-verizonPrime\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/hata-verizonPrime\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"private-link\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/jomejia-rg/providers/Microsoft.Cdn/profiles/private-link\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"random\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/SINADELL-TEST-RG/providers/Microsoft.Cdn/profiles/random\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test11111\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/test11111\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"CdnProfile100\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/CdnProfile100\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"displayName\": \"CdnProfile100\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"nachakra-testportal\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/nachakra-testportal\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-profile-VZ\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-profile-VZ\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-profile-MS\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-profile-MS\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile8458\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5601/providers/Microsoft.Cdn/profiles/profile8458\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test1234\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/test1234\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"E2e-Test-Profile-1-6c165b91-4e19-4b44-bdab-d881d9736cbd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/E2e-Test-Profile-1-6c165b91-4e19-4b44-bdab-d881d9736cbd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile6760\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4013/providers/Microsoft.Cdn/profiles/profile6760\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-roku-premium\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/cdn-roku-premium\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"142536\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/142536\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"vfbbgf\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rkesav-rg/providers/Microsoft.Cdn/profiles/vfbbgf\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-test-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/cdn-test-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"CachingRuleTest-akamai\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AaronTest/providers/Microsoft.Cdn/profiles/CachingRuleTest-akamai\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"nachakra-msftstd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/nachakra-msftstd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"test\": \"testkey1\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile7778\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1192/providers/Microsoft.Cdn/profiles/profile7778\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"qwerty\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/qwerty\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-akamai-1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/hata-akamai-1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-test-1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/hata-test-1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-standard-verizon\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/cdn-standard-verizon\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"statictest123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/akucer-test/providers/Microsoft.Cdn/profiles/statictest123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"roku-test\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/roku-test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiProdStagingTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/AkamaiProdStagingTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile4622\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1261/providers/Microsoft.Cdn/profiles/profile4622\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"wertsdftsdft\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/wertsdftsdft\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile6061\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup3491/providers/Microsoft.Cdn/profiles/profile6061\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ResourceNameTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/ResourceNameTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"Event\": \"NFL\",\r\n \"Quarter\": \"3rd\"\r\n },\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testakamai524\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/testakamai524\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile5913\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5895/providers/Microsoft.Cdn/profiles/profile5913\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiQSCTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiQSCTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testmarketplacedelivery\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/anyresource/providers/Microsoft.Cdn/profiles/testmarketplacedelivery\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"CompanyCode\": \"0973\"\r\n },\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"Akamai403Test\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/Akamai403Test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"test\": \"test\",\r\n \"test2\": \"test2\"\r\n },\r\n \"location\": \"WestEurope\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testabcdef\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/testabcdef\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile7988\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup3906/providers/Microsoft.Cdn/profiles/profile7988\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-afd-1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/hata-afd-1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile5178\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1588/providers/Microsoft.Cdn/profiles/profile5178\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ggnng\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rkesav-rg/providers/Microsoft.Cdn/profiles/ggnng\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile793\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2354/providers/Microsoft.Cdn/profiles/profile793\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile4812\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2409/providers/Microsoft.Cdn/profiles/profile4812\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"newProfileNewPackage\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/newProfileNewPackage\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"SouthCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testDeliveryRules\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/anyresource/providers/Microsoft.Cdn/profiles/testDeliveryRules\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"CostElement\": \"HC02917\",\r\n \"CompanyCode\": \"0973\"\r\n },\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"newProfilenewPackage2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/newProfilenewPackage2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"premiumcdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/premiumcdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonPremiumTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonPremiumTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonQSCTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonQSCTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonV2QSCTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonV2QSCTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile-test-afd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/profile-test-afd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonStandardTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonStandardTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"EdgeCastDsaBillingTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/billing/providers/Microsoft.Cdn/profiles/EdgeCastDsaBillingTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"JapanEast\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"armdelaysynctest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/armdelaysynctest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"babyphoto2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/babyphotos/providers/Microsoft.Cdn/profiles/babyphoto2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"BillingTest5\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/BillingTest5\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"tag1\": \"val1\",\r\n \"tag2\": \"val2\",\r\n \"tag3\": \"val3\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testtesttest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/testtesttest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sadfgasdfasd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azfdtest.xyz/providers/Microsoft.Cdn/profiles/sadfgasdfasd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"inzarifTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/inzarifTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiCustomDomainTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiCustomDomainTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonWiredPortalTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonWiredPortalTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ak-prod-billingtest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/ak-prod-billingtest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiTestProfile2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiTestProfile2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"CachingPolicyTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CachingPolicy/providers/Microsoft.Cdn/profiles/CachingPolicyTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiWiredPortalTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiWiredPortalTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonWiredPortalTestProfile2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonWiredPortalTestProfile2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"EdgeCastDsaBillingTestPremium\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/billing/providers/Microsoft.Cdn/profiles/EdgeCastDsaBillingTestPremium\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"JapanEast\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ec-prod-billing\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/ec-prod-billing\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/providers/Microsoft.Cdn/profiles?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "48f6789b-bbb3-4c4e-8d73-a5399fcbad33" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-request-id": [ - "c03e6a1d-48bf-42f1-b776-ac33ac62b146" + "6c00fc56-1564-466c-9f6b-6701ad28de99" ], "x-ms-client-request-id": [ - "2141275a-55ae-4cba-ab24-a834be09445f" + "48f6789b-bbb3-4c4e-8d73-a5399fcbad33" ], "OData-Version": [ "4.0" @@ -335,26 +404,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "42" ], "x-ms-correlation-request-id": [ - "6ca91df1-e814-4f3e-89fd-93df0615ac09" + "da813089-86cd-4fae-ab6f-f4f20f38d336" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233834Z:6ca91df1-e814-4f3e-89fd-93df0615ac09" + "WESTUS:20200714T224745Z:da813089-86cd-4fae-ab6f-f4f20f38d336" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:47:44 GMT" + ], "Content-Length": [ - "4460" + "40342" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -363,26 +438,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"profile4551\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup7011/providers/Microsoft.Cdn/profiles/profile4551\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-verizon\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/azureedgedefault/providers/Microsoft.Cdn/profiles/hata-verizon\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ravindpAkamai\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/ravindp/providers/Microsoft.Cdn/profiles/ravindpAkamai\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"Hata-AFD\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/HataTest/providers/Microsoft.Cdn/profiles/Hata-AFD\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testProfile\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/frontdoorpreview/providers/Microsoft.Cdn/profiles/testProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"tag2\": \"value2\",\r\n \"tag1\": \"value1\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"susi-test\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/susi/providers/Microsoft.Cdn/profiles/susi-test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ravindpBYoC\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/ravindp/providers/Microsoft.Cdn/profiles/ravindpBYoC\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/frontdoorpreview/providers/Microsoft.Cdn/profiles/test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"IStayTaiwanMSCDN\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/istaytaiwanresgroup/providers/Microsoft.Cdn/profiles/IStayTaiwanMSCDN\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"EastAsia\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ps8126\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/ps6218/providers/Microsoft.Cdn/profiles/ps8126\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"tag2\": \"value2\",\r\n \"tag1\": \"value1\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile981\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup5308/providers/Microsoft.Cdn/profiles/profile981\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"RRVz\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rrahultest/providers/Microsoft.Cdn/profiles/RRVz\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sri-URLSigning-CDNProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/sri-URLSigning-CDNProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"rrms2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rrahultest/providers/Microsoft.Cdn/profiles/rrms2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonRev4Test\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/VerizonRev4Test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"Event\": \"NFL\",\r\n \"Quarter\": \"3rd\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-profile-123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-profile-123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-prof-temp\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn_res_group_temp/providers/Microsoft.Cdn/profiles/cdn-prof-temp\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"puyuCdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/TestPuyu/providers/Microsoft.Cdn/profiles/puyuCdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"MSCdnProfileRandom123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/MSCdnProfileRandom123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"nachakra-multiorigin-bugbash\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/nachakra-rg-test/providers/Microsoft.Cdn/profiles/nachakra-multiorigin-bugbash\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"multioriginbugbash\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/multioriginbugbash/providers/Microsoft.Cdn/profiles/multioriginbugbash\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/varunch/providers/Microsoft.Cdn/profiles/test123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"jomejia-msft-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/jomejia-rg/providers/Microsoft.Cdn/profiles/jomejia-msft-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sriCDNProfile-Akamai\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/sriCDNProfile-Akamai\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sriCDNProfile-MS\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/sriCDNProfile-MS\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test0618\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/ravindp-westus/providers/Microsoft.Cdn/profiles/test0618\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"rrvz2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rrahultest/providers/Microsoft.Cdn/profiles/rrvz2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sindhuricdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/SINADELL-TEST-RG/providers/Microsoft.Cdn/profiles/sindhuricdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"xujiaStandardVerizonForUpgrade\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/xujiaStandardVerizonForUpgrade\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"twitter-card-image-default-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/jomejia-rg/providers/Microsoft.Cdn/profiles/twitter-card-image-default-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-profile-MS\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-profile-MS\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test0618-2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/ravindp-westus/providers/Microsoft.Cdn/profiles/test0618-2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"xujiaPremiumVerizonBYP1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/xujiaPremiumVerizonBYP1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-standard-verizon\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/cdn-standard-verizon\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"nachakra-msftstd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/nachakra-msftstd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AFDTesting\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/AFDTesting\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiWiredPortalTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiWiredPortalTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiQSCTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiQSCTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile7988\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup3906/providers/Microsoft.Cdn/profiles/profile7988\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ResourceNameTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/ResourceNameTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"Event\": \"NFL\",\r\n \"Quarter\": \"3rd\"\r\n },\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"142536\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/142536\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-temp-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-temp-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testtesttest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/anyresource/providers/Microsoft.Cdn/profiles/testtesttest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile6760\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup4013/providers/Microsoft.Cdn/profiles/profile6760\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"random\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/SINADELL-TEST-RG/providers/Microsoft.Cdn/profiles/random\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile4812\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2409/providers/Microsoft.Cdn/profiles/profile4812\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-roku-premium\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/cdn-roku-premium\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile5913\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5895/providers/Microsoft.Cdn/profiles/profile5913\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-test-1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/hata-test-1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"qwerty\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/qwerty\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile5178\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1588/providers/Microsoft.Cdn/profiles/profile5178\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"E2e-Test-Profile-1-6c165b91-4e19-4b44-bdab-d881d9736cbd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/E2e-Test-Profile-1-6c165b91-4e19-4b44-bdab-d881d9736cbd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test1234\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/test1234\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdnsecondprofile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdnsecondprofile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"vfbbgf\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rkesav-rg/providers/Microsoft.Cdn/profiles/vfbbgf\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"Cdn-E2e-Test-Std-Verizon\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/Cdn-E2e-Test-Std-Verizon\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-verizonPrime\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/hata-verizonPrime\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"statictest123\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/akucer-test/providers/Microsoft.Cdn/profiles/statictest123\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"private-link\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/jomejia-rg/providers/Microsoft.Cdn/profiles/private-link\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"test11111\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/test11111\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-profile-VZ\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CDNQuickstart/providers/Microsoft.Cdn/profiles/cdn-profile-VZ\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sadfgasdfasd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azfdtest.xyz/providers/Microsoft.Cdn/profiles/sadfgasdfasd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testmarketplacedelivery\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/anyresource/providers/Microsoft.Cdn/profiles/testmarketplacedelivery\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"CompanyCode\": \"0973\"\r\n },\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"GuruProdProfile1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/gubalasu-rg/providers/Microsoft.Cdn/profiles/GuruProdProfile1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiCustomDomainTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiCustomDomainTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"E2e-Test-Profile-1-5ff5733b-0226-4732-a42a-8ee6faf977b4\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-e2e-test/providers/Microsoft.Cdn/profiles/E2e-Test-Profile-1-5ff5733b-0226-4732-a42a-8ee6faf977b4\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile6061\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup3491/providers/Microsoft.Cdn/profiles/profile6061\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"zhdencdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/zhden-rp-test/providers/Microsoft.Cdn/profiles/zhdencdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testDeliveryRules\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/anyresource/providers/Microsoft.Cdn/profiles/testDeliveryRules\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"CostElement\": \"HC02917\",\r\n \"CompanyCode\": \"0973\"\r\n },\r\n \"location\": \"WestCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdntestprofile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/sriResourceGroup/providers/Microsoft.Cdn/profiles/cdntestprofile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"newProfilenewPackage2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/newProfilenewPackage2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile793\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup2354/providers/Microsoft.Cdn/profiles/profile793\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"sinallop\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/SINADELL-TEST-RG/providers/Microsoft.Cdn/profiles/sinallop\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"ind\": \"sdd\"\r\n },\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testakamai524\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/testakamai524\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile8458\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5601/providers/Microsoft.Cdn/profiles/profile8458\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"cdn-test-profile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/cdn-test-profile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"CdnProfile100\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/xujia/providers/Microsoft.Cdn/profiles/CdnProfile100\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"displayName\": \"CdnProfile100\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"premiumcdn\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/premiumcdn\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ggnng\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/rkesav-rg/providers/Microsoft.Cdn/profiles/ggnng\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"roku-test\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/roku-test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"CachingRuleTest-akamai\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AaronTest/providers/Microsoft.Cdn/profiles/CachingRuleTest-akamai\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-akamai-1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/hata-akamai-1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"wertsdftsdft\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/0508test/providers/Microsoft.Cdn/profiles/wertsdftsdft\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"hata-afd-1\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/hata-afd-1\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiProdStagingTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/AkamaiProdStagingTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile7778\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1192/providers/Microsoft.Cdn/profiles/profile7778\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Microsoft\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"nachakra-testportal\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AFD/providers/Microsoft.Cdn/profiles/nachakra-testportal\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"Akamai403Test\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/Akamai403Test\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"test\": \"test\",\r\n \"test2\": \"test2\"\r\n },\r\n \"location\": \"WestEurope\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"test\": \"testkey1\"\r\n },\r\n \"location\": \"EastUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testabcdef\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/AkamaiApiTest/providers/Microsoft.Cdn/profiles/testabcdef\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"AkamaiTestProfile2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/AkamaiTestProfile2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"inzarifTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/inzarifTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonPremiumTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonPremiumTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonV2QSCTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonV2QSCTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonWiredPortalTestProfile2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonWiredPortalTestProfile2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ak-prod-billingtest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/ak-prod-billingtest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"armdelaysynctest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/armdelaysynctest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"testtesttest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/testtesttest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"CachingPolicyTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/CachingPolicy/providers/Microsoft.Cdn/profiles/CachingPolicyTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"newProfileNewPackage\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/newProfileNewPackage\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"SouthCentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonQSCTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonQSCTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"profile-test-afd\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/profile-test-afd\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonStandardTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonStandardTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"EdgeCastDsaBillingTest\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/billing/providers/Microsoft.Cdn/profiles/EdgeCastDsaBillingTest\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"JapanEast\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"VerizonWiredPortalTestProfile\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/azuretest/providers/Microsoft.Cdn/profiles/VerizonWiredPortalTestProfile\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"BillingTest5\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/BillingTest5\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"tag1\": \"val1\",\r\n \"tag2\": \"val2\",\r\n \"tag3\": \"val3\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"EdgeCastDsaBillingTestPremium\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/billing/providers/Microsoft.Cdn/profiles/EdgeCastDsaBillingTestPremium\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"JapanEast\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"babyphoto2\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/babyphotos/providers/Microsoft.Cdn/profiles/babyphoto2\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"ec-prod-billing\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/BillingTestRg/providers/Microsoft.Cdn/profiles/ec-prod-billing\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"CentralUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n },\r\n {\r\n \"name\": \"susiTestVerizon\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdn-dev-susi-eun-g-rg-res-1/providers/Microsoft.Cdn/profiles/susiTestVerizon\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {},\r\n \"location\": \"NorthEurope\",\r\n \"sku\": {\r\n \"name\": \"Premium_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup3596/providers/Microsoft.Cdn/profiles/profile5036?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNTk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1MDM2P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7130/providers/Microsoft.Cdn/profiles/profile1058?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3MTMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMDU4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d9964ed6-db55-475b-8c7c-d604080098ce" + "32ac417d-30e4-4581-8764-bf18e788b9c1" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -395,26 +470,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:37:04 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "d4d3c96a-5645-4bb2-88cc-187d401b5429" + "8bc738ca-b4f8-45be-a2d2-f4aa5f7c0ac2" ], "x-ms-client-request-id": [ - "d9964ed6-db55-475b-8c7c-d604080098ce" + "32ac417d-30e4-4581-8764-bf18e788b9c1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3596/providers/Microsoft.Cdn/operationresults/c98416e3-ecd7-415e-9fd6-338ecd1db1c6?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7130/providers/Microsoft.Cdn/operationresults/85fa6a13-924c-4d6f-b73d-622112313ffd?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -422,24 +491,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "5d7a69bd-fa33-4d7f-8e81-5aec522604f9" + "de23bc68-4ee0-4d84-b48e-ed35d8da88da" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233704Z:5d7a69bd-fa33-4d7f-8e81-5aec522604f9" + "WESTUS:20200714T224553Z:de23bc68-4ee0-4d84-b48e-ed35d8da88da" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:45:53 GMT" + ], "Content-Length": [ "398" ], @@ -450,40 +525,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile5036\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3596/providers/Microsoft.Cdn/profiles/profile5036\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile1058\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7130/providers/Microsoft.Cdn/profiles/profile1058\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3596/providers/Microsoft.Cdn/operationresults/c98416e3-ecd7-415e-9fd6-338ecd1db1c6?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNTk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYzk4NDE2ZTMtZWNkNy00MTVlLTlmZDYtMzM4ZWNkMWRiMWM2P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7130/providers/Microsoft.Cdn/operationresults/85fa6a13-924c-4d6f-b73d-622112313ffd?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3MTMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODVmYTZhMTMtOTI0Yy00ZDZmLWI3M2QtNjIyMTEyMzEzZmZkP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:37:14 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "d57d485d-a425-44dd-9b7b-668b44d46d7f" + "ee1f36d4-9d91-4a73-913c-ceecbf117eb8" ], "x-ms-client-request-id": [ - "1c53979d-9c30-4095-a256-0cebf41c3896" + "80db8d97-a1aa-4d87-87c1-572a9f8c73f1" ], "OData-Version": [ "4.0" @@ -491,6 +560,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -498,17 +570,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "cacee0f2-989c-41ba-8696-b9cf9325f397" + "67ce4cd7-1c37-46e6-9915-acdb6edb2ad3" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233715Z:cacee0f2-989c-41ba-8696-b9cf9325f397" + "WESTUS:20200714T224604Z:67ce4cd7-1c37-46e6-9915-acdb6edb2ad3" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:46:03 GMT" + ], "Content-Length": [ "78" ], @@ -523,36 +598,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3596/providers/Microsoft.Cdn/operationresults/c98416e3-ecd7-415e-9fd6-338ecd1db1c6?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNTk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYzk4NDE2ZTMtZWNkNy00MTVlLTlmZDYtMzM4ZWNkMWRiMWM2P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7130/providers/Microsoft.Cdn/operationresults/85fa6a13-924c-4d6f-b73d-622112313ffd?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3MTMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODVmYTZhMTMtOTI0Yy00ZDZmLWI3M2QtNjIyMTEyMzEzZmZkP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:37:24 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "23d6bac4-fef5-4f1c-b2ef-3ce0e8341da5" + "766e3a59-e192-4052-847e-86ebf4d73534" ], "x-ms-client-request-id": [ - "21e84eb4-41aa-461c-ba8a-ba75fe2311b1" + "cd6079d6-87c2-4969-b965-95b94ac6b08a" ], "OData-Version": [ "4.0" @@ -560,6 +629,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -567,17 +639,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "e7b037c4-f6c7-4c34-a1e4-0bab56c5d19d" + "8972714f-c8ba-475c-9f0f-e58d102d3c11" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233725Z:e7b037c4-f6c7-4c34-a1e4-0bab56c5d19d" + "WESTUS:20200714T224614Z:8972714f-c8ba-475c-9f0f-e58d102d3c11" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:46:13 GMT" + ], "Content-Length": [ "78" ], @@ -592,36 +667,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3596/providers/Microsoft.Cdn/operationresults/c98416e3-ecd7-415e-9fd6-338ecd1db1c6?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNTk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYzk4NDE2ZTMtZWNkNy00MTVlLTlmZDYtMzM4ZWNkMWRiMWM2P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7130/providers/Microsoft.Cdn/operationresults/85fa6a13-924c-4d6f-b73d-622112313ffd?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3MTMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvODVmYTZhMTMtOTI0Yy00ZDZmLWI3M2QtNjIyMTEyMzEzZmZkP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:37:34 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "7cc828cd-5d0b-4ba6-86d4-f8f0ef180801" + "227350fd-3c0e-4551-afe8-4f8a69dbe282" ], "x-ms-client-request-id": [ - "966d74d1-9b08-440a-b180-bd65b5b9e89c" + "f52a6694-f942-49f4-98cf-bfff88203f25" ], "OData-Version": [ "4.0" @@ -629,6 +698,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -636,17 +708,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "d070bc61-3dab-43dc-8e79-f27212deeda5" + "fbb77686-8d70-46c1-adf9-a5fded913a8b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233735Z:d070bc61-3dab-43dc-8e79-f27212deeda5" + "WESTUS:20200714T224624Z:fbb77686-8d70-46c1-adf9-a5fded913a8b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:46:24 GMT" + ], "Content-Length": [ "77" ], @@ -661,36 +736,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup3596/providers/Microsoft.Cdn/profiles/profile5036?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNTk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1MDM2P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7130/providers/Microsoft.Cdn/profiles/profile1058?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3MTMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMDU4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:37:35 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "7213dd7c-79b5-4964-9271-9f54973008c4" + "8c3abb8f-da7d-44b1-8096-0bdc1a98cf65" ], "x-ms-client-request-id": [ - "dc922380-4b4b-4caa-b2ee-7aa225baf8e9" + "d6e88ff9-0755-40b6-aab2-f66aae778b2f" ], "OData-Version": [ "4.0" @@ -698,24 +767,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "48" ], "x-ms-correlation-request-id": [ - "96153abb-a419-448c-b6c7-2a4fe0f82aa8" + "495d88c1-93ce-4d5c-a810-b2e693707086" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233736Z:96153abb-a419-448c-b6c7-2a4fe0f82aa8" + "WESTUS:20200714T224625Z:495d88c1-93ce-4d5c-a810-b2e693707086" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:46:25 GMT" + ], "Content-Length": [ "397" ], @@ -726,46 +801,40 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile5036\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3596/providers/Microsoft.Cdn/profiles/profile5036\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile1058\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7130/providers/Microsoft.Cdn/profiles/profile1058\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup3596/providers/Microsoft.Cdn/profiles/profile5036?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNTk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1MDM2P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7130/providers/Microsoft.Cdn/profiles/profile1058?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3MTMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMDU4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4342afb2-432e-4f9b-8bff-77b526d7527b" + "3f8fc24e-b457-45cf-823b-6555d47af764" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:37:36 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "52c7bd3b-6a9d-44be-9ee3-5001f8344b6e" + "51549dbc-16fc-4581-8466-cc831cd95d0c" ], "x-ms-client-request-id": [ - "4342afb2-432e-4f9b-8bff-77b526d7527b" + "3f8fc24e-b457-45cf-823b-6555d47af764" ], "OData-Version": [ "4.0" @@ -773,24 +842,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "47" ], "x-ms-correlation-request-id": [ - "898a27ce-0780-495e-8a69-8f36ab977aea" + "440f2078-2dd3-4511-bb1a-0d86d834c73a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233736Z:898a27ce-0780-495e-8a69-8f36ab977aea" + "WESTUS:20200714T224626Z:440f2078-2dd3-4511-bb1a-0d86d834c73a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:46:26 GMT" + ], "Content-Length": [ "397" ], @@ -801,25 +876,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile5036\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3596/providers/Microsoft.Cdn/profiles/profile5036\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile1058\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7130/providers/Microsoft.Cdn/profiles/profile1058\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2559?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTU5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1261?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjYxP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "21b62d4f-e05e-493c-b4c4-b5bb97ce2860" + "689e62aa-97d0-4041-a3a0-83ac1ed6c13d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -833,9 +908,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:37:36 GMT" - ], "Pragma": [ "no-cache" ], @@ -843,13 +915,13 @@ "1198" ], "x-ms-request-id": [ - "5615ebcc-6f9b-4b0c-97a6-4b75605edf00" + "414f9221-0abd-4e00-909a-1ec846ec8beb" ], "x-ms-correlation-request-id": [ - "5615ebcc-6f9b-4b0c-97a6-4b75605edf00" + "414f9221-0abd-4e00-909a-1ec846ec8beb" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233737Z:5615ebcc-6f9b-4b0c-97a6-4b75605edf00" + "WESTUS:20200714T224629Z:414f9221-0abd-4e00-909a-1ec846ec8beb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -857,6 +929,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:46:28 GMT" + ], "Content-Length": [ "193" ], @@ -867,26 +942,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup2559\",\r\n \"name\": \"cdnResourceGroup2559\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1261\",\r\n \"name\": \"cdnResourceGroup1261\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup2559/providers/Microsoft.Cdn/profiles/profile7250?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU3MjUwP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1261/providers/Microsoft.Cdn/profiles/profile4622?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0NjIyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dedb20e6-d3f0-4eef-bf91-56cb5ea75a0c" + "061dfc65-40ea-476f-940b-3f67d83ecd1a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -899,26 +974,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:37:37 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "9ccc98c0-a714-42d4-b766-c9785dc0bfc7" + "c831b1a4-67ee-4d69-b389-25d3d769f3f9" ], "x-ms-client-request-id": [ - "dedb20e6-d3f0-4eef-bf91-56cb5ea75a0c" + "061dfc65-40ea-476f-940b-3f67d83ecd1a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2559/providers/Microsoft.Cdn/operationresults/bc1d300a-2523-4ba1-a9df-d8e902209498?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1261/providers/Microsoft.Cdn/operationresults/b7620809-8acf-4220-89f6-e77cbb15555e?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -926,24 +995,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "23" ], "x-ms-correlation-request-id": [ - "91815c48-e0e6-4080-810f-24180bcd23d8" + "2d07108e-d2a3-43f5-985d-69841c0da89c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233738Z:91815c48-e0e6-4080-810f-24180bcd23d8" + "WESTUS:20200714T224632Z:2d07108e-d2a3-43f5-985d-69841c0da89c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:46:32 GMT" + ], "Content-Length": [ "398" ], @@ -954,40 +1029,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile7250\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2559/providers/Microsoft.Cdn/profiles/profile7250\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile4622\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1261/providers/Microsoft.Cdn/profiles/profile4622\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2559/providers/Microsoft.Cdn/operationresults/bc1d300a-2523-4ba1-a9df-d8e902209498?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYmMxZDMwMGEtMjUyMy00YmExLWE5ZGYtZDhlOTAyMjA5NDk4P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1261/providers/Microsoft.Cdn/operationresults/b7620809-8acf-4220-89f6-e77cbb15555e?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYjc2MjA4MDktOGFjZi00MjIwLTg5ZjYtZTc3Y2JiMTU1NTVlP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:37:47 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "efc6824f-f30a-4a5e-890f-f98fd93612b9" + "ef38ff99-2d5e-4cb2-98bd-84971a0fb4e5" ], "x-ms-client-request-id": [ - "6608d592-d190-433a-9834-2019d80b313f" + "14045b06-0d19-4088-883d-7045d0503d6e" ], "OData-Version": [ "4.0" @@ -995,6 +1064,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1002,17 +1074,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11996" ], "x-ms-correlation-request-id": [ - "fb35c4cd-4270-4bc1-b1d5-51910bea5760" + "75458293-a929-49b7-86fe-2888626fbbfa" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233748Z:fb35c4cd-4270-4bc1-b1d5-51910bea5760" + "WESTUS:20200714T224642Z:75458293-a929-49b7-86fe-2888626fbbfa" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:46:42 GMT" + ], "Content-Length": [ "78" ], @@ -1027,36 +1102,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2559/providers/Microsoft.Cdn/operationresults/bc1d300a-2523-4ba1-a9df-d8e902209498?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYmMxZDMwMGEtMjUyMy00YmExLWE5ZGYtZDhlOTAyMjA5NDk4P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1261/providers/Microsoft.Cdn/operationresults/b7620809-8acf-4220-89f6-e77cbb15555e?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYjc2MjA4MDktOGFjZi00MjIwLTg5ZjYtZTc3Y2JiMTU1NTVlP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:37:58 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "b3190771-e07e-4881-9dcd-0d7e5623526c" + "aba025ca-a2a6-49e3-8650-244f532a75d0" ], "x-ms-client-request-id": [ - "53bb6407-3d49-4bd3-b1fe-89274e393e04" + "94a88434-aae2-4297-abef-90614d4ac88d" ], "OData-Version": [ "4.0" @@ -1064,6 +1133,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1071,17 +1143,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11995" ], "x-ms-correlation-request-id": [ - "cdfde4e2-dc5a-4a29-9cc3-83c89eb90328" + "66cccae6-ace8-433c-b033-d6c4aedffc12" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233758Z:cdfde4e2-dc5a-4a29-9cc3-83c89eb90328" + "WESTUS:20200714T224652Z:66cccae6-ace8-433c-b033-d6c4aedffc12" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:46:52 GMT" + ], "Content-Length": [ "78" ], @@ -1096,36 +1171,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2559/providers/Microsoft.Cdn/operationresults/bc1d300a-2523-4ba1-a9df-d8e902209498?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYmMxZDMwMGEtMjUyMy00YmExLWE5ZGYtZDhlOTAyMjA5NDk4P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1261/providers/Microsoft.Cdn/operationresults/b7620809-8acf-4220-89f6-e77cbb15555e?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYjc2MjA4MDktOGFjZi00MjIwLTg5ZjYtZTc3Y2JiMTU1NTVlP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:38:09 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "c4f6c93f-dfe4-47ad-8b74-68073852d48a" + "bc9b6832-5c76-4c4f-b5dc-33fa354a0bd1" ], "x-ms-client-request-id": [ - "d28d5afb-d069-48de-b130-69b985eb6721" + "e6293b9d-1c8b-45fd-b1a2-a081fbdd38f4" ], "OData-Version": [ "4.0" @@ -1133,6 +1202,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1140,17 +1212,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11994" ], "x-ms-correlation-request-id": [ - "895b5c70-fc54-42cd-99ca-29eba941f87d" + "d7998d7c-ac89-408a-9bb6-a8ba2c7fc45a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233809Z:895b5c70-fc54-42cd-99ca-29eba941f87d" + "WESTUS:20200714T224703Z:d7998d7c-ac89-408a-9bb6-a8ba2c7fc45a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:47:02 GMT" + ], "Content-Length": [ "77" ], @@ -1165,36 +1240,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup2559/providers/Microsoft.Cdn/profiles/profile7250?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU3MjUwP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1261/providers/Microsoft.Cdn/profiles/profile4622?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0NjIyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:38:09 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "2bb782c2-4a0c-491f-be4f-de5a23966239" + "1d9aade7-ff6f-4900-a116-5971e8129359" ], "x-ms-client-request-id": [ - "c2c99639-c330-4cc7-87bb-bbb9e57b71ec" + "12b97e29-91b3-4692-91fe-6a9af42721d4" ], "OData-Version": [ "4.0" @@ -1202,24 +1271,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "45" ], "x-ms-correlation-request-id": [ - "a2b7064c-6dfa-4730-8947-e7d84004e6cc" + "583ee1c0-339e-45b8-b183-3b79fde51dec" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233809Z:a2b7064c-6dfa-4730-8947-e7d84004e6cc" + "WESTUS:20200714T224704Z:583ee1c0-339e-45b8-b183-3b79fde51dec" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:47:03 GMT" + ], "Content-Length": [ "397" ], @@ -1230,59 +1305,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile7250\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2559/providers/Microsoft.Cdn/profiles/profile7250\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile4622\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1261/providers/Microsoft.Cdn/profiles/profile4622\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup3596/providers/Microsoft.Cdn/profiles/profile5036?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAzNTk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU1MDM2P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup7130/providers/Microsoft.Cdn/profiles/profile1058?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA3MTMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUxMDU4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "877f9255-4e70-4c46-8a39-5171b3dc3e6d" + "67a01e3f-ced7-43b0-afa7-66b92e60a6b2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:38:11 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3596/providers/Microsoft.Cdn/operationresults/1a930ad5-cc99-4c91-a85c-39a1a31e6da5/profileresults/profile5036?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7130/providers/Microsoft.Cdn/operationresults/c6842440-03ad-43f4-bc16-922ba7b2aa3a/profileresults/profile1058?api-version=2020-04-15" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "d518ec34-65d7-4e78-ab80-9af0a43a8f39" + "d2e82579-e4e9-464d-9328-bfe1d4c81493" ], "x-ms-client-request-id": [ - "877f9255-4e70-4c46-8a39-5171b3dc3e6d" + "67a01e3f-ced7-43b0-afa7-66b92e60a6b2" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3596/providers/Microsoft.Cdn/operationresults/1a930ad5-cc99-4c91-a85c-39a1a31e6da5?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7130/providers/Microsoft.Cdn/operationresults/c6842440-03ad-43f4-bc16-922ba7b2aa3a?api-version=2020-04-15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1293,55 +1365,52 @@ "14999" ], "x-ms-correlation-request-id": [ - "b67153f6-54b5-46e8-9da3-9aec09097fb4" + "f0a0963b-45be-4207-81d4-de24d97abc87" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233811Z:b67153f6-54b5-46e8-9da3-9aec09097fb4" + "WESTUS:20200714T224707Z:f0a0963b-45be-4207-81d4-de24d97abc87" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 22:47:07 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3596/providers/Microsoft.Cdn/operationresults/1a930ad5-cc99-4c91-a85c-39a1a31e6da5?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNTk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMWE5MzBhZDUtY2M5OS00YzkxLWE4NWMtMzlhMWEzMWU2ZGE1P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7130/providers/Microsoft.Cdn/operationresults/c6842440-03ad-43f4-bc16-922ba7b2aa3a?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3MTMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYzY4NDI0NDAtMDNhZC00M2Y0LWJjMTYtOTIyYmE3YjJhYTNhP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:38:21 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "47c43336-711c-42e2-8e77-e00f5c4f542f" + "b8560d87-2e46-4020-960b-5434ad82ab9f" ], "x-ms-client-request-id": [ - "47a1d6c7-41f9-41cc-b0b7-c129ade1105d" + "78815d1a-8199-47eb-9387-e758ccb54322" ], "OData-Version": [ "4.0" @@ -1349,6 +1418,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1356,17 +1428,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11993" ], "x-ms-correlation-request-id": [ - "e0c413b5-aa0e-4364-be91-89fd6c672523" + "e075715b-fb0f-4123-b0aa-7fe13be6f0f0" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233821Z:e0c413b5-aa0e-4364-be91-89fd6c672523" + "WESTUS:20200714T224718Z:e075715b-fb0f-4123-b0aa-7fe13be6f0f0" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:47:17 GMT" + ], "Content-Length": [ "77" ], @@ -1381,40 +1456,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3596/providers/Microsoft.Cdn/operationresults/1a930ad5-cc99-4c91-a85c-39a1a31e6da5/profileresults/profile5036?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNTk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMWE5MzBhZDUtY2M5OS00YzkxLWE4NWMtMzlhMWEzMWU2ZGE1L3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGU1MDM2P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7130/providers/Microsoft.Cdn/operationresults/c6842440-03ad-43f4-bc16-922ba7b2aa3a/profileresults/profile1058?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3MTMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvYzY4NDI0NDAtMDNhZC00M2Y0LWJjMTYtOTIyYmE3YjJhYTNhL3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGUxMDU4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:38:21 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "8b4ac399-abc0-4186-91d9-9d634cee4222" + "41135780-fe56-4a3a-ae21-d3e86d0363a1" ], "x-ms-client-request-id": [ - "d0dcfac4-0128-4273-aeb6-ae573dc1b6a4" + "f77c4476-7bd1-46d7-b90c-54d9490864ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1422,17 +1494,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11992" ], "x-ms-correlation-request-id": [ - "354f2a90-1182-4704-868a-05b10ccf5b2f" + "578d422a-a812-464a-96a2-adce3bc98f83" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233821Z:354f2a90-1182-4704-868a-05b10ccf5b2f" + "WESTUS:20200714T224718Z:578d422a-a812-464a-96a2-adce3bc98f83" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:47:18 GMT" + ], "Content-Length": [ "104" ], @@ -1450,55 +1525,52 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup2559/providers/Microsoft.Cdn/profiles/profile7250?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU3MjUwP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup1261/providers/Microsoft.Cdn/profiles/profile4622?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU0NjIyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45ea1d0c-d184-47ac-8ebe-9339cacdfd16" + "fc03233f-da68-49eb-a1eb-2da616d1df69" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:38:23 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2559/providers/Microsoft.Cdn/operationresults/21a35fd8-fcd5-4818-be69-a78ea0891e63/profileresults/profile7250?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1261/providers/Microsoft.Cdn/operationresults/4f62d213-22fd-456d-bdc9-957dabb10b49/profileresults/profile4622?api-version=2020-04-15" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "ec21deb0-75a0-42b6-8640-51bcf4c29c14" + "a8637e2c-7344-4e24-8b87-a4c861c44655" ], "x-ms-client-request-id": [ - "45ea1d0c-d184-47ac-8ebe-9339cacdfd16" + "fc03233f-da68-49eb-a1eb-2da616d1df69" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2559/providers/Microsoft.Cdn/operationresults/21a35fd8-fcd5-4818-be69-a78ea0891e63?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1261/providers/Microsoft.Cdn/operationresults/4f62d213-22fd-456d-bdc9-957dabb10b49?api-version=2020-04-15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1509,55 +1581,121 @@ "14998" ], "x-ms-correlation-request-id": [ - "849fcf62-68dd-47cb-a73e-d7f2dde5df49" + "d816df3c-060a-401e-8c9a-1b78e8e93848" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233823Z:849fcf62-68dd-47cb-a73e-d7f2dde5df49" + "WESTUS:20200714T224722Z:d816df3c-060a-401e-8c9a-1b78e8e93848" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 22:47:21 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2559/providers/Microsoft.Cdn/operationresults/21a35fd8-fcd5-4818-be69-a78ea0891e63?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMjFhMzVmZDgtZmNkNS00ODE4LWJlNjktYTc4ZWEwODkxZTYzP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1261/providers/Microsoft.Cdn/operationresults/4f62d213-22fd-456d-bdc9-957dabb10b49?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNGY2MmQyMTMtMjJmZC00NTZkLWJkYzktOTU3ZGFiYjEwYjQ5P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:38:33 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "610546a2-4678-4dfd-bae3-125453b619ef" + ], + "x-ms-client-request-id": [ + "96cd60e6-f484-481c-a07d-201f836c28fd" + ], + "OData-Version": [ + "4.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-IIS/8.5" ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "8651d160-99c2-4015-89c2-21a8a5cc1462" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200714T224732Z:8651d160-99c2-4015-89c2-21a8a5cc1462" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Jul 2020 22:47:31 GMT" + ], + "Content-Length": [ + "78" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\",\r\n \"error\": {\r\n \"code\": \"None\",\r\n \"message\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1261/providers/Microsoft.Cdn/operationresults/4f62d213-22fd-456d-bdc9-957dabb10b49?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNGY2MmQyMTMtMjJmZC00NTZkLWJkYzktOTU3ZGFiYjEwYjQ5P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28928.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-request-id": [ - "ec9d23c5-8ba4-41ed-815b-1645c93cae9f" + "39f9fb66-8268-4c9a-93be-453ad84073a2" ], "x-ms-client-request-id": [ - "dff4b04f-51c4-41a6-99ef-d344f4d80656" + "23ec271e-a49c-44c0-9642-c2871723170e" ], "OData-Version": [ "4.0" @@ -1565,6 +1703,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1572,17 +1713,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11990" ], "x-ms-correlation-request-id": [ - "bf7adc90-cf55-440d-b59e-16d6206c8fe0" + "5427dc2b-4971-43b3-95f7-753be4ae4b08" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233833Z:bf7adc90-cf55-440d-b59e-16d6206c8fe0" + "WESTUS:20200714T224742Z:5427dc2b-4971-43b3-95f7-753be4ae4b08" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:47:42 GMT" + ], "Content-Length": [ "77" ], @@ -1597,40 +1741,37 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2559/providers/Microsoft.Cdn/operationresults/21a35fd8-fcd5-4818-be69-a78ea0891e63/profileresults/profile7250?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMjFhMzVmZDgtZmNkNS00ODE4LWJlNjktYTc4ZWEwODkxZTYzL3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGU3MjUwP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1261/providers/Microsoft.Cdn/operationresults/4f62d213-22fd-456d-bdc9-957dabb10b49/profileresults/profile4622?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNGY2MmQyMTMtMjJmZC00NTZkLWJkYzktOTU3ZGFiYjEwYjQ5L3Byb2ZpbGVyZXN1bHRzL3Byb2ZpbGU0NjIyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:38:33 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "a0d30f46-2456-440b-ac28-605b3b9104ef" + "89767c84-609a-454e-8dbb-dc17e5d20e9c" ], "x-ms-client-request-id": [ - "4267e42f-c6da-478b-ba48-87cb129678d0" + "6fed5180-ed8b-4de0-a74b-f99dfb70fec2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -1638,17 +1779,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11989" ], "x-ms-correlation-request-id": [ - "10942a98-fdf3-406b-8cde-02c9c9834a4a" + "c16e74c6-bb5f-454e-8b3c-d3cb7d7f8233" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233833Z:10942a98-fdf3-406b-8cde-02c9c9834a4a" + "WESTUS:20200714T224743Z:c16e74c6-bb5f-454e-8b3c-d3cb7d7f8233" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 22:47:42 GMT" + ], "Content-Length": [ "104" ], @@ -1666,21 +1810,21 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup3596?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAzNTk2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup7130?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA3MTMwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fabfa1dd-3806-4637-bdd0-84e77c2d559e" + "6b8ff1ec-1a62-4b9a-94fb-9d36533e72d0" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1688,29 +1832,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:38:34 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzU5Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzEzMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14999" ], "x-ms-request-id": [ - "d8277454-f472-4093-b7d0-8ead4fad819a" + "1fe183dc-b2a1-4f4a-8956-648b11fad9db" ], "x-ms-correlation-request-id": [ - "d8277454-f472-4093-b7d0-8ead4fad819a" + "1fe183dc-b2a1-4f4a-8956-648b11fad9db" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233835Z:d8277454-f472-4093-b7d0-8ead4fad819a" + "WESTUS:20200714T224746Z:1fe183dc-b2a1-4f4a-8956-648b11fad9db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1718,26 +1859,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 22:47:45 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzU5Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelU1TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzEzMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOekV6TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1745,29 +1889,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:38:49 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzU5Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzEzMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11999" ], "x-ms-request-id": [ - "20d7221d-d59f-4c14-94e7-f8b76fbb3650" + "3fc70593-0653-45e3-bdcc-2f1cd7c53258" ], "x-ms-correlation-request-id": [ - "20d7221d-d59f-4c14-94e7-f8b76fbb3650" + "3fc70593-0653-45e3-bdcc-2f1cd7c53258" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233850Z:20d7221d-d59f-4c14-94e7-f8b76fbb3650" + "WESTUS:20200714T224801Z:3fc70593-0653-45e3-bdcc-2f1cd7c53258" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1775,26 +1916,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 22:48:00 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzU5Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelU1TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzEzMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOekV6TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1802,29 +1946,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:39:04 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzU5Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzEzMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11998" ], "x-ms-request-id": [ - "8d529ccd-327c-4fd0-948e-2b0231a82b6c" + "dd0d78f4-2d04-42b5-a039-ee35bf0ca624" ], "x-ms-correlation-request-id": [ - "8d529ccd-327c-4fd0-948e-2b0231a82b6c" + "dd0d78f4-2d04-42b5-a039-ee35bf0ca624" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233905Z:8d529ccd-327c-4fd0-948e-2b0231a82b6c" + "WESTUS:20200714T224816Z:dd0d78f4-2d04-42b5-a039-ee35bf0ca624" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1832,26 +1973,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 22:48:15 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzU5Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelU1TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzEzMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOekV6TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1859,23 +2003,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:39:19 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11997" ], "x-ms-request-id": [ - "34560f27-c1b5-4c90-9262-d0b6a9ef79bc" + "f2ed3069-d63c-4cb9-9c3f-116c96a426ac" ], "x-ms-correlation-request-id": [ - "34560f27-c1b5-4c90-9262-d0b6a9ef79bc" + "f2ed3069-d63c-4cb9-9c3f-116c96a426ac" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233920Z:34560f27-c1b5-4c90-9262-d0b6a9ef79bc" + "WESTUS:20200714T224831Z:f2ed3069-d63c-4cb9-9c3f-116c96a426ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1883,26 +2024,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 22:48:30 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMzU5Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNelU1TmkxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNzEzMC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOekV6TUMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1910,23 +2054,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:39:19 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11996" ], "x-ms-request-id": [ - "8b2ee314-037e-41a4-acb3-a68446aeccdb" + "1900e9e3-f4d7-4ee8-9974-31ec8df29ff2" ], "x-ms-correlation-request-id": [ - "8b2ee314-037e-41a4-acb3-a68446aeccdb" + "1900e9e3-f4d7-4ee8-9974-31ec8df29ff2" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233920Z:8b2ee314-037e-41a4-acb3-a68446aeccdb" + "WESTUS:20200714T224831Z:1900e9e3-f4d7-4ee8-9974-31ec8df29ff2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1934,32 +2075,35 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 22:48:30 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup2559?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAyNTU5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup1261?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXAxMjYxP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "882b3b88-aa19-466b-b04c-87918d680b36" + "91ce0f15-f3de-4258-96d1-6f729936e22b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1967,29 +2111,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:39:19 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjU1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI2MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14998" ], "x-ms-request-id": [ - "1ef225c8-3099-4bb4-bdd0-f87ac7c1e5e0" + "13396a91-c827-4221-aaaa-b72f02164d35" ], "x-ms-correlation-request-id": [ - "1ef225c8-3099-4bb4-bdd0-f87ac7c1e5e0" + "13396a91-c827-4221-aaaa-b72f02164d35" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233920Z:1ef225c8-3099-4bb4-bdd0-f87ac7c1e5e0" + "WESTUS:20200714T224831Z:13396a91-c827-4221-aaaa-b72f02164d35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1997,26 +2138,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 22:48:30 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjU1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalUxT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI2MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkyTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2024,29 +2168,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:39:35 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjU1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI2MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11995" ], "x-ms-request-id": [ - "31b0e61e-e9fd-4a5e-b15b-399263194afd" + "aa208541-8b59-4ad1-ac6b-ab7d60fae057" ], "x-ms-correlation-request-id": [ - "31b0e61e-e9fd-4a5e-b15b-399263194afd" + "aa208541-8b59-4ad1-ac6b-ab7d60fae057" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233935Z:31b0e61e-e9fd-4a5e-b15b-399263194afd" + "WESTUS:20200714T224846Z:aa208541-8b59-4ad1-ac6b-ab7d60fae057" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2054,26 +2195,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 22:48:45 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjU1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalUxT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI2MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkyTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2081,29 +2225,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:39:50 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjU1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI2MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11994" ], "x-ms-request-id": [ - "55bc8a8c-5949-4166-af50-918d3673b7f9" + "34e650c4-0435-4642-b5cf-43f8d65fceb5" ], "x-ms-correlation-request-id": [ - "55bc8a8c-5949-4166-af50-918d3673b7f9" + "34e650c4-0435-4642-b5cf-43f8d65fceb5" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T233950Z:55bc8a8c-5949-4166-af50-918d3673b7f9" + "WESTUS:20200714T224901Z:34e650c4-0435-4642-b5cf-43f8d65fceb5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2111,26 +2252,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 22:49:00 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjU1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalUxT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI2MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkyTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2138,23 +2282,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:40:05 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11993" ], "x-ms-request-id": [ - "fb33be0d-39ec-45ef-97d7-926a8729af73" + "56c2124c-896d-47be-a758-b18d1ef58efa" ], "x-ms-correlation-request-id": [ - "fb33be0d-39ec-45ef-97d7-926a8729af73" + "56c2124c-896d-47be-a758-b18d1ef58efa" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234006Z:fb33be0d-39ec-45ef-97d7-926a8729af73" + "WESTUS:20200714T224916Z:56c2124c-896d-47be-a758-b18d1ef58efa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2162,26 +2303,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 22:49:16 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMjU1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNalUxT1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQMTI2MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFNVEkyTVMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2189,23 +2333,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:40:05 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11992" ], "x-ms-request-id": [ - "b2156e16-7232-4185-a6ba-63d9e327663a" + "3da2b747-3263-47ec-ad46-adc76a9f9864" ], "x-ms-correlation-request-id": [ - "b2156e16-7232-4185-a6ba-63d9e327663a" + "3da2b747-3263-47ec-ad46-adc76a9f9864" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T234006Z:b2156e16-7232-4185-a6ba-63d9e327663a" + "WESTUS:20200714T224916Z:3da2b747-3263-47ec-ad46-adc76a9f9864" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2213,11 +2354,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 22:49:16 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -2226,15 +2370,15 @@ ], "Names": { "CreateResourceGroup": [ - "cdnResourceGroup3596", - "cdnResourceGroup2559" + "cdnResourceGroup7130", + "cdnResourceGroup1261" ], "ProfileListBySubcriptionTest": [ - "profile5036", - "profile7250" + "profile1058", + "profile4622" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileUpdateTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileUpdateTest.json index 5ab69efabef55..198104307727e 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileUpdateTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ProfileTests/ProfileUpdateTest.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup6494?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2NDk0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5139?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MTM5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5908f8e4-9056-49b6-af13-c8bdc63d9867" + "36aa0824-9b94-4022-a10e-a2c6a5512179" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -29,9 +29,6 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:51:07 GMT" - ], "Pragma": [ "no-cache" ], @@ -39,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "0e7e02c8-a002-40a2-b0cf-7400b76423f1" + "568259dd-832b-4c51-9700-21c9e5aaca5d" ], "x-ms-correlation-request-id": [ - "0e7e02c8-a002-40a2-b0cf-7400b76423f1" + "568259dd-832b-4c51-9700-21c9e5aaca5d" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235108Z:0e7e02c8-a002-40a2-b0cf-7400b76423f1" + "WESTUS:20200714T005049Z:568259dd-832b-4c51-9700-21c9e5aaca5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +50,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:50:48 GMT" + ], "Content-Length": [ "193" ], @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup6494\",\r\n \"name\": \"cdnResourceGroup6494\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5139\",\r\n \"name\": \"cdnResourceGroup5139\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup6494/providers/Microsoft.Cdn/profiles/profile6761?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NDk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2NzYxP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5139/providers/Microsoft.Cdn/profiles/profile837?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4Mzc/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c85836d6-0bc1-4701-9dbe-721c172a8ce5" + "f3af44ec-9265-4085-b02f-07207a14f5da" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -95,26 +95,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:51:09 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "7862c92c-2528-4221-b6e5-34925d172cf6" + "219bb4cf-ea06-402a-a57e-174ac01a3ed1" ], "x-ms-client-request-id": [ - "c85836d6-0bc1-4701-9dbe-721c172a8ce5" + "f3af44ec-9265-4085-b02f-07207a14f5da" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup6494/providers/Microsoft.Cdn/operationresults/3897ea33-ea4c-43c5-9c7a-b346f5ad34f8?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5139/providers/Microsoft.Cdn/operationresults/2c41315f-a4a3-472d-b398-c9bb2feb74a9?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -122,26 +116,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "c17ae298-659b-43ae-827e-d67d83aa76c7" + "779c15b0-5933-4e3d-a17f-16a444356a9f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235110Z:c17ae298-659b-43ae-827e-d67d83aa76c7" + "WESTUS:20200714T005053Z:779c15b0-5933-4e3d-a17f-16a444356a9f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:50:52 GMT" + ], "Content-Length": [ - "397" + "395" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -150,40 +150,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile6761\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup6494/providers/Microsoft.Cdn/profiles/profile6761\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile837\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5139/providers/Microsoft.Cdn/profiles/profile837\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup6494/providers/Microsoft.Cdn/operationresults/3897ea33-ea4c-43c5-9c7a-b346f5ad34f8?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2NDk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMzg5N2VhMzMtZWE0Yy00M2M1LTljN2EtYjM0NmY1YWQzNGY4P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5139/providers/Microsoft.Cdn/operationresults/2c41315f-a4a3-472d-b398-c9bb2feb74a9?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvMmM0MTMxNWYtYTRhMy00NzJkLWIzOTgtYzliYjJmZWI3NGE5P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:51:19 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "cd4d02cf-9a78-440f-92a4-0210edebda61" + "03a5e040-b144-458a-8247-42b5fdff6cf0" ], "x-ms-client-request-id": [ - "805ab894-e9e9-45c8-81fd-2240ec4ecfb6" + "873a8538-4218-45d4-9329-355b1188f95e" ], "OData-Version": [ "4.0" @@ -191,6 +185,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -198,17 +195,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "81a3151d-1a55-43c0-b56c-2bb257e1eada" + "ec5af052-dc9a-48a0-b221-0d0a7c55be31" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235120Z:81a3151d-1a55-43c0-b56c-2bb257e1eada" + "WESTUS:20200714T005103Z:ec5af052-dc9a-48a0-b221-0d0a7c55be31" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:51:03 GMT" + ], "Content-Length": [ "77" ], @@ -223,36 +223,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup6494/providers/Microsoft.Cdn/profiles/profile6761?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NDk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2NzYxP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5139/providers/Microsoft.Cdn/profiles/profile837?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4Mzc/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:51:20 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "abc32ebd-8bf1-43f4-840d-5e3fc3b134a0" + "7c6b9677-b9f0-4bb3-8686-f7f1a7a41a4e" ], "x-ms-client-request-id": [ - "90bac3b9-eab6-42b6-a0d7-abae1d7977c4" + "bbd715de-743c-4fc2-9698-2bc59594c5c9" ], "OData-Version": [ "4.0" @@ -260,26 +254,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "5884d424-fbcb-4c35-ad05-67169d7cd9a4" + "728f678c-4e0c-46a8-993b-7930e84ac167" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235121Z:5884d424-fbcb-4c35-ad05-67169d7cd9a4" + "WESTUS:20200714T005104Z:728f678c-4e0c-46a8-993b-7930e84ac167" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:51:03 GMT" + ], "Content-Length": [ - "396" + "394" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -288,40 +288,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile6761\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup6494/providers/Microsoft.Cdn/profiles/profile6761\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile837\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5139/providers/Microsoft.Cdn/profiles/profile837\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup6494/providers/Microsoft.Cdn/profiles/profile6761?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NDk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2NzYxP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5139/providers/Microsoft.Cdn/profiles/profile837?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4Mzc/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:51:33 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "994f67c5-8fe7-4142-8ae7-df02d5db0757" + "4344a934-e3c8-43ea-9cb3-9a04358d8f8c" ], "x-ms-client-request-id": [ - "07430085-cfdb-4626-9985-98308091d22b" + "6a662f87-83c0-4ae0-8a75-75ed67421880" ], "OData-Version": [ "4.0" @@ -329,26 +323,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "48" ], "x-ms-correlation-request-id": [ - "1194cafd-b349-43a2-a003-25efafcd1671" + "6bf81877-d8f3-47ee-b075-d1a8bba42061" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235134Z:1194cafd-b349-43a2-a003-25efafcd1671" + "WESTUS:20200714T005118Z:6bf81877-d8f3-47ee-b075-d1a8bba42061" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:51:18 GMT" + ], "Content-Length": [ - "386" + "384" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -357,26 +357,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile6761\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup6494/providers/Microsoft.Cdn/profiles/profile6761\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"newkey1\": \"newValue1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile837\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5139/providers/Microsoft.Cdn/profiles/profile837\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"newkey1\": \"newValue1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup6494/providers/Microsoft.Cdn/profiles/profile6761?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NDk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU2NzYxP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5139/providers/Microsoft.Cdn/profiles/profile837?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4Mzc/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"newkey1\": \"newValue1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a8284b57-01fa-4210-95fc-de9dd4b3da80" + "3f8683ec-e1b3-46fe-b96e-489de7f30700" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -389,29 +389,23 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:51:22 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup6494/providers/Microsoft.Cdn/operationresults/9713a988-2bf9-4e81-8049-d97769fb6e57/profileresults/profile6761?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5139/providers/Microsoft.Cdn/operationresults/415c0da9-4153-4b4a-8120-16b86f6e691c/profileresults/profile837?api-version=2020-04-15" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "8f7150a2-d68b-493c-875a-1dec7e50633f" + "2ac063b3-a366-4750-9e04-f77f0136ea11" ], "x-ms-client-request-id": [ - "a8284b57-01fa-4210-95fc-de9dd4b3da80" + "3f8683ec-e1b3-46fe-b96e-489de7f30700" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup6494/providers/Microsoft.Cdn/operationresults/9713a988-2bf9-4e81-8049-d97769fb6e57?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5139/providers/Microsoft.Cdn/operationresults/415c0da9-4153-4b4a-8120-16b86f6e691c?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -419,26 +413,32 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "23" ], "x-ms-correlation-request-id": [ - "1dfb8e2c-b4ba-454e-a080-16bed4314e04" + "5cd1eb80-e0de-41a6-a707-e0c16d8fe1d8" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235123Z:1dfb8e2c-b4ba-454e-a080-16bed4314e04" + "WESTUS:20200714T005106Z:5cd1eb80-e0de-41a6-a707-e0c16d8fe1d8" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:51:06 GMT" + ], "Content-Length": [ - "386" + "384" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -447,40 +447,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile6761\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup6494/providers/Microsoft.Cdn/profiles/profile6761\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"newkey1\": \"newValue1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile837\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5139/providers/Microsoft.Cdn/profiles/profile837\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"newkey1\": \"newValue1\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Akamai\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup6494/providers/Microsoft.Cdn/operationresults/9713a988-2bf9-4e81-8049-d97769fb6e57?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2NDk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvOTcxM2E5ODgtMmJmOS00ZTgxLTgwNDktZDk3NzY5ZmI2ZTU3P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5139/providers/Microsoft.Cdn/operationresults/415c0da9-4153-4b4a-8120-16b86f6e691c?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNDE1YzBkYTktNDE1My00YjRhLTgxMjAtMTZiODZmNmU2OTFjP2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:51:32 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "794009d4-3607-4163-affd-dacaec6b8cc9" + "063b0034-9d80-4784-acec-5511fbda5300" ], "x-ms-client-request-id": [ - "e308124b-be4e-42bf-a3a0-6abb34eef7b1" + "d9f5fa8f-4d7f-44f0-a56e-c66b61d94ad2" ], "OData-Version": [ "4.0" @@ -488,6 +482,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -498,14 +495,17 @@ "11997" ], "x-ms-correlation-request-id": [ - "e2ec50c4-bf57-4145-babc-68769c4860ab" + "a459315c-8aa0-44d3-a1ab-78a9bbfb39ac" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235133Z:e2ec50c4-bf57-4145-babc-68769c4860ab" + "WESTUS:20200714T005117Z:a459315c-8aa0-44d3-a1ab-78a9bbfb39ac" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:51:17 GMT" + ], "Content-Length": [ "77" ], @@ -520,22 +520,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup6494/providers/Microsoft.Cdn/profiles/profile3764?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NDk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNzY0P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5139/providers/Microsoft.Cdn/profiles/profile8404?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4NDA0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7383bd64-e382-424e-8f04-3ccb2a3472bf" + "ba693c31-7a53-44ef-889d-9e6ed82a25fa" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -548,26 +548,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:51:34 GMT" - ], "Pragma": [ "no-cache" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "5417684d-bd8e-410d-946e-7ffdf2163244" + "f168f146-c4f2-4549-b68d-c6037fed9e8b" ], "x-ms-client-request-id": [ - "7383bd64-e382-424e-8f04-3ccb2a3472bf" + "ba693c31-7a53-44ef-889d-9e6ed82a25fa" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup6494/providers/Microsoft.Cdn/operationresults/6efc5b9e-5e09-43e7-b17c-f630f496f901?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5139/providers/Microsoft.Cdn/operationresults/4c260af8-3efb-4e27-ae6f-c3f2a106ff29?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -575,24 +569,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "22" ], "x-ms-correlation-request-id": [ - "edeae1e3-4d01-469e-ae16-05c363cd7272" + "84c8bce4-b002-4a6f-a079-2e0569cd8b01" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235134Z:edeae1e3-4d01-469e-ae16-05c363cd7272" + "WESTUS:20200714T005122Z:84c8bce4-b002-4a6f-a079-2e0569cd8b01" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:51:22 GMT" + ], "Content-Length": [ "398" ], @@ -603,26 +603,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile3764\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup6494/providers/Microsoft.Cdn/profiles/profile3764\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile8404\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5139/providers/Microsoft.Cdn/profiles/profile8404\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup6494/providers/Microsoft.Cdn/profiles/profile3764?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NDk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNzY0P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5139/providers/Microsoft.Cdn/profiles/profile8404?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4NDA0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "51c24729-c99e-4e72-9c08-e67f8e1a9f50" + "58f02261-8453-4f7c-8149-5bc6e54f7c0d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -635,44 +635,44 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:51:35 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "72474bbc-2993-414e-ac22-c620939d91aa" + "357d66d2-ea0f-4869-bd9b-daa63b08f31e" ], "x-ms-client-request-id": [ - "51c24729-c99e-4e72-9c08-e67f8e1a9f50" + "58f02261-8453-4f7c-8149-5bc6e54f7c0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "21" ], "x-ms-correlation-request-id": [ - "7925bbf7-9e6b-4df9-8072-82f32342535d" + "aa7f3451-c091-4c0c-8849-e8fab0bf4a4a" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235135Z:7925bbf7-9e6b-4df9-8072-82f32342535d" + "WESTUS:20200714T005123Z:aa7f3451-c091-4c0c-8849-e8fab0bf4a4a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:51:23 GMT" + ], "Content-Length": [ - "147" + "160" ], "Content-Type": [ "application/json; charset=utf-8" @@ -684,26 +684,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"BadRequest\",\r\n \"message\": \"The requested operation cannot be executed on the entity in the current state.\"\r\n }\r\n}", - "StatusCode": 400 + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"Conflict\",\r\n \"message\": \"The requested operation cannot be executed on the entity as another operation is in progress.\"\r\n }\r\n}", + "StatusCode": 409 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup6494/providers/Microsoft.Cdn/profiles/profile3764?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NDk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNzY0P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5139/providers/Microsoft.Cdn/profiles/profile8404?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4NDA0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "206a0b4e-dacb-4c54-8205-c449119663e3" + "ddea88cb-0056-4cd5-9150-6a7b6dc9ac2d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -716,29 +716,23 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:53:37 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup6494/providers/Microsoft.Cdn/operationresults/409c2474-dbe4-4969-80ce-5a6608d52621/profileresults/profile3764?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5139/providers/Microsoft.Cdn/operationresults/5cc42278-58ef-4bae-8f0a-9c4f6a54dd44/profileresults/profile8404?api-version=2020-04-15" ], "Retry-After": [ "10" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "99379b24-bfb3-4e19-8946-7e934aa2243c" + "9f465209-e604-4539-a312-4c75c12d3096" ], "x-ms-client-request-id": [ - "206a0b4e-dacb-4c54-8205-c449119663e3" + "ddea88cb-0056-4cd5-9150-6a7b6dc9ac2d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup6494/providers/Microsoft.Cdn/operationresults/409c2474-dbe4-4969-80ce-5a6608d52621?api-version=2019-04-15" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5139/providers/Microsoft.Cdn/operationresults/5cc42278-58ef-4bae-8f0a-9c4f6a54dd44?api-version=2020-04-15" ], "OData-Version": [ "4.0" @@ -746,24 +740,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "24" ], "x-ms-correlation-request-id": [ - "653b937f-a8c3-4d4d-b325-b5e44eae827a" + "d6424ebe-5d85-4ad5-9111-6e4a4ab0aa4f" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235337Z:653b937f-a8c3-4d4d-b325-b5e44eae827a" + "WESTUS:20200714T005328Z:d6424ebe-5d85-4ad5-9111-6e4a4ab0aa4f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:53:28 GMT" + ], "Content-Length": [ "379" ], @@ -774,40 +774,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile3764\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup6494/providers/Microsoft.Cdn/profiles/profile3764\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile8404\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5139/providers/Microsoft.Cdn/profiles/profile8404\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup6494/providers/Microsoft.Cdn/operationresults/409c2474-dbe4-4969-80ce-5a6608d52621?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2NDk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNDA5YzI0NzQtZGJlNC00OTY5LTgwY2UtNWE2NjA4ZDUyNjIxP2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5139/providers/Microsoft.Cdn/operationresults/5cc42278-58ef-4bae-8f0a-9c4f6a54dd44?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL29wZXJhdGlvbnJlc3VsdHMvNWNjNDIyNzgtNThlZi00YmFlLThmMGEtOWM0ZjZhNTRkZDQ0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:53:48 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "16d033d1-2f63-4997-a98d-31c3f3108457" + "9913c848-dc6b-46e8-824c-da26f9e04957" ], "x-ms-client-request-id": [ - "8b2a605f-7f4f-4937-902f-60bb63e13ea1" + "05c35a50-d72d-4918-b318-3d245ef16acd" ], "OData-Version": [ "4.0" @@ -815,6 +809,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -822,17 +819,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-correlation-request-id": [ - "7ee6c23f-cea9-4f24-9552-d49d1077e56c" + "8dfa6320-f842-4e96-ae30-48bc4e548287" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235348Z:7ee6c23f-cea9-4f24-9552-d49d1077e56c" + "WESTUS:20200714T005338Z:8dfa6320-f842-4e96-ae30-48bc4e548287" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:53:38 GMT" + ], "Content-Length": [ "77" ], @@ -847,36 +847,30 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/cdnResourceGroup6494/providers/Microsoft.Cdn/profiles/profile3764?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA2NDk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGUzNzY0P2FwaS12ZXJzaW9uPTIwMTktMDQtMTU=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourceGroups/cdnResourceGroup5139/providers/Microsoft.Cdn/profiles/profile8404?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlR3JvdXBzL2NkblJlc291cmNlR3JvdXA1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3Byb2ZpbGVzL3Byb2ZpbGU4NDA0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:53:48 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "f9a55ce3-e428-4a5e-b6dd-b4f7fc8c6144" + "0daa8635-1872-4fd4-9ef2-1392f6eb32fd" ], "x-ms-client-request-id": [ - "1b18262d-5c53-4807-9355-9e63ac133f0e" + "f7127933-a3d2-45db-aac0-7bc54046c803" ], "OData-Version": [ "4.0" @@ -884,24 +878,30 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "ffa93814-b38b-4558-8a05-ea725b6afb3f" + "ffc621e8-399f-4a59-a5eb-1998084529de" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235349Z:ffa93814-b38b-4558-8a05-ea725b6afb3f" + "WESTUS:20200714T005339Z:ffc621e8-399f-4a59-a5eb-1998084529de" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 00:53:39 GMT" + ], "Content-Length": [ "379" ], @@ -912,25 +912,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"profile3764\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup6494/providers/Microsoft.Cdn/profiles/profile3764\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"profile8404\",\r\n \"id\": \"/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5139/providers/Microsoft.Cdn/profiles/profile8404\",\r\n \"type\": \"Microsoft.Cdn/profiles\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"location\": \"WestUs\",\r\n \"sku\": {\r\n \"name\": \"Standard_Verizon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Active\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/cdnResourceGroup6494?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA2NDk0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/resourcegroups/cdnResourceGroup5139?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Jlc291cmNlZ3JvdXBzL2NkblJlc291cmNlR3JvdXA1MTM5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1af1cb1b-ac85-456e-8d52-6bcca47467af" + "2a8f5cc9-2ba8-4d5e-b9f2-4bb93f9ecff8" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -938,29 +938,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:53:49 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-request-id": [ - "6df66614-5788-480d-a71a-649240a18d49" + "ea793a9f-79d9-4d95-a682-2b4931990f09" ], "x-ms-correlation-request-id": [ - "6df66614-5788-480d-a71a-649240a18d49" + "ea793a9f-79d9-4d95-a682-2b4931990f09" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235349Z:6df66614-5788-480d-a71a-649240a18d49" + "WESTUS:20200714T005339Z:ea793a9f-79d9-4d95-a682-2b4931990f09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -968,26 +965,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:53:39 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOalE1TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEV6T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -995,29 +995,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:54:04 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-request-id": [ - "3a14ab39-50c4-4c02-bc00-7a0df56bb32e" + "6c936991-3b35-4585-b8d6-3a45c052e4e6" ], "x-ms-correlation-request-id": [ - "3a14ab39-50c4-4c02-bc00-7a0df56bb32e" + "6c936991-3b35-4585-b8d6-3a45c052e4e6" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235404Z:3a14ab39-50c4-4c02-bc00-7a0df56bb32e" + "WESTUS:20200714T005354Z:6c936991-3b35-4585-b8d6-3a45c052e4e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1025,26 +1022,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:53:54 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOalE1TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEV6T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1052,29 +1052,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:54:19 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-request-id": [ - "f79ac816-6d06-4d78-95ce-4f955e7e34c1" + "34796862-815f-4bbd-9f33-806f5d8e793d" ], "x-ms-correlation-request-id": [ - "f79ac816-6d06-4d78-95ce-4f955e7e34c1" + "34796862-815f-4bbd-9f33-806f5d8e793d" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235420Z:f79ac816-6d06-4d78-95ce-4f955e7e34c1" + "WESTUS:20200714T005409Z:34796862-815f-4bbd-9f33-806f5d8e793d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1082,26 +1079,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:54:09 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOalE1TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEV6T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1109,29 +1109,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:54:34 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11997" ], "x-ms-request-id": [ - "3cd0502e-048a-4a84-89dd-7cf9ffe470eb" + "2718ae04-dfa2-4bc2-8214-825b28ffca7c" ], "x-ms-correlation-request-id": [ - "3cd0502e-048a-4a84-89dd-7cf9ffe470eb" + "2718ae04-dfa2-4bc2-8214-825b28ffca7c" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235435Z:3cd0502e-048a-4a84-89dd-7cf9ffe470eb" + "WESTUS:20200714T005424Z:2718ae04-dfa2-4bc2-8214-825b28ffca7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1139,26 +1136,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:54:24 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOalE1TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEV6T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1166,29 +1166,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:54:49 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11996" ], "x-ms-request-id": [ - "89d1da1e-3bd8-49b1-8883-7dcacfaa08b9" + "87191a7c-8937-4efa-8e14-00411c49b1c8" ], "x-ms-correlation-request-id": [ - "89d1da1e-3bd8-49b1-8883-7dcacfaa08b9" + "87191a7c-8937-4efa-8e14-00411c49b1c8" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235450Z:89d1da1e-3bd8-49b1-8883-7dcacfaa08b9" + "WESTUS:20200714T005439Z:87191a7c-8937-4efa-8e14-00411c49b1c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1196,26 +1193,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:54:39 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOalE1TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEV6T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1223,29 +1223,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:55:04 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11995" ], "x-ms-request-id": [ - "9130eed9-05a9-4d11-af35-7471ab37593a" + "b3321d0f-c5c6-4c38-9006-2abe278d09f7" ], "x-ms-correlation-request-id": [ - "9130eed9-05a9-4d11-af35-7471ab37593a" + "b3321d0f-c5c6-4c38-9006-2abe278d09f7" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235505Z:9130eed9-05a9-4d11-af35-7471ab37593a" + "WESTUS:20200714T005454Z:b3321d0f-c5c6-4c38-9006-2abe278d09f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1253,26 +1250,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:54:53 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOalE1TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEV6T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1280,29 +1280,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:55:19 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11994" ], "x-ms-request-id": [ - "606a0b53-cb06-4753-b72a-da4bd15f95dd" + "2ac3cba0-e25f-4390-adac-1471581e9283" ], "x-ms-correlation-request-id": [ - "606a0b53-cb06-4753-b72a-da4bd15f95dd" + "2ac3cba0-e25f-4390-adac-1471581e9283" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235520Z:606a0b53-cb06-4753-b72a-da4bd15f95dd" + "WESTUS:20200714T005509Z:2ac3cba0-e25f-4390-adac-1471581e9283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1310,26 +1307,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:55:09 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOalE1TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEV6T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1337,29 +1337,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:55:35 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11993" ], "x-ms-request-id": [ - "d9877203-a723-4570-bd68-c1d9db7c8507" + "fd1a94d3-98dc-4adf-a06a-0006d6d537df" ], "x-ms-correlation-request-id": [ - "d9877203-a723-4570-bd68-c1d9db7c8507" + "fd1a94d3-98dc-4adf-a06a-0006d6d537df" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235535Z:d9877203-a723-4570-bd68-c1d9db7c8507" + "WESTUS:20200714T005525Z:fd1a94d3-98dc-4adf-a06a-0006d6d537df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1367,26 +1364,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:55:24 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOalE1TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEV6T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1394,29 +1394,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:55:50 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11992" ], "x-ms-request-id": [ - "729172be-394d-4d7a-b7ba-a1ee186d88e7" + "2bcc6adb-b203-4ab8-857a-7fe3760cd765" ], "x-ms-correlation-request-id": [ - "729172be-394d-4d7a-b7ba-a1ee186d88e7" + "2bcc6adb-b203-4ab8-857a-7fe3760cd765" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235550Z:729172be-394d-4d7a-b7ba-a1ee186d88e7" + "WESTUS:20200714T005540Z:2bcc6adb-b203-4ab8-857a-7fe3760cd765" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1424,26 +1421,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:55:39 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOalE1TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEV6T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1451,29 +1451,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:56:05 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11991" ], "x-ms-request-id": [ - "06e8ed8a-2af3-419a-a225-6b6b69af695f" + "38e7c560-4484-455b-9655-0ab9086354e4" ], "x-ms-correlation-request-id": [ - "06e8ed8a-2af3-419a-a225-6b6b69af695f" + "38e7c560-4484-455b-9655-0ab9086354e4" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235605Z:06e8ed8a-2af3-419a-a225-6b6b69af695f" + "WESTUS:20200714T005555Z:38e7c560-4484-455b-9655-0ab9086354e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1481,26 +1478,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:55:54 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOalE1TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEV6T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1508,29 +1508,26 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:56:19 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11990" ], "x-ms-request-id": [ - "dca8a453-ac3d-4508-bdbc-de615436a0a7" + "2fb1e451-5b01-4027-bd23-c8d38871eb5d" ], "x-ms-correlation-request-id": [ - "dca8a453-ac3d-4508-bdbc-de615436a0a7" + "2fb1e451-5b01-4027-bd23-c8d38871eb5d" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235620Z:dca8a453-ac3d-4508-bdbc-de615436a0a7" + "WESTUS:20200714T005610Z:2fb1e451-5b01-4027-bd23-c8d38871eb5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1538,26 +1535,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:56:09 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOalE1TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEV6T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1565,23 +1565,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:56:34 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11989" ], "x-ms-request-id": [ - "5eb8582e-c1da-4ccf-9f17-f08acb599a0d" + "c37fa513-db2c-4004-bd8b-cc50660356aa" ], "x-ms-correlation-request-id": [ - "5eb8582e-c1da-4ccf-9f17-f08acb599a0d" + "c37fa513-db2c-4004-bd8b-cc50660356aa" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235635Z:5eb8582e-c1da-4ccf-9f17-f08acb599a0d" + "WESTUS:20200714T005625Z:c37fa513-db2c-4004-bd8b-cc50660356aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1589,26 +1586,29 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:56:24 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNjQ5NC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOalE1TkMxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DRE5SRVNPVVJDRUdST1VQNTEzOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEUkU1U1JWTlBWVkpEUlVkU1QxVlFOVEV6T1MxWFJWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.20161.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1616,23 +1616,20 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 07 May 2019 23:56:34 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11988" ], "x-ms-request-id": [ - "a3027c79-3ace-4a60-9279-73021b61b0ac" + "43dd9da9-afe4-4d74-93fe-786a6b57c562" ], "x-ms-correlation-request-id": [ - "a3027c79-3ace-4a60-9279-73021b61b0ac" + "43dd9da9-afe4-4d74-93fe-786a6b57c562" ], "x-ms-routing-request-id": [ - "WESTUS2:20190507T235635Z:a3027c79-3ace-4a60-9279-73021b61b0ac" + "WESTUS:20200714T005625Z:43dd9da9-afe4-4d74-93fe-786a6b57c562" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1640,11 +1637,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Tue, 14 Jul 2020 00:56:24 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", @@ -1653,14 +1653,14 @@ ], "Names": { "CreateResourceGroup": [ - "cdnResourceGroup6494" + "cdnResourceGroup5139" ], "ProfileUpdateTest": [ - "profile6761", - "profile3764" + "profile837", + "profile8404" ] }, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file diff --git a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ValidateTests/ValidateProbePathTest.json b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ValidateTests/ValidateProbePathTest.json index 8649f85d32b89..5254a6ff9beb8 100644 --- a/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ValidateTests/ValidateProbePathTest.json +++ b/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/SessionRecords/ValidateTests/ValidateProbePathTest.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/providers/Microsoft.Cdn/validateProbe?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3ZhbGlkYXRlUHJvYmU/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/providers/Microsoft.Cdn/validateProbe?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3ZhbGlkYXRlUHJvYmU/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"probeURL\": \"www.withoutHttp.com\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "677d17dc-3fcf-48d3-907c-8aa38db5f95c" + "e79b3007-51e8-4b06-9327-c1adb1b9f8b2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -29,24 +29,21 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:53:15 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "a755611a-b815-41f8-b61b-17e1b73c8ff8" + "6198f548-fc89-4867-9326-c6a302b66a7d" ], "x-ms-client-request-id": [ - "677d17dc-3fcf-48d3-907c-8aa38db5f95c" + "e79b3007-51e8-4b06-9327-c1adb1b9f8b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -57,14 +54,17 @@ "1199" ], "x-ms-correlation-request-id": [ - "4d02cd97-4e81-49dc-83a2-cd90db612e48" + "680425fa-2f13-4169-b13d-cb9aec515732" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005315Z:4d02cd97-4e81-49dc-83a2-cd90db612e48" + "WESTUS:20200714T015719Z:680425fa-2f13-4169-b13d-cb9aec515732" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:57:19 GMT" + ], "Content-Length": [ "114" ], @@ -82,22 +82,22 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/providers/Microsoft.Cdn/validateProbe?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3ZhbGlkYXRlUHJvYmU/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/providers/Microsoft.Cdn/validateProbe?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3ZhbGlkYXRlUHJvYmU/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"probeURL\": \"https://www.notexist.com/notexist/notexist.txt\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c0e84e08-ca2e-4912-b64d-c7d3a77a636a" + "787a671a-a213-48f5-9d47-6f176aa150d4" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -110,20 +110,14 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:53:16 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "28bbc5d1-525f-4cd3-a665-2c101263e5ce" + "eb93e5a5-a592-40d9-895e-eda78f15616d" ], "x-ms-client-request-id": [ - "c0e84e08-ca2e-4912-b64d-c7d3a77a636a" + "787a671a-a213-48f5-9d47-6f176aa150d4" ], "OData-Version": [ "4.0" @@ -131,6 +125,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -141,14 +138,17 @@ "1198" ], "x-ms-correlation-request-id": [ - "302596e3-9b62-442e-8868-68541eafcb7e" + "69ca4a71-f950-4e5e-9bd6-08c85d96c9e0" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005316Z:302596e3-9b62-442e-8868-68541eafcb7e" + "WESTUS:20200714T015720Z:69ca4a71-f950-4e5e-9bd6-08c85d96c9e0" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:57:20 GMT" + ], "Content-Length": [ "200" ], @@ -163,22 +163,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/providers/Microsoft.Cdn/validateProbe?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3ZhbGlkYXRlUHJvYmU/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/providers/Microsoft.Cdn/validateProbe?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3ZhbGlkYXRlUHJvYmU/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"probeURL\": \"https://azurecdn-files.azureedge.net/dsa-test/probe-v.txt\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "78a84b6e-38dd-4ace-a4b7-37adddd46935" + "5fd63239-a8af-4dd2-8d2c-dfb4caf58ae6" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -191,20 +191,14 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:53:17 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "c0e22071-92b3-4de0-a687-0f8345856712" + "f46a8644-9459-4e5f-94a7-f51fd789915a" ], "x-ms-client-request-id": [ - "78a84b6e-38dd-4ace-a4b7-37adddd46935" + "5fd63239-a8af-4dd2-8d2c-dfb4caf58ae6" ], "OData-Version": [ "4.0" @@ -212,6 +206,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -222,14 +219,17 @@ "1197" ], "x-ms-correlation-request-id": [ - "68ed03f2-04ab-481d-8fac-18d7b418d4b9" + "8ddaa1b4-9bf0-474a-8e25-ff55422cc566" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005318Z:68ed03f2-04ab-481d-8fac-18d7b418d4b9" + "WESTUS:20200714T015722Z:8ddaa1b4-9bf0-474a-8e25-ff55422cc566" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:57:22 GMT" + ], "Content-Length": [ "56" ], @@ -244,22 +244,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/providers/Microsoft.Cdn/validateProbe?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3ZhbGlkYXRlUHJvYmU/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/providers/Microsoft.Cdn/validateProbe?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3ZhbGlkYXRlUHJvYmU/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"probeURL\": \"http://999.999.999.999/nonexist.txt\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4384c17c-3c06-430f-abd0-478fccad4c4e" + "81e957e1-6239-4102-8fae-432aab160981" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -272,24 +272,21 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:53:18 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "e0a8b1fb-a1ed-4d60-9919-598a75c65db8" + "fe9e1529-465b-499e-8a31-97ffed365f4a" ], "x-ms-client-request-id": [ - "4384c17c-3c06-430f-abd0-478fccad4c4e" + "81e957e1-6239-4102-8fae-432aab160981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -300,14 +297,17 @@ "1196" ], "x-ms-correlation-request-id": [ - "39fcafcf-a977-4b65-8b6d-2942fd5aad1d" + "86b13e75-4306-4d6a-ad1b-af4640951e3b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005318Z:39fcafcf-a977-4b65-8b6d-2942fd5aad1d" + "WESTUS:20200714T015723Z:86b13e75-4306-4d6a-ad1b-af4640951e3b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:57:23 GMT" + ], "Content-Length": [ "114" ], @@ -325,22 +325,22 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/providers/Microsoft.Cdn/validateProbe?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3ZhbGlkYXRlUHJvYmU/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/providers/Microsoft.Cdn/validateProbe?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3ZhbGlkYXRlUHJvYmU/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"probeURL\": \"http://192.168.1.1/nonexist.aspx\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1e811aa2-1500-471e-a489-61c46e7a9c9b" + "ca8ab7f1-68d7-4d3c-98de-01ef7e8e90d2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -353,20 +353,14 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:53:28 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "7bfc3558-92d8-4fda-8e8b-d509b4e46eb7" + "321d5077-c4f7-4345-a370-1f579eb70ef9" ], "x-ms-client-request-id": [ - "1e811aa2-1500-471e-a489-61c46e7a9c9b" + "ca8ab7f1-68d7-4d3c-98de-01ef7e8e90d2" ], "OData-Version": [ "4.0" @@ -374,6 +368,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -384,14 +381,17 @@ "1195" ], "x-ms-correlation-request-id": [ - "9ea6cf60-dd7f-4819-884f-adeeea060ff6" + "dec8be15-21d6-4857-975f-e475f5655012" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005329Z:9ea6cf60-dd7f-4819-884f-adeeea060ff6" + "WESTUS:20200714T015734Z:dec8be15-21d6-4857-975f-e475f5655012" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:57:33 GMT" + ], "Content-Length": [ "200" ], @@ -406,22 +406,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/providers/Microsoft.Cdn/validateProbe?api-version=2019-04-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3ZhbGlkYXRlUHJvYmU/YXBpLXZlcnNpb249MjAxOS0wNC0xNQ==", + "RequestUri": "/subscriptions/27cafca8-b9a4-4264-b399-45d0c9cca1ab/providers/Microsoft.Cdn/validateProbe?api-version=2020-04-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjdjYWZjYTgtYjlhNC00MjY0LWIzOTktNDVkMGM5Y2NhMWFiL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2RuL3ZhbGlkYXRlUHJvYmU/YXBpLXZlcnNpb249MjAyMC0wNC0xNQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"probeURL\": \"http://137.117.34.31/contact/contact.aspx\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7922af04-75e2-4c91-a2d2-edc4e13ed8e3" + "4b119ad2-a3af-40b1-be1d-626960c83d5e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28928.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.2.2.0" + "OSVersion/Microsoft.Windows.10.0.20161.", + "Microsoft.Azure.Management.Cdn.CdnManagementClient/4.3.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -434,20 +434,14 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 08 May 2019 00:53:34 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/8.5" - ], "x-ms-request-id": [ - "1bb610fd-e97f-47f2-b803-eae4b769e855" + "6d92c114-aa6e-47e3-a58e-6daca26b0da0" ], "x-ms-client-request-id": [ - "7922af04-75e2-4c91-a2d2-edc4e13ed8e3" + "4b119ad2-a3af-40b1-be1d-626960c83d5e" ], "OData-Version": [ "4.0" @@ -455,6 +449,9 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "X-AspNet-Version": [ "4.0.30319" ], @@ -465,14 +462,17 @@ "1194" ], "x-ms-correlation-request-id": [ - "aca84c34-6843-48b8-b630-4e776c30b694" + "cb74d461-84b3-4545-8e10-f7b15bc8158b" ], "x-ms-routing-request-id": [ - "WESTUS2:20190508T005334Z:aca84c34-6843-48b8-b630-4e776c30b694" + "WESTUS:20200714T015740Z:cb74d461-84b3-4545-8e10-f7b15bc8158b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Tue, 14 Jul 2020 01:57:40 GMT" + ], "Content-Length": [ "56" ], @@ -489,6 +489,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "47f4bc68-6fe4-43a2-be8b-dfd0e290efa2" + "SubscriptionId": "27cafca8-b9a4-4264-b399-45d0c9cca1ab" } } \ No newline at end of file